Skip to content

RoosterJs 7.8.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 18 Oct 22:35
· 3542 commits to master since this release
438731d

Improvement:

  1. Improve list handling when paste from Word Online

Bug fixes:

  1. CustomeReplace plugin: don't do replace when user presses BackSpace
  2. Fix #362 Don't move cursor in loop when user presses Ctrl+Left
  3. Fix #366 Don't replace tab char (\t) when paste

API change:

  1. isRtl
    Checks if the given node is rendered in Right-to-Left mode
  2. GenericContentEditFeature.shouldHandleEvent
    Add a parameter to pass in if Ctrl/Meta key is pressed
  3. Editor.isPositionAtBeginning
    Check if this position is at beginning of the editor
  4. 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