Skip to content

Releases: JiHong88/suneditor

v2.44.4

27 Mar 15:25
Compare
Choose a tag to compare

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).

v2.44.3

08 Oct 07:42
8343dec
Compare
Choose a tag to compare

Enhancement

  • Fixed have been made so that the same tags do not continue to overlap when pasting styled text.

Bugfix

  • Fixed a bug where unintentional styles were applied when pasting. #1093
  • The "#1011" issue that was fixed in v2.43.8 recurred in 2.44.0 and has been fixed.

v2.44.0

22 Sep 13:24
1fd0324
Compare
Choose a tag to compare

Hotfix(since v2.43.10)

  • A bug where Excel data was not pasted properly has been fixed. #1075

New Feature

  • A "frameAttrbutes" option has been added. #1066

Enhancement

  • Improve embed video to gives a proper iframe #1061
  • Fixed so that the font size is changed to the value of the editor's "fontSizeUnit" option when pasting. #1064
  • Fixed bug output style on "Katex" error. #1084

Bugfix

  • Fixed a bug an intermittent error occurred when resizing the editor.
  • Fixed position bug of caption when rotating image.
  • Fixed positioning bug when rotating component in "rtl" mode
  • Fixed a bug when image resizing. #1080
  • Fix a bug related to event after loading editor. #1037
  • Fixed a bug where the "defaultStyle" option was ignored in fullscreen mode. #1085
  • Fixed a bug where images were not displayed properly when specifying a link on uploading multiple images. #1086
  • Fixed a bug where some characters would disappear when using the "core.insertNode()" function or copy/paste or use it. #1071 #1091

v2.43.14

05 Jul 10:09
1f886eb
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug where the edit window did not work properly when a "Katex" error occurred in the "Math" plugin. #1049

v2.43.13

24 Jun 16:29
Compare
Choose a tag to compare

Enhancement

  • When editing a link, it has been improved so that the link appears as entered.

Bugfix

  • Fixed a bug where editor links were not displayed in the edit window when using linkNoPrefix. #1044

v2.43.12

24 Jun 06:19
Compare
Choose a tag to compare

Enhancement

  • It has been modified so that the editor does not have focus when clicking on the toolbar.

Bugfix

  • The bug when the editor was loaded, the "setDir" method was executed so the style of the content was changed has been fixed. #1041

v2.43.11

18 Jun 10:59
f928a82
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug where transparent color was applied to the text style when copying and pasting on some mobile devices.
  • Fix hideToolbar option type error

v2.43.10

18 Jun 09:04
8d3f9f0
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug that scrolled when focusing in Chrome. #1035
  • Fixed a bug in which the "br" tag was added when pasting in Windows Chrome. #1033
  • Fixed a bug in the IME input method where the first typed character was not properly entered after adding a line. #1031

v2.43.9

10 Jun 17:58
Compare
Choose a tag to compare

Hotfix(v2.43.7)

  • Fixed a bug where the tag properties were deleted of the value of "options.value" and the value modified in code view mode. #1026 #1029

Enhancement

  • Added "hideToolbar" option. #1023

v2.43.8

30 May 13:57
Compare
Choose a tag to compare

Enhancement

  • Modified so that excessive "span" tags are not generated when copying/pasting text in the Chrome browser.

Bugfix

  • Fixed editor resizing bug accrue in lower browser versions.
  • Fixed a bug where sometimes there were too many line breaks when pasting. #1011
  • Fixed a bug where copy/paste in the list behaved differently than expected. #922