Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.13.0-a01
v0.12.0
v0.11.0
v0.10.0
🚀 Features
- Added support for processing setext headers
- Update Dependencies | Kotlin 1.9.21 | markdown 0.6.0
- PR: #92
- Improve
BulletHandler
| Support unconventional ordered lists- PR: #95
🐛 Fixes
- Fix Ordered List numbers not being color correct in dark mode
- PR: #88
- Thanks for the fix @CarlosEsco
- Handle labeled links correctly when they are in the same markdown text block
- PR: #90
- Thanks for the fix @CarlosEsco
- Fix missing publication for ios64 & iosArm64
- PR: #93
- Thanks for the report @Ovaltinezz
- Protect against crash due to illegal link opening
- PR: #94
v0.9.0
🚀 Features
- Upgrade to compose 1.5.4 | compose-mp 1.5.10 | Kotlin 1.9.20 | Markdown 0.5.2
- PR: #80
- Add background for inline code blocks
- Add ability to color links
- Add ability to use links in headers
- Allow to use custom components
v0.8.0
v0.7.2
v0.7.1
🚀 Features
- Compose 1.5.0-beta02
- PR: #65
🐛 Fixes
- Fix regression, of configurable text and code colors
- PR: #64
- Thanks @CarlosEsco
- Protect against
IllegalOutOfBoundsException
for illegal code blocks- PR: #66
- Thanks for the report @Melodeiro
v0.7.0
🚀 Features
Fix
- NoSuchMethodError thrown using newer GFM versions
- #61
- Thanks for the report @ZacSweers