Releases: microsoft/roosterjs
Releases · microsoft/roosterjs
RoosterJs 7.0.0
New major release: 7.0.0
-
The main change is to remove all deprecated APIs. For a full list of API changes, see here.
-
Improve build speed and UI
-
Some code refactoring
RoosterJs 6.19.2
- Fix pasting bug that content outside pasting fragment is also pasted
- Fix pasting image issue, when DataTransfer contains image and empty HTML, image can't be pasted correctly
- Add new property to ClipboardData: rawHtml, which is the original HTML value we got from clipboard
- Fix bug #185 UnquoteWhenEnterOnEmptyLine doesn't work well
- Fix bug that type after Ctrl+A, text can't be formatted correctly
- New sample site (https://microsoft.github.io/roosterjs)
RoosterJs 6.19.1
v6.19.1 Empty line should be preserved when clearBlockFormat (#184)