Skip to content

v2.24.0

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 14 Jan 16:38
· 1469 commits to release since this release
a04bd7f

Translation

  • German(de) translation has been fixed.

Enhancement

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