Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

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

v0.24.0

14 Jul 09:11
5624a85
Compare
Choose a tag to compare

🚀 Features

  • Upgrade Dependencies | Coil 3.0.0-alpha08

v0.23.0

27 Jun 06:19
6bdbf93
Compare
Choose a tag to compare

🚀 Features

  • Update to Coil3 - 3.0.0-alpha07

💬 Other

  • Small code cleanup