Skip to content

Releases: halilozercan/compose-richtext

1.0.0-alpha01

29 Feb 04:43
52e8835
Compare
Choose a tag to compare
1.0.0-alpha01 Pre-release
Pre-release

What's Changed

This release marks the first 1.0 alpha release of compose-richtext. Reaching 1.0.0 is going to be a long journey but we are committed to maintaining this library in the long run.

The main highlight of the release is the separation of richtext-markdown module from richtext-commonmark. This new module will only be responsible for rendering any given Markdown tree defined by the AstNode structure. Any 3rd party library can be used to create an AstNode tree as can be seen in the new richtext-commonmark module that chooses to utilize commonmark parser.

It is now also possible to render Markdown content lazily at the top level. An example can be found in both android-sample and desktop-sample apps.

  • Introduce richtext-markdown as a generic Markdown renderer in #129
  • Pass astNodeType.startNumber as startIndex by @atulgpt in #128
  • Moved LinkClickHandler from Markdown modules to richtext-ui in #130
  • Add Lazy Markdown Sample in #131
  • Revert LineHeight bug fix in #132
  • Fix #96 in #134
  • Fix #109 in #133
  • Update Compose version to 1.6.0 in #137

New Contributors

Full Changelog: v0.20.0...1.0.0-alpha01

v0.20.0

04 Jan 20:35
edff0f6
Compare
Choose a tag to compare
v0.20.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.0...v0.20.0

v0.17.0

30 Jun 22:40
4b41fe3
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

What's Changed

This release updates the Compose version to compose-multiplatform 1.4.1

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

07 Dec 14:20
1a6feda
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

20 Oct 23:26
b056bf3
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

14 Sep 11:53
9fd8af8
Compare
Choose a tag to compare
v0.14.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.0...v0.14.1

v0.13.0

18 Jun 15:25
354c016
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

18 May 13:26
cf34f9e
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

What's Changed

  • Allow null title in image by @bstoker in #78
  • Upgrade Coil to 2.0.0 by @equationl in #79
  • Update RichText to latest versions of Jetpack Compose (1.2.0-beta01) and Desktop (v1.2.0-alpha01-dev683) by @halilozercan in #80

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

09 Feb 17:21
8badc89
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

05 Dec 19:12
336123d
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

What's Changed

This release celebrates the release of Compose Multiplatform 1.0.0 🎉🥳