Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

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

v0.14.0

05 Apr 08:00
f0ad478
Compare
Choose a tag to compare

🚀 Features

  • Update Compose to 1.6.4 | Kotlin 1.9.23
  • Update to jetbrains/markdown@0.7.0 | Add wasmJs target

v0.13.0

28 Feb 09:38
90a0e04
Compare
Choose a tag to compare

🚀 Features

  • Extract Material dependency from core module | Offer m2 and m3 based modules
  • Compose Multiplatform 1.6.0 | Compose Android 1.6.2 | Coil 2.6.0

🐛 Fixes

  • Recursive component handling

💬 Other

  • Simplify CI setup
  • Aboutlibs update

v0.13.0-rc01

17 Feb 12:43
b467082
Compare
Choose a tag to compare
v0.13.0-rc01 Pre-release
Pre-release

🚀 Features

  • Extract Material dependency from core module | Offer m2 and m3 based modules

🐛 Fixes

  • Recursive component handling