RoosterJs 7.8.0
Improvement:
- Improve list handling when paste from Word Online
Bug fixes:
- CustomeReplace plugin: don't do replace when user presses BackSpace
- Fix #362 Don't move cursor in loop when user presses Ctrl+Left
- Fix #366 Don't replace tab char (\t) when paste
API change:
- isRtl
Checks if the given node is rendered in Right-to-Left mode - GenericContentEditFeature.shouldHandleEvent
Add a parameter to pass in if Ctrl/Meta key is pressed - Editor.isPositionAtBeginning
Check if this position is at beginning of the editor - ContentEditFeatures.noCycleCursorMove
Chrome may make the cursor move the then end of document if press Ctrl+Left at the beginning of document Let's disable this behaivor