Skip to content

v2.8.5

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 23 Nov 19:22
· 2183 commits to master since this release

Enhancement

  • Remove format - All works well on current supported browsers.
  • The node configuration that is created when the node change function is executed has been improved.

Bugfix

  • Fixed a bug not changed node after selecting all range in Firefox, Edge, IE.
  • Fixed a bug that prevented pasting under certain circumstances.
  • Fixed a bug that caused the "BR" tag to disappear or not work properly when changing nodes, including the "BR" tag.
  • Fixed a bug that text formatting did not work in image captions.

Maintenance

  • Modified name core.wrapRangeToTag -> core.nodeChange.
  • Modified removeEmptyNode method of util object.
  • Modified getSelectedFormatElements method of core object.
  • Added getContents method to core object.
  • Added createElement, createTextNode method to util object.