Skip to content

RoosterJs 8.33.0

Choose a tag to compare

@JiuqingSong JiuqingSong released this 03 Oct 15:47
· 2727 commits to release since this release
ba2124e

New feature

  • Image Selection Part 3 - Selection Event (#1288)
  • Allow remove existing Content Edit features from editor (#1301)

Improvement

  • Keep list chain even after space (#1297, #1302)
  • Improve table pasting behavior to merge pasted table with current table if any (#1265)

Bug fix

  • Comment Removal, remove style attribute instead of removing whole element (#1300)

Interface change

  • New DOM Utility
    • removeImportantStyleRule(): Removes the css important rule from some css properties
  • New method of IEditor and Editor:
    • removeContentEditFeature(): Remove a Content Edit feature.
  • New Event
    • PluginEventType.SelectionChanged: Editor changed the selection. (EXPERIMENTAL FEATURE)
    • SelectionChangedEvent: The event object interface
    • SelectionChangedEventData: Data object for SelectionChangedEvent