Skip to content

v2.28.1

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 02 Apr 10:12
· 1242 commits to release since this release
21ad365

Hotfix (v2.28.0)

  • Fixed a bug where the editor did not work properly when using the iframe and fullPage options in FireFox.
  • Fixed a bug where the image and table were deleted when deleting a character after selecting a range from table or image.

Enhancement

  • Added line breaker to add lines when there are no lines above or below the component.

스크린샷 2020-04-01 오전 4 23 54

  • The underline has been replaced from <ins> to <u>. #285
  • Added options imageHeight and videoHeight. #305
  • Added type the "byte-html" to the charCounterType option. #281
  • Improve the consistency check before rendering the HTML in the editor. #292 #297 #299
  • The method of adding of the custom plugin has been improved. #custom_plugins

Bugfix

  • Fixed a bug where the text was erased when changing the text style in certain situations.
  • Fixed a bug where history stack was not added after pasting a text node #296
  • Fixed a bug in which text style changes of externally pasted tables did not work properly. #291 (#288 #289 #290)
  • Fixed a bug an HTML comments rendering #286
  • Fixed a bug where rows above a table cannot be deleted #284
  • Fixed a bug onChange event is not fired when removing styled text #301
  • Fixed a bug where select tags disabled in custom plugin #302
  • Fixed a bug where submenu would appear in the wrong location when the toolbar width is short than submenu width #294

Maintenance

  • Adjusted the call location of functions related to history more efficiently.
  • Properties added or modified to the functions:
    getCharCount, insertHTML
  • Properties added or modified to the core:
    nativeFocus, insertNode, removeNode, cleanHTML, convertContentsForEditor
  • Properties added or modified to the util:
    isTextStyleElement, splitElement