Skip to content

Releases: JiHong88/suneditor

v2.37.3

30 Mar 09:29
39b2654
Compare
Choose a tag to compare

Hotfix (v2.37.2)

  • Fixed a bug in which the attribute values of the tag were converted not conforming to the HTML syntax. #687

Bugfix

  • Fixed a bug that focused on the editor when using the core.setContents() method. #686

v2.37.2

29 Mar 05:01
aea3644
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug losing line break and attr when pasted. #681

Maintenance

  • Modified list alignment default style to "outside". #666

v2.37.1

18 Mar 15:58
81031af
Compare
Choose a tag to compare

Hotfix (v2.37.0)

  • Fixed IE syntax error.

Bugfix

  • Fixed a bug where the super/subscript toggle did not work after updated v.2.35.0.

v2.37.0

17 Mar 10:42
95b39d3
Compare
Choose a tag to compare

New feature

  • mathFontSize option has been added. #653
  • imageGalleryHeader option has been added. #654
  • tagsBlacklist and pasteTagsBlacklist options has been added. #664

Enhancement

  • It has been improved to be able to select an internal header tag when entering a bookmark in the anchor module. #593

Bugfix

  • Katex has been modified to always operate in LTR mode. #621
  • Fixed a bug when pasting of image wrapped into an anchor. #655
  • Fiexed a bug when the charCounterType option is "byte", an error occurred when entering the tab key. #660

v2.36.5

05 Mar 08:39
4a0c5c7
Compare
Choose a tag to compare

New feature

  • Added _printClass option to define the class of print and preview. #629

Bugfix

  • Fixed a bug in which changing the lang option did not work with the setOptions() method. #639
  • Fixed a bug in which activation/deactivation of the indent icon did not work properly. #646
  • Fixed a bug when adding components such as images and videos from the horizontal line, a bug that was added at the wrong location. #642
  • Katex has been modified to always operate in LTR mode. #621

Maintenance

  • Modified the rendering difference between the value option and the code view mode. #639
  • The focus effect of the horizontal line has been added.

v2.36.4

20 Feb 19:48
37aef4a
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug where the link of the image disappeared when returning to the WYSIWYG mode from the code view mode. #637
  • Fixed a bug in which the size of the rotated image or video was not properly adjusted.
  • When enviroment "shadowRoot", the location error of the toolbar and menu has been fixed.

Maintenance

  • Added core.getGlobalScrollOffset method.

v2.36.2

18 Feb 11:00
e2ebc14
Compare
Choose a tag to compare

Translation

Bugfix

  • The "Cannot redefine property: SUNEDITOR" error has been fixed. #626
  • Fixed a bug in which the responsive toolbar did not work properly when in "balloon" or "inline" mode. #632
  • Fixed a bug where the image rotation value disappeared when returning to the Wiziwig mode from the code view mode. #631
  • Katex has been modified to always operate in LTR mode. #621
  • Fixed a bug that did not render correctly when copying and pasting Katex equations. #540
  • Fixed a bug where the controller was not clicked when used in "shadowRoot".

Maintenance

  • XSS attack vulnerability fixes

v2.36.1

01 Feb 05:44
d33ad25
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug in which buttons that were disabled when selecting a component were reactivated.
  • Fixed a bug where the current color was not displayed on the input of the color selector.

v2.36.0

28 Jan 19:22
f4286fb
Compare
Choose a tag to compare

New feature

  • Modified to can use the use of "mailto:" at the link module. #608
  • linkRelDefault option has been added. #583
  • mediaAutoSelect option has been added. #603

Enhancement

  • A "download link" check box was added to the link module.
  • The link module`s "rel" option has been modified to enable duplicate selection. #583
  • The protocol display of the link module has been improved.

Bugfix

  • Fixed a bug where "alt text" was not displayed when editing an image. #601
  • Fixed a bug in core.insertNode(). #584
  • Fixed a bug in which the iframe tag was not converted to a video component. #602
  • Fixed a bug in which the [image, video, audio]uploadError event function was not called correctly. #605

Maintenance

  • Added core._variable.isChanged.
  • Fixed util.toggleClass to return boolean values.

v2.35.1

21 Jan 17:49
ac10e9f
Compare
Choose a tag to compare

Hotfix (v2.35.0)

  • Fixed a bug where table cell split did not work.

Bugfix

  • Fixed a bug in which content was pasted as an image when pasting from MS Word and Excel. #553 #597