You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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