Skip to content

RoosterJs 7.5.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 31 Jul 19:59
· 3595 commits to master since this release
39882de

Main change:

  • Support Dark Mode, add dark mode related editor options and APIs (#326)

Other changes:

  1. Add a type-safe version of triggerEvent API (Editor.triggerPluginEvent) (#315)
  2. Add browser specified core plugins, remove ConentEditFeature.initialize() method (#312)
  3. Add new event PendingFormatStateChangedEvent which is fired when user is changing format like Bold/Italic/Underline/... when selection is collapsed, and cache those state and restore them when editor get focus back.
    Fix #224: Save temp BIU state when blur, restore when focus if position is not changed
    Fix #313: Pending format loses when type in empty editor
  4. Support adding custom data when creating editor (#323)
  5. Do not use willHandleEventExclusively in editplugin (#323)

Dev tool update:

  1. Add Husky hook for prettier when submit (#321)
  2. Upgrade version of dependencies (#321)