From 885894131774ce8a5130e4de7a35efb28f6d62a8 Mon Sep 17 00:00:00 2001 From: Halil Ozercan Date: Mon, 20 Sep 2021 11:51:14 +0300 Subject: [PATCH] Update CHANGELOG.md to include releases after the transfer --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab848a37..583bc73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,59 @@ Changelog ========= +v0.8.1 +------ + +_2021-9-11_ + +This release fixes JVM artifact issue #59 + +v0.8.0 +------ + +_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 + +v0.7.0 +------ + +_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) + +v0.6.0 +------ + +_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 + +v0.5.0 +------ + +_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 + v0.3.0 ------