RoosterJs 7.5.0
Main change:
Other changes:
- Add a type-safe version of triggerEvent API (Editor.triggerPluginEvent) (#315)
- Add browser specified core plugins, remove ConentEditFeature.initialize() method (#312)
- 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 - Support adding custom data when creating editor (#323)
- Do not use willHandleEventExclusively in editplugin (#323)
Dev tool update: