Releases: codex-team/editor.js
Releases · codex-team/editor.js
v2.22.3
Fix
— Tool config is passed toprepare
method editor-js/embed#68
v2.22.2
Improvement
— Inline Toolbar might be used for any contenteditable element inside Editor.js zoneImprovement
Tunes API - Tunes now can provide sanitize configurationFix
Tunes API - Tune config now passed to constructor underconfig
propertyFix
Types - Add common type for internal and external Tools configurationFix
— Block's destroy method is called on block deletionFix
- Fix jump to the button of editor zone on CBS
v2.22.1
v2.22.0
New
-onChange
callback now receive Block API object of affected blockNew
- API methodblocks.update(id, data)
added.
v2.21.0
v2.20.2
v2.20.1
Fix
- Create a new block when clicked at the bottom #1588.Fix
— Fix sanitisation problem with Inline Tools #1631Fix
— Fix copy in FireFox 1625Refactoring
- The Sanitizer module is util now.Refactoring
- Tooltip module is util now.Refactoring
— Refactoring based on LGTM #1577.Refactoring
— Refactoring based on ESLint #1636.
v2.20.0
New
— Block Tunes API introduced
v2.19.3
Fix
— Ignore error raised by Shortcut module
v2.19.2
New
-toolbar.toggleBlockSettings()
API method added #1442.Improvements
- A generic type for Tool config added #1516Improvements
- Remove unusedforce
option inCaret.navigateNext()
andCaret.navigatePrevious()
#857.Improvements
- Remove bundles from the repo #1541.Improvements
- Document will be scrolled when blocks are selected withSHIFT+UP
orSHIFT+DOWN
#1447Improvements
- The caret will be set on editor copy/paste #1470Improvements
- 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 #1513Fix
- 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.