Skip to content

Releases: JiHong88/suneditor

v2.38.8

06 May 16:05
6985b79
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug where line breaks disappear when pasting. #743

v2.38.7

05 May 18:18
86f82e6
Compare
Choose a tag to compare

Bugfix

  • When pasting an external image or video, a bug that sometimes the element was not properly added has been fixed. #709
  • Fixed a bug in which the default action was not canceled even when returning false in the user event. #736

v2.38.6

04 May 16:34
a7508a1
Compare
Choose a tag to compare

Enhancement

  • The user event location has been modified so that the current event action can be canceled by a user event. #736
// EX)
editorInstance.onKeyDown = (event, core) => {
    event.preventDefault();
    return false;
}

v2.38.5

28 Apr 08:56
9723047
Compare
Choose a tag to compare

Bugfix (since v2.33.0)

  • Fixed a bug where the other text style was not removed when the font-size style was applied. #732

v2.38.4

27 Apr 14:24
48d8322
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug that core.insertNode() is creates a new line when inserted in the middle of the string has been confirmed. #725
  • Fixed a bug that TypeScript build fails. #727
  • Fixed a bug where the default color of the font was not applied properly. #729

v2.38.3

17 Apr 19:47
bd9232d
Compare
Choose a tag to compare

Enhancement

  • The addTagsWhitelist option has been updated to support tags with a dash(-) in the name. #716

v2.38.2

16 Apr 14:20
1278921
Compare
Choose a tag to compare

Bugfix

  • When pasting an external image or video, a bug that sometimes the element was not properly added has been fixed. #709 #714
  • XSS attack vulnerability fixes.

v2.38.1

11 Apr 13:31
f902bf0
Compare
Choose a tag to compare

Enhancement

  • The "z-index" and "position" properties of options.defaultStyle have been modified to be applied to the top div. #706

Bugfix

  • Fiexed a bug where KaTeX rendering was broken, since 2.37.4 version. #707

v2.38.0

11 Apr 09:40
01faf1f
Compare
Choose a tag to compare

New feture

  • The printTemplate option has been added. #696

Enhancement

Bugfix

  • Fiexed "Request-Headers" error at the ImageGallery. #702 (@verti4cal)
  • Added media component exception handling. #694
  • Fixed a bug where tag would render when pasting text containing HTML tags. #691
  • Fixed a bug that focusing on the editor when using the core.setContents() method. #686

v2.37.4

01 Apr 09:35
29352f0
Compare
Choose a tag to compare

Bugfix

  • XSS attack vulnerability fixes