Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.30.0-b02
💬 Other
- Modify build to use published version catalog and convention plugin
- PR: #266
v0.30.0-b01
v0.29.0
v0.28.0
🚀 Features
- Update to compose multiplatform 1.7.1 | Coil 3.0.3 | highlights 1.0.0
- PR: #236
- Upgrade Gradle 8.11.1 | Coil 3.0.4
- PR: #239
- Introduce new API to build annotated markdown strings to be used in standard
Text
composables- PR: #253
- Replace API to disable animation for
MarkdownText
- PR: #254
- Add support for simple tables
- PR: #257
🐛 Fixes
- Revert dependencies due to IR issues
- PR: #255
💬 Other
- Adjust visibility of some helper methods
- PR: #235
- Add Dependabot for GitHub Actions
- PR: #247
- Bump mikepenz/action-junit-report from 4 to 5
- PR: #250
- Bump gradle/actions from 3 to 4
- PR: #248
- Bump actions/configure-pages from 4 to 5
- PR: #249
- Upgrade to Dokka 2 | Coroutines 1.10.1 | Ktor 3.0.3 ...
- PR: #251
- Include dependencies in changelog
- PR: #252
v0.28.0-rc01
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