2022_02_09
- Upgrade Coil to 2.0.0-alpha06 by @msfjarvis in halilozercan#72
- @msfjarvis made their first contribution in halilozercan#72
Full Changelog: https://github.com/halilozercan/compose-richtext/compare/v0.10.0...v0.11.0
2021_12_05
This release celebrates the release of Compose Multiplatform 1.0.0 🎉🥳
2021_11_20
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 halilozercan#60
- CodeBlock fixes in halilozercan#62
- Update CHANGELOG.md to include releases after the transfer in halilozercan#64
- Add info panels similar to bootstrap alerts #54 in halilozercan#63
Full Changelog: https://github.com/halilozercan/compose-richtext/compare/v0.8.1...v0.9.0
2021-9-11
This release fixes JVM artifact issue #59
2021-9-8
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
2021-9-1
- 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)
2021-8-6
- RichText UI no longer depends on Material (#45)
- A new artifact richtext-ui-material is published to easily integrate RichText for apps that use Material design.
- Upgraded compose to 1.0.1 and kotlin to 1.5.21
2021-7-29
- 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 to com.halilibo.compose-richtext.
- Similarly, documentation is also now available at halilibo.com/compose-richtext
2021-5-18
- Compose Beta 7 support! (#36)
- Fix several bugs in Table, RichTextStyle and improve InlineContent (#35 – thanks @halilozercan!)
2021-2-27
- Compose Beta 1 support!
- Remove BulletList styling for different leading characters - Update markdown-demo.png to show new BulletList rendering (#28 – thanks @halilozercan!)
2020-11-06
- Initial release.
Thanks to @halilozercan for implementing Markdown support!