Skip to content

v2.21.1

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 11 Nov 15:46
· 1636 commits to release since this release
f5ed0e3

Enhancement

  • Fixed the line format to be initialized to paragraph tag after remove attributes when the backspace key is pressed when there is no content in the editor.
  • Fixed the style of the line format(H1, P, List.. etc.) to be maintained when the line format is changed.
    (text-align, line-height.. etc).

Bugfix

  • Fixed a bug where the history stack did not work properly when the "fullPage" option was true.

Maintenance

  • The "onlyContents" argument has been added to the "getContents" method.
    (Return only the contents of the body without headers when the "fullPage" option is true)