v2.43.0
Translation
- Chinese (zh_cn) translation fixed. #943 (@stevending1st)
New Feature
- Added "core.getFullContents" method. #888 #921
- Added "__defaultFontSize" option. #800
If the default font size is not in "px" units, forcefully specify the default font size. - Added "classsName" option. #914
Enhancement
- Added "editorInstance.context.template.selectedIndex" state. #903
- The editor width change has been modified to be affected by the width change of the editor itself, not the size of the browser window. (IE is not supported) #974
- It has been modified to work after adding focus to the editor when "insertHTML" is called when the editor has no focus. #970
- "onResizeEditor" #948
- The "onResizeEditor" event has been improved so that it is called even when the editor height changes when text is input. #948
- historyStackDelayTime
Critical bugfix
- Fixed a bug that did not add properly when adding a table or list using the "SetContents" method. #957
Bugfix
- Fixed a bug where inserting a link with an empty URL would cause an error. #933 (@NakZMichael)
- Added "historyStackDelayTime" option type. #960 (@kubabogaczewicz)
- Fixed a bug where indent and indent icons were inverted when using custom icons. #968 (@CharlesCoqueret)
- Fixed a bug where tables were not appended properly with the "appendContent" method. #979 (@a-tonchev)
- Fixed, "list" and "quote" button activation error in Edge browser. #923
- Fixed a bug where audio and video were not playing in "readOnly" mode. #936
- The bug that the print function did not work when using the "voice-in-voice-typing" plugin from Chromium browser has been fixed. #947
- Fixed a bug where the common style of the list was not applied properly when specifying the font size as a percentage. #930
- Fixed a bug where focus did not move normally when there are more than n editor declarations. #951
- Fixed a bug where the cursor position was set incorrectly when adding a list from an empty line. #961
- Fixed a bug where copy/paste in the list behaved differently than expected. #922
- Fixed a bug where "figcaption" could not be edited when editing saved content. #924 - Fixed a bug where hash links were not entered correctly. #919
- Fixed a bug where shortcuts in bold were not disabled in the Chromium browser. #927
- Fixed a bug where aligned videos were not resizing properly. #880