Skip to content

v2.36.0

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 28 Jan 19:22
· 655 commits to release since this release
f4286fb

New feature

  • Modified to can use the use of "mailto:" at the link module. #608
  • linkRelDefault option has been added. #583
  • mediaAutoSelect option has been added. #603

Enhancement

  • A "download link" check box was added to the link module.
  • The link module`s "rel" option has been modified to enable duplicate selection. #583
  • The protocol display of the link module has been improved.

Bugfix

  • Fixed a bug where "alt text" was not displayed when editing an image. #601
  • Fixed a bug in core.insertNode(). #584
  • Fixed a bug in which the iframe tag was not converted to a video component. #602
  • Fixed a bug in which the [image, video, audio]uploadError event function was not called correctly. #605

Maintenance

  • Added core._variable.isChanged.
  • Fixed util.toggleClass to return boolean values.