Skip to content

v2.0.15

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 22 Sep 05:17
· 2425 commits to master since this release

Enhancements

  • The convertContentsForEditor function has been modified to work better
  • Updated codeView function performance
  • Buttons that can not be used in code view mode are blurred and disabled.
       The "codeViewDisabledButtons" property has been added to the "core" object as a related property.
       (An array of buttons whose class name is not "code-view-enabled")

Bugfix

  • codeView function bugfix: characters such as "<" were not converted properly

Maintenance

  • The "font" file has been updated with the addition of "hr-icon"
  • user function name Change: getContent -> getContents, setContent -> setContents
  • Change code view style
  • defined the default style of format tags in "suneditor-contents.css" file
  • Renamed arguments of plugin: _this -> core
  • The customize example file has been updated.