Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

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

v0.22.0

20 Jun 13:21
669f4d2
Compare
Choose a tag to compare

🚀 Features

  • Upgrade to Markdown 0.7.3 and Compose 1.6.11
  • Enhance list handling with different node types

🐛 Fixes

💬 Other

  • [CI] Add missing CI deploy steps
  • Introduce Compose Snapshot Tests

v0.21.0

07 Jun 13:05
e59fad2
Compare
Choose a tag to compare

Warning

Please ensure to read the changelog. Image loading is no longer included by default and now moved to its own modules
https://github.com/mikepenz/multiplatform-markdown-renderer?tab=readme-ov-file#image-loading

🚀 Features

  • Remove coil2/3 dependency from core module | Introduce standalone dependencies

🐛 Fixes

  • Fixed autolink showing and added examples

v0.20.0-coil2

23 May 08:53
2d02330
Compare
Choose a tag to compare

Note

This release is equal to 0.20.0 however uses coil2 instead of coil3

v0.20.0

21 May 19:29
264fe7a
Compare
Choose a tag to compare

Warning

This release uses a SNAPSHOT version of coil 3.x with multiplatform support. Use with care.
For a coil 2.x based release use 0.20.0-coil2

🚀 Features

  • Kotlin 2.x | Compose upgrades
  • Kotlin 2.0.0 | Compose Multiplatform 1.6.10

💬 Other

  • [CI] Update setup-gradle action
  • Introduce wasm sample app | Improve demo content
  • Include AboutLibraries in wasm sample

v0.20.0-a01

09 May 16:02
8ec8d6e
Compare
Choose a tag to compare
v0.20.0-a01 Pre-release
Pre-release

🚀 Features

  • Kotlin 2.x | Compose upgrades

💬 Other

  • [CI] Update setup-gradle action
  • Introduce wasm sample app | Improve demo content

v0.16.0

26 Apr 08:23
3c11351
Compare
Choose a tag to compare

🚀 Features

  • Add support for extended-spans - Improved looks for inline code, animated underlines
  • Update to compose 1.6.6
  • Add ability to overwrite the annotated string building logic

🐛 Fixes

  • Skip whitespace in multiline blockquote

💬 Other

  • Update CI actions to newer versions

v0.15.0

25 Apr 20:09
805ca85
Compare
Choose a tag to compare

🚀 Features

  • Offer new color option for inlineCodeText
  • Include support for GFMElementTypes.STRIKETHROUGH

🐛 Fixes