Skip to content

Releases: microsoft/roosterjs

RoosterJs 7.0.0

08 Jan 07:46
a0f0288
Compare
Choose a tag to compare

New major release: 7.0.0

  1. The main change is to remove all deprecated APIs. For a full list of API changes, see here.

  2. Improve build speed and UI

  3. Some code refactoring

RoosterJs 6.19.2

04 Jan 18:43
Compare
Choose a tag to compare
  1. Fix pasting bug that content outside pasting fragment is also pasted
  2. Fix pasting image issue, when DataTransfer contains image and empty HTML, image can't be pasted correctly
  3. Add new property to ClipboardData: rawHtml, which is the original HTML value we got from clipboard
  4. Fix bug #185 UnquoteWhenEnterOnEmptyLine doesn't work well
  5. Fix bug that type after Ctrl+A, text can't be formatted correctly
  6. New sample site (https://microsoft.github.io/roosterjs)

RoosterJs 6.19.1

13 Dec 00:01
6a18e9e
Compare
Choose a tag to compare
v6.19.1

Empty line should be preserved when clearBlockFormat (#184)