Improved
1.0.0-alpha03
This release removes the printing and slideshow modules to focus on the core Markdown and RichText functionalities. It also adds support for inline base64 images.
Breaking Changes
- The
printingandslideshowmodules have been removed. If you were using them, you will need to find an alternative or use a previous version of the library.
New Features
- Inline Base64 Image Rendering: Markdown images can now be rendered from inline base64-encoded data.
Updates & Maintenance
- Dependencies Updated:
- Compose Multiplatform updated to
1.8.2. - Commonmark updated to
0.25.0. - Dokka updated to
2.0.0.
- Compose Multiplatform updated to