Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

v0.28.0-b01

15 Nov 08:32
fc3bb05
Compare
Choose a tag to compare
v0.28.0-b01 Pre-release
Pre-release

🚀 Features

  • Update to compose multiplatform 1.7.1 | coil 3.0.3 | highlights 1.0.0

💬 Other

  • Adjust visibility of some helper methods

v0.27.0

01 Nov 18:49
ba99571
Compare
Choose a tag to compare

🚀 Features

  • Introduce syntax highlighting support
  • Upgrade Dependencies | Compose 1.7.0
  • Upgrade dependencies | Compose 1.7.1 / 1.7.0-beta02 | Highlights 0.9.2
  • Make links in text stylable via the MarkdownTypography class
  • Making use of EntityConverter to unescape text of leaf nodes
  • Upgrade to Compose-MP 1.7.0-rc01
  • Add new ability to configure PlaceholderConfig to disable animation via the ImageTransformer
  • Upgrade Compose-jb to 1.7.0 | Kotli 2.0.21 | Coil 3.0.0-rc02 | Ktor 3.0.1

🐛 Fixes

  • Fix CI setup for -code module
  • Fix TextStyle not applied to code in annotated strings
  • fix getUnescapedText error

💬 Other

  • Add example of custom component
  • Update sample app minSDK
  • [CI] New maven central publishing portal

v0.27.0-rc02

13 Oct 07:19
42d5564
Compare
Choose a tag to compare
v0.27.0-rc02 Pre-release
Pre-release

🐛 Fixes

  • Fix getUnescapedText error

v0.27.0-rc01

10 Oct 07:09
4c2fedb
Compare
Choose a tag to compare
v0.27.0-rc01 Pre-release
Pre-release

🚀 Features

  • Make links in text stylable via the MarkdownTypography class
  • Making use of EntityConverter to unescape text of leaf nodes
  • Upgrade to Compose-MP 1.7.0-rc01

🐛 Fixes

  • Fix TextStyle not applied to code in annotated strings

💬 Other

  • Add example of custom component

v0.27.0-b02

16 Sep 13:02
6a81040
Compare
Choose a tag to compare
v0.27.0-b02 Pre-release
Pre-release

🚀 Features

  • Upgrade dependencies | Compose 1.7.1 / 1.7.0-beta02 | Highlights 0.9.2

🐛 Fixes

  • Fix CI setup for -code module

v0.27.0-b01

06 Sep 10:04
beb6d21
Compare
Choose a tag to compare
v0.27.0-b01 Pre-release
Pre-release

🚀 Features

  • Introduce syntax highlighting support
  • Upgrade Dependencies | Compose 1.7.0

v0.26.0

06 Sep 09:40
3f7f080
Compare
Choose a tag to compare

🚀 Features

  • Update dependencies to new releases | Kotlin 2.0.20
  • Refactor MarkdownImage and InlineImage handling

🐛 Fixes

  • Fix standalone asteriks
  • Rework link click detection
  • Simplify Coil3 intrinsic size logic

💬 Other

  • Update coil and ktor

v0.26.0-rc02

01 Sep 08:00
290bda0
Compare
Choose a tag to compare
v0.26.0-rc02 Pre-release
Pre-release

🚀 Features

  • Refactor MarkdownImage and InlineImage handling

🐛 Fixes

  • Simplify Coil3 intrinsic size logic

v0.26.0-rc01

23 Aug 14:25
0080d8c
Compare
Choose a tag to compare
v0.26.0-rc01 Pre-release
Pre-release

🚀 Features

  • Update dependencies to new releases | Kotlin 2.0.20

🐛 Fixes

💬 Other

  • Update coil and ktor

v0.25.0

19 Jul 13:08
a43cce2
Compare
Choose a tag to compare

🚀 Features

  • Ensure custom MarkdownComponents are also available to Lists

🐛 Fixes

  • Fix code not included if code of code block is last line

💬 Other

  • Fix sample desktop app image loading