Bugfixes
- Added
type="button"
to file upload button.(#1585) - Fixed that
addImageBlobHook
inserts image twice.(#1623) - Fixed wrong parsing of html
attrs
.(#1630) - Fixed that
getHTML
API triggerschange
event.(#1632) - Fixed that the custom toolbar item cannot be toggled with
active
,disabled
state.(#1639) - Fixed wrong
customHTMLRenderer
option type definition.(#1640) - Fixed that encode link url unnecessarily.(#1641)
- Fixed that editor cannot parse the
br
tag when callingsetHTML
API.(#1644)