Editor.js v2.17 Release Notes

Release Date: 2020-03-16 // about 4 years ago
    • 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