Skip to content

v1.11.4

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 31 Aug 05:14
· 2477 commits to master since this release

Enhancements

  • Copied and pasted images can be modified normally.

Bugfix

  • An error occurred when changing the font and changing the font size in the editor.
  • deleted the SUNEDITOR.destroy function which only removing the html tag
  • deleted context -> originElementDisplay
  • added context -> navigation (path label)
  • navigation bar style

Maintenance

  • modified the core closure to refer to the dom and util objects to avoid searching for global objects.
  • changed textElement to originElement in the context object.
  • The originElementDisplay property has been added to the context object.
  • Changed editor.getLineNode function to dom.getFormatElement.