v2.36.0
New feature
- Modified to can use the use of "mailto:" at the
link
module. #608 linkRelDefault
option has been added. #583mediaAutoSelect
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.