Skip to content

v2.44.4

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 27 Mar 15:25
· 138 commits to release since this release

Translation

Enhancement

  • Add "contents" parameter to onBlur event. #1145 (@dev-mohanraj)
  • Improvement of applying line breaks when pasting. #1147
  • The getContents() method has been improved to return after cleaning the HTML. #1130
  • The child nodes of .__se__tag tag have also been improved so that the structure and properties are maintained. #1108

Bugfix

  • Fixed frame component bugs such as images inside .__se__tag. #1149
  • Fixed a bug when editor height calculation with hidden toolbar. #1153 (@SystemChanger)
  • Fixed a bug that caused an error in browsers without the ResizeObserver function. #1155 (@SystemChanger)
  • Fixed an error when IE11+ complained when deleting empty paragraph with Backspace key #1176 (@vzkiss)
  • Fixed a bug where the font size was not displayed in the specified unit. #1166
  • Fixed a bug where defaultStyle was not applied in "fullScreen". #1172
  • Fixed a bug where some "Katex" syntax did not render properly when returning to WYSIWYG mode from codeView mode. #1131
  • Fixed a bug where markups could be edited outside the editor. #1146
  • Fixed a bug where the cursor moved to the top line after deleting a list. #1127
  • Fixed a bug where multiple line breaks were replaced with single line breaks when pasting. #1114
  • Fixed a bug that occurred when inserting an image with the "setContents()" method. #1118
  • Fixed bug where lineAttrReset option did not work properly.
  • Fixed a bug where some events would stop even if they returned undefined instead of false (onCopy, onPaste, onDrop, onCut).