Skip to content

Release v2.17

Compare
Choose a tag to compare
@khaydarov khaydarov released this 16 Mar 19:44
· 18 commits to master since this release
be6f9b7
  • Improvements - Editor's onchange callback now accepts an API as a parameter
  • Fix - Some mistakes are fixed in installation.md
  • Fix - Fixed multiple paste callback triggering in a case when several editors are instantiated #1011
  • Fix - Fixed inline toolbar flipper activation on closing conversion toolbar #995
  • Improvements - New window tab is opened by clicking on anchor with ctrl #1057
  • Fix - Fix block-tune buttons alignment in some CSS-resetors that forces box-sizing: border-box rule #1003
  • Improvements - New style of a Block Settings button. Focused block background removed.
  • New — Add in-house copy-paste support through application/x-editor-js mime-type
  • Improvements - New Block lifecycle hook moved. Deprecated — blocks.swap(fromIndex, toIndex) method is deprecated. Use blocks.move(toIndex, fromIndex) instead.
  • Fix — Improve plain text paste #1012
  • Fix — Fix multiline paste #1015