Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.28.0-b01
v0.27.0
🚀 Features
- Introduce syntax highlighting support
- PR: #206
- Upgrade Dependencies | Compose 1.7.0
- PR: #207
- Upgrade dependencies | Compose 1.7.1 / 1.7.0-beta02 | Highlights 0.9.2
- PR: #209
- Make links in text stylable via the MarkdownTypography class
- PR: #217
- Making use of EntityConverter to unescape text of leaf nodes
- PR: #213
- Upgrade to Compose-MP 1.7.0-rc01
- PR: #220
- Add new ability to configure
PlaceholderConfig
to disable animation via theImageTransformer
- PR: #227
- Upgrade Compose-jb to 1.7.0 | Kotli 2.0.21 | Coil 3.0.0-rc02 | Ktor 3.0.1
- PR: #228
🐛 Fixes
- Fix CI setup for
-code
module- PR: #210
- Fix TextStyle not applied to code in annotated strings
- PR: #219
- fix getUnescapedText error
- PR: #222
💬 Other
v0.27.0-rc02
v0.27.0-rc01
v0.27.0-b02
v0.27.0-b01
v0.26.0
v0.26.0-rc02
v0.26.0-rc01
v0.25.0
🚀 Features
- Ensure custom
MarkdownComponents
are also available toLists
🐛 Fixes
- Fix code not included if code of code block is last line
- PR: #183
- Thanks @whitescent for the help to identify this problem
💬 Other
- Fix sample desktop app image loading
- PR: #185