Skip to content

v2.30.0

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 09 Jun 18:44
· 1078 commits to release since this release
af9db38

Translation

New feature

  • An image gallery has been added. #270
    • An image gallery button has been added to the image modal.
    • imageGalleryUrl option has been added.
    • ImageGallery has been added to the button list for use at toolbar.
  • Updated buttonList feature.
    • Feature of responsive toolbar and more button. #368
    • Feature of alignment of the button groups.
  • toolbarContainer option has been added. #342
  • shortcutsHint and shortcutsDisable options have been added. #387
  • toggleCodeView and toggleFullScreen events have been added. #386

Enhancement

  • Fixed an issue when inserting a custom tag in the editor. #375 , description
  • Modified to return the file list can be returned in the "uploadBefore" event . #378
  • When the menu is activated, the direction and length of the menu change depending on the margin of the browser. #382
  • The video tag has been modified to work properly even if a source tag is added. #381
  • Deleted the behavior of adding a new row when inserting a component. #390
  • Line break is visible even when selecting a component.

Bugfix

  • Fixed a bug where ZeroWidthSpace is deleted from minified js file. #356
  • Fixed a tabIndex of the toolbar buttons. #370 (@madarche)
  • Fixed a bug where browser compatibility of minimized css files was broken. #300
  • Fixed a bug when checking the wrong image structure. #374
  • Fixed a bug where previously set options were initialized when using setOptions method. #342 #383
  • Fixed a bug where the line break appeared even when the editor was disabled. #376
  • Fixed a bug that occurred when re-creating after removing the editor. #368 (comment)
  • Fixed a bug that space is delete when paste from MS word. #338
  • Fixed a bug where format tags were not created in certain situations. #385, #388
  • Fixed a bug where a table was deleted when delete text. #389 #393
  • 테이블 셀에서 쌍자음 입력시 한글 문자가 깨지던 버그 수정.

Maintenance