Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.27.0-rc02
🐛 Fixes
- Fix getUnescapedText error
v0.27.0-rc01
🚀 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
🚀 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
🚀 Features
- Introduce syntax highlighting support
- Upgrade Dependencies | Compose 1.7.0
v0.26.0
🚀 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
v0.26.0-rc02
🚀 Features
- Refactor
MarkdownImage
and InlineImage
handling
🐛 Fixes
- Simplify Coil3 intrinsic size logic
v0.26.0-rc01
🚀 Features
- Update dependencies to new releases | Kotlin 2.0.20
🐛 Fixes
- Fix standalone asteriks
- Rework link click detection
💬 Other
v0.25.0
🚀 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
🚀 Features
- Upgrade Dependencies | Coil 3.0.0-alpha08
v0.23.0
🚀 Features
- Update to Coil3 - 3.0.0-alpha07
💬 Other