Releases: halilozercan/compose-richtext
Releases · halilozercan/compose-richtext
v0.10.0
What's Changed
This release celebrates the release of Compose Multiplatform 1.0.0 🎉🥳
v0.9.0
This release is mostly a version bump.
- Jetpack Compose: 1.1.0-beta03
- Jetbrains Compose: 1.0.0-beta5
- Kotlin: 1.5.31
Other changes:
- Fix link formatting in index page of docs by in #60
- CodeBlock fixes in #62
- Update CHANGELOG.md to include releases after the transfer in #64
- Add info panels similar to bootstrap alerts #54 in #63
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
Compose Richtext goes KMP, opening RichText UI and its extensions to both Android and Desktop (#50)
Special thanks @zach-klippenstein @LouisCAD @russhwolf for their reviews and help.
- Richtext UI, Richtext UI Material, and RichText Commonmark are now KMP Compose libraries
- Slideshow, Printing remains Android only for the foreseeable future
- Updated docs
- A new CI compatible release configuration
v0.7.0
No major features in this release
- Improved markdown rendering for editor like environments (#46)
- Finalized MaterialRichText API. (#47)
- Move from BasicRichText/RichText to RichText/MaterialRichText + SetupMaterialRichText
- Update docs accordingly
- Cleaned RichTextString rendering from hacks that were left from earlier compose versions (#48)
v0.6.0
v0.5.0
- Compose 1.0.0 support (#43)
- Upgrade to Gradle 7.0.2 (#40)
- Fix wrong word used. portrait -> landscape (#37 - thanks @LouisCAD)
- Repository has migrated from @zach-klippenstein to @halilozercan.
- Artifacts have moved from
com.zachklipp.compose-richtext
tocom.halilibo.compose-richtext
. - Similarly, documentation is also now available at halilibo.com/compose-richtext
v0.3.0
- Compose Beta 7 support! (#36)
- Fix several bugs in Table, RichTextStyle and improve InlineContent (#35 – thanks @halilozercan!)
v0.2.0
- Compose Beta 1 support!
- Remove BulletList styling for different leading characters - Update markdown-demo.png to show new
BulletList rendering (#28 – thanks @halilozercan!)
v0.1.0+alpha06
- Initial release.
Thanks to @halilozercan for implementing Markdown support!