Skip to content

RoosterJs 9.2.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 30 Apr 16:18
· 497 commits to release since this release
b71ce2f

Bug fix

  • Fix the cursor jump issue after deleting an Entity on Android (#2577)
  • Fix on webkit-based applications, the selection will become empty after copy, and focus will cause the window to scroll to the top (#2571)
  • Preserve reverted selection info in Content Model (#2580)
  • Fix empty text in markdown plugin (#2582)
  • Allow Shift+Delete to Cut (#2585)
  • Fix #2584: Safari context menu event causes selection to be expanded (#2584)
  • Fix #2575 Entity delimiter cursor moving (#2581)

Improvement

  • Port PickerPlugin to new editor (#2569)
  • Port AnnouncePlugin step 1 (#2589, #2591, #2592)
  • Port Custom Replace Plugin (#2594)
  • Port Auto fraction and ordinals (#2595)
  • Use percentage for max-width of newly inserted image (#2579)
  • Improve AutoFormatPlugin (#2583)
  • Trigger AutoLink (#2598)
  • Select image after inserting it (#2593)
  • Allow hotkey Ctrl-Shift-Z on Windows (#2607)

New feature