Skip to content

v2.3.3

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 11 Oct 19:00
· 2357 commits to master since this release

Enhancements

  • "getIncludePath" function of "util" object is run more exactly.
    (Used on preview : get the src path of "suneditor.min.css", "suneditor-contents.css" or first css file)

Bugfix

  • Fixed a bug to User function (disabled, enabled, appendContents, setContents)
    (It did not work properly in code view state)
  • Added default "text-align" property on css of suneditor
    (If the parent node of suneditor had a "text-align" attribute, it was affected.)
  • Fixed a bug to the "getSelectedRangeFormatElements" function of "core" object
  • Fixed a bug to the "wrapToTags" function of "core" object

Maintenance

  • Code optimization
  • Added .jshintrc file