Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.6.0
🚀 Features
- Style unordered / ordered list with provided colors
- PR: #43
- Thanks @CarlosEsco for the report
- Adjust bullet list styling
- PR: #44
- Thanks @CarlosEsco for the report
- Dependency updates 2022.05.27
v0.5.0
🚀 Features
- Dependency updates 2022.05.13
- Offer ability to overwrite textStyle used in Markdown renderer
v0.4.0
🚀 Features
- Kotlin 1.6.10 support | Compose 1.1.0-rc2
- Enhanced CODE_BLOCK handling
- Improve handling of nested bullet lists
- Add support for custom text color
💬 Other
v0.3.0
🚀 Features
- Upgrade to compose-jb 1.0.0
- Update default modifier
💬 Other
v0.2.2
🚀 Features
- Update to gradle 7.3
- Upgrade dependencies (compose 1.1.0-beta03)
- Enhanced text color theming
v0.2.0
🚀 Features
- Compose Desktop 1.0.0-beta5 | Compose Android 1.1.0-beta01
- Add support for reference links
- Improve link handling: Links as label for link | Autolink
v0.1.0
🚀 Features
- Add image loading support for JVM target
- Support and expand markdown token type handling | Improved markdown rendering
💬 Other
- Adjust internal method visiblity
- Update build environment to stable AGP version
- Cleanup sample applications