v2.24.0
Translation
- German(de) translation has been fixed.
Enhancement
- Modified anchor tag to remain un split when changing text nodes of an anchor tag.
- Toolbar-related methods have been added. #functions
Bugfix
- (since v2.23.4) Fixed a bug that always inserted at the auto size when inserting the image for the first time.
- (since v2.23.4) Fixed a bug that caused the image's align status to not be displayed.
- Fixed a bug that keyDown event. #176
- Fixed a bug where the onChange event would not be called if all content was deleted while holding the backspace key. #180
- Fixed a bug in which only some data was sometimes pasted when pasting data such as Word or Excel. #181
- Fixed a bug where "zero width space" disappeared immediately when changing a text node with a shortcutkey.
- Fixed a bug where the focus would always go to the end of the text when selecting a table cell.
- Fixed a bug where link nodes were not inserted correctly when adding link after selecting multiple lines.
- Fixed a bug that caused an error when refocusing after switching from code view mode to WYSIWYG mode.
Maintenance
- The util.isAnchor method has been added.