Releases: MohamedRejeb/compose-rich-editor
Releases · MohamedRejeb/compose-rich-editor
v1.0.0-rc01
What's Changed
- Fix html entities encoding and decoding by @MohamedRejeb in #161
- Move test to common by @MohamedRejeb in #163
- Fix crash when pasting text after a new line by @MohamedRejeb in #164
- Fix long click crash on Android and iOS by @MohamedRejeb in #168
- Fix RichText intercepts click events by @MohamedRejeb in #169
- Fix issue with RichText maxLines by @MohamedRejeb in #170
- Save code span to html by @MohamedRejeb in #171
Full Changelog: 1.0.0-beta05...v1.0.0-rc01
1.0.0-beta05
What's Changed
- Update Kotlin to 1.9.21 and Compose to 1.5.11 by @MohamedRejeb in #147
- Feat: MaxLength Validation by @Vaibhav2002 in #144
- Update JetBrains markdown to 0.6.0 by @MohamedRejeb
- Update Ksoup to 0.3.0 by @MohamedRejeb
- Fix issue with rendering multiline ordered/unordered lists by @MohamedRejeb
Full Changelog: v1.0.0-beta04...1.0.0-beta05
v1.0.0-beta04
What's Changed
- Fix: Added Support for Kotlin 1.9.20 and Compose Multiplatform 1.5.10 by @Vaibhav2002 in #137
- Apply default hierarchy template by @MohamedRejeb in #139
New Contributors
- @Vaibhav2002 made their first contribution in #137
Full Changelog: v1.0.0-beta03...v1.0.0-beta04
v1.0.0-beta03
What's Changed
- Add support for
<s>
tag by @janseeger in #92 - Fix bug with ordered lists by @MohamedRejeb in #101
- Migrate Kotlin to 1.9.0 and Compose to 1.5.0 by @MohamedRejeb in #102
- Update android compile sdk to 34 by @MohamedRejeb in #104
- Update kotlin to 1.9.10 and compose to 1.5.1 by @MohamedRejeb in #105
- Fix issue with readOnly=true by @MohamedRejeb in #106
New Contributors
- @janseeger made their first contribution in #92
Full Changelog: v1.0.0-beta02...v1.0.0-beta03
v1.0.0-beta02
What's Changed
- Update README.md by @ganfra in #80
- Update docs by @MohamedRejeb in #81
- Fix adding line breaks to empty text crash by @MohamedRejeb in #88
- Fix an issue with setHtml in release mode by @MohamedRejeb in #89
New Contributors
Full Changelog: v1.0.0-beta01...v1.0.0-beta02
v1.0.0-beta01
What's Changed
- Fix some issues with toggling ordered/unordered lists by @MohamedRejeb in #72
- Support Markdown import/export by @wakaztahir in #65
- Improve selection speed by @MohamedRejeb in #77
- Stabilize markdown support by @MohamedRejeb in #78
- Support update rich text selection by @MohamedRejeb in #78
Full Changelog: v1.0.0-alpha02...v1.0.0-beta01
v1.0.0-alpha02
What's Changed
- Fix some issues with encoding html to rich text by @MohamedRejeb in #64
- Improve rich text html output by @MohamedRejeb in #64
Full Changelog: v1.0.0-alpha01...v1.0.0-alpha02
v1.0.0-alpha01
What's Changed
- Implement new core foundation by @MohamedRejeb in #47
- Improve HTML import/export by @MohamedRejeb in #47
- Support Ordered/Unordered lists by @MohamedRejeb in #47
- Support links by @MohamedRejeb in #47
- Support Code Blocks by @MohamedRejeb in #47
- Fix bugs by @MohamedRejeb in #47
- Add Mkdocs documentation by @MohamedRejeb in #62
New Contributors
- @AzimMuradov made their first contribution in #39
- @wakaztahir made their first contribution in #56
Full Changelog: v0.2.0...v1.0.0-alpha01
v0.2.0
What's Changed
- Add comments to function and classes by @MohamedRejeb in #16
- Keep the last existing style after deleting all the characters by @MohamedRejeb in #17
- Update the style of the selected text by @MohamedRejeb in #18
- Create CODE_OF_CONDUCT.md by @MohamedRejeb in #21
- Support import and export HTML by @MohamedRejeb in #25
- Add RichTextValue factories from html and annotatedString by @MohamedRejeb in #26
- Fix selection bug + Improve samples by @MohamedRejeb in #31
- Add unordered list by @MohamedRejeb in #34
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Prepare samples by @MohamedRejeb in #1
- Add publish to maven repository by @MohamedRejeb in #6
- Add README.md by @MohamedRejeb in #7
- Publish the first release of the library with bunch of rich text editor features (Bold, Underline, FontSize, TextColor, BackgroundColor, CustomStyles...)
New Contributors
- @MohamedRejeb made their first contribution in #1
Full Changelog: https://github.com/MohamedRejeb/Compose-Rich-Editor/commits/v0.1.0