Releases: JiHong88/suneditor
Releases · JiHong88/suneditor
v2.44.6
v2.44.4
Translation
- Urdu(ur) translation added. #1119 (@adeelshahid)
- Portuguese(pt_br) translation fixed. #1134 (@luizcmarin)
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 offalse
(onCopy
,onPaste
,onDrop
,onCut
).
v2.44.3
v2.44.0
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