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