Skip to content

v2.14.0

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 03 May 20:41
· 2008 commits to master since this release

Enhancement

  • Added Custom tooltips.
  • Added onChange event method to userFunction. #90(@redone80, @DeZZar)
  • The primary node has been changed to:
    B > STRONG, U > INS, I > EM, STRIKE > DEL.
  • Added a delete button to the "colorPicker" module.
  • Added highlight effect to the submenu.
  • Added a default value to the "fontSize, fontFamily" menu.
  • When using formats such as "Code, Blockquote, OrderList" and so on, we modified to exit the format by typing "enter" key on the last line or "backspace" key on the first line.
  • The "undo, redo, outdent, save" buttons have been modified to not behave according to the situation.
  • The editor's overall style and icons have been modified.

Bugfix

  • Fixed a bug where cells in the table were deleted when backspace was entered in the last cell of the table. #91(@DeZZar)
  • Fixed a bug where the highlighting effect of command buttons such as "Bold", "Underline"... was not applied right away.
  • Fixed a bug where the editor did not return properly when using code view and fullscreen mode together.

Maintenance

  • The nodeChange method has been improved.
  • The editor's default text color has been changed to "# 333".
  • The language file has been modified.
  • cleanHTML Paste has been improved.
  • The "wrapToTags" method has been modified to applyRangeFormatElement.
  • The detachRangeFormatElement method has been added to the "core" object.
  • The "copyObj" method of the "util" object has been deleted.
  • The getEdgeChildNodes method has been added to the "util" object.
  • Values entered within 0.5 seconds have been modified to be stored in the "history" stack at once.