Skip to content

Releases: halilozercan/compose-richtext

v0.9.0

20 Nov 19:30
4dbe856
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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

11 Sep 15:55
e840b52
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

This release fixes JVM artifact issue #59

v0.8.0

08 Sep 18:57
af48714
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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

31 Aug 21:10
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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

06 Aug 12:35
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

29 Jul 10:19
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

v0.3.0

19 May 06:17
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Compose Beta 7 support! (#36)
  • Fix several bugs in Table, RichTextStyle and improve InlineContent (#35 – thanks @halilozercan!)

v0.2.0

28 Feb 00:16
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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

06 Nov 00:56
Compare
Choose a tag to compare
v0.1.0+alpha06 Pre-release
Pre-release
  • Initial release.

Thanks to @halilozercan for implementing Markdown support!