Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
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
v0.24.0
v0.23.0
v0.22.0
v0.21.0
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- PR: #160
🐛 Fixes
- Fixed autolink showing and added examples
- PR: #159
- Thanks @regrowler
v0.20.0-coil2
Note
This release is equal to 0.20.0 however uses coil2 instead of coil3
v0.20.0
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
💬 Other
v0.20.0-a01
v0.16.0
🚀 Features
- Add support for
extended-spans
- Improved looks for inline code, animated underlines- PR: #141
- Thanks @ZacSweers for the suggestion
- Thanks @saket for the awesome implementation
- Update to compose 1.6.6
- PR: #142
- Add ability to overwrite the annotated string building logic
- PR: #144
🐛 Fixes
💬 Other
- Update CI actions to newer versions
- PR: #140
v0.15.0
🚀 Features
- Offer new color option for
inlineCodeText
- PR: #134
- Thanks @ZacSweers
- Include support for
GFMElementTypes.STRIKETHROUGH
- PR: #138
- Thanks @ZacSweers
🐛 Fixes
- Fix text following a link is still clickable
- PR: #135
- Thanks @diegoberaldin
- Use the correct color for the
divider
- PR: #137
- Thanks @ZacSweers