v1.0.0-rc08
What's Changed
- Hide the image if the url is changed and return no data by @MohamedRejeb in #352
- Fix cursor position issue on Desktop by @MohamedRejeb in #353
- Fix RichTextState.toHtml() append an additional
<br>
when the last line is empty by @MohamedRejeb in #357 - Fix adding newline toggles back removed span style by @MohamedRejeb in #363
- Support parsing markdown with spaces in style edges by @MohamedRejeb in #364
- Fix undo adding list item by @MohamedRejeb in #365
- Fix list items loaded from markdown jump to the left when starting editing by @MohamedRejeb in #366
- Fix Bold+italic style is not recognized when parsing markdown by @MohamedRejeb in #367
- Improve unordered list multiline items rendering by @MohamedRejeb in #368
- Add orderedListIndent and unorderedListIndent by @MohamedRejeb in #370
- Support String Operations on Rich Text while retaining styles by @MohamedRejeb in #371
Full Changelog: v1.0.0-rc07...v1.0.0-rc08