Skip to content

Releases: codex-team/editor.js

Release v2.17

16 Mar 19:44
be6f9b7
Compare
Choose a tag to compare
  • 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

Release v2.15.1

16 Mar 19:43
8a8fccc
Compare
Choose a tag to compare
  • New — New blocks.insert() API method #715.
  • New Conversion Toolbar. Ability to convert one block to another #704
  • New Cross-block selection — Ability to select multiple blocks by mouse and with SHIFT+ARROWS #703
  • Deprecated — blocks.insertNewBlock() method is deprecated. Use blocks.insert() instead.
  • Improvements — Inline Toolbar now works on mobile devices #706
  • Improvements — Toolbar looks better on mobile devices #706
  • Improvements — Now pasteConfig can return false to disable paste handling on your Tool #801
  • Fix — EditorConfig's onChange callback now fires when native inputs` content has been changed #794
  • Fix — Resolve bug with deleting leading new lines #726
  • Fix — Fix inline link Tool to support different link types like mailto and tel #809
  • Fix — Added typeof util method to check exact object type #805
  • Fix — Remove internal enableLineBreaks option from external Tool settings type description #825
  • Refactoring — Constants of tools settings separated by internal and external to correspond API
  • Refactoring — Created universal Flipper class that responses for navigation by keyboard inside of any Toolbars
  • Fix — First CMD+A on block with now uses default behaviour. Fixed problem with second CMD+A after selection clearing #827
  • Improvements — Style of inline selection and selected blocks improved
    Fix - Fixed problem when property 'observer' in modificationObserver is not defined

v1.5

20 Feb 19:17
Compare
Choose a tag to compare
List tool: checking for emptiness improved

1.4 Stable

25 Jan 15:30
Compare
Choose a tag to compare
1.4 Stable Pre-release
Pre-release

CodeX Editor release