Skip to content

v2.18.0

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 07 Aug 14:15
· 1728 commits to master since this release

Enhancenment

  • The setOptions function has been added.
    It's can reset or add options. #114(@PleachiM)
  • Template plugins has been added.
    You can add templates in the templates property of the options. #115(@PleachiM)
  • Added sort and caption buttons to the resizing module.
    스크린샷 2019-08-07 오후 11 06 09
  • The icons in the editor has been changed.
  • Fixed the "on" method to be called when calling a submenu on "core".

Bugfix

  • Fixed a bug where the bottom line also changed when changing a node after selecting an entire line. #116(@rafael-develop)
  • Fixed a bug where all lines were deleted when changing nodes when the caret was in front.
  • Fixed a bug where the balloon toolbar would sometimes not render properly.
  • Fixed a bug where table cell multiselect was not working properly when there were merged cells.
  • A bug that caused the color list to not display correctly in IE and Edge when overriding "colorList" has been fixed.
  • Fixed a bug that caused an error in the "destroy" function when there was no resizing bar.
  • A bug that caused the focus to not move to a table cell when the table cell was clicked after the figcaption tag was clicked has been fixed.

Maintenance

  • The default width of "toolbar" has been changed from "max-content" to "auto".
  • When using the "appendContents" and "setContents" functions, the content is added to match the editor's format.
  • Added "setContents" method to "core" object.