Skip to content

v2.13.1

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 22 Apr 15:01
· 2046 commits to master since this release

Enhancement

  • Updated undo and redo functions, which previously operated as "document.execCommand".
  • Added getPositionIndex function to "util" object.

Bugfix

  • Fixed a bug "insertHTML" of user function.
  • Fixed a bug where format blocks, images and videos could not be deleted properly with backspace.

Maintenance

  • Modified the color and border radius of the editor.
  • Added "redo" and "undo" to buttons that are disabled in code view mode.
  • Added History object to "core" object for undo, redo.
  • Added onlyZeroWidthSpace function to "util" object.