Skip to content

v2.19.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 18:31
1e1b06d
  • New - toolbar.toggleBlockSettings() API method added #1442.
  • Improvements - A generic type for Tool config added #1516
  • Improvements - Remove unused force option in Caret.navigateNext() and Caret.navigatePrevious() #857.
  • Improvements - Remove bundles from the repo #1541.
  • Improvements - Document will be scrolled when blocks are selected with SHIFT+UP or SHIFT+DOWN #1447
  • Improvements - The caret will be set on editor copy/paste #1470
  • Improvements - Added generic types to OutputBlockData #1551.
  • Fix - Fix BlockManager.setCurrentBlockByChildNode() with multiple Editor.js instances #1503.
  • Fix - Fix an unstable block cut process #1489.
  • Fix - Type definition of the Sanitizer config: the sanitize function now contains param definition #1491.
  • Fix - Fix unexpected behavior on an empty link pasting #1348.
  • Fix - Fix SanitizerConfig type definition #1513
  • Fix - Editor Config now immutable #1552.
  • Fix - Fix bubbling on BlockManagers' listener #1433.
  • Refactoring - The Listeners module now is util.
  • Refactoring - The Events module now is util.
  • Refactoring - Shortcuts module is util now.