Skip to content

v2.42.0

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 13 Jan 16:09
· 337 commits to release since this release
f7b6168

Translation.

New Feature

  • onSetToolbarButtons event callback has been added. #834 (@SystemChanger)
  • onSave event callback has been added. #812 (@DE-Danloc)
  • iframeAttributes option has been added. #804
  • [image, video]AlignShow options has been added. #802
  • attributesBlacklist, tagsBlacklist, pasteTagsBlacklist options has been added. #895
  • dir, dir_ltr, dir_rtl buttons has been added. #838
  • "#fix" feature has been added to the button group.
  • linkTargetNewWindow option has been added. #898
  • nullMessage, thumbnail attributes has been added to the "imageGalleryUrl" response data. #900 #908
  • resizeEnable, resizingBarContainer options has been added. #883
  • alignItems option has been added. #870
  • lineAttrReset option has been added. #848
  • hrItems option has been added. #806

Enhancement

  • iframeAttributes option has been added. #804
  • Fixed to allow empty anchor tags in editor. #818
  • Added alt attribute to "imageInfo". #813
  • Fixed to automatically remove trailing whitespace from selected text when creating a link. #894

Bugfix

  • Fixed incorrect return types from onCut, onCopy event callbacks. #810 (@DE-Danloc)
  • fix: toolbar buttons not being activated when deselecting. #820 (@SystemChanger)
  • Fixed a bug where code data could be set when the editor was not editable. #877 (@SystemChanger)
  • Fixed a bug where "more layer" was not closed when setToolbarButtons was executed. #832 (@SystemChanger)
  • Several bugs in read-only mode have been fixed. #832 (@SystemChanger)
  • Fixed a bug that caused an error when an empty string was entered in defaultTag option. #807
  • Fixed a bug where fonts were not displayed after executing setOptions. #824
  • Added exception handling to "list" and "align". #814 #828
  • Typescript build error has been fixed. #830
  • Fixed a bug where spaces were removed when pasting from MS Word. #808
  • Fixed a bug where some of the last words of a paragraph did not change when changing the text style of a long paragraph. #827
  • Fixed a bug where spaces were converted to new lines when inputting HTML. #809
  • Fixed a bug related to video tag control properties. #847 #851
  • Fixed a bug related to HTML entity. #845
  • Fixed a bug where the "Show Blocks" button did not work intermittently when using the fullPage option. #863
  • Fixed a bugs related to <iframe> and <img> tags. #831 #879 #890
  • Fixed a bug where selecting text by triple-clicking would also affect the line below when changing the text style. #852
  • Fixed a bug that caused an error when editing an image with a link. #840
  • Fixed a bug where the code view could not be scrolled in full screen mode when the height was auto. #853
  • Fixed a bug where cursor position information was not updated when right-clicking. #891
  • Fixed a bug that did not work well pasting after selecting all in IE11. #899