Improved
v1.0.0-rc10
What's Changed
- Remove ExperimentalRichTextApi annotation from ImageLoader interface by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/393
- Fix crash when initial Markdown starts with
"<br>"tag by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/399 - 396 fix out of bounds crash by @abarrafo in https://github.com/MohamedRejeb/compose-rich-editor/pull/398
- Remove unnecessary !! by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/400
- Fix issue with removeTextRange. by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/403
- Fix material reference in material3 code by @SaurabhSandav in https://github.com/MohamedRejeb/compose-rich-editor/pull/405
- Fix issue with converting headings to Markdown by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/410
- Trim paragraphs on converting to and from Markdown by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/411
- Update Kotlin to 2.0.21 and Compose to 1.7.0 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/412
- Update Coil to 3.0.1 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/413
- Update AGP to 8.5.2 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/415
- Fix auto-detect ordered list start takes only the first digit by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/416
New Contributors
- @abarrafo made their first contribution in https://github.com/MohamedRejeb/compose-rich-editor/pull/398
- @SaurabhSandav made their first contribution in https://github.com/MohamedRejeb/compose-rich-editor/pull/405
Full Changelog: https://github.com/MohamedRejeb/compose-rich-editor/compare/v1.0.0-rc09...v1.0.0-rc10