Releases: codex-team/editor.js
Releases · codex-team/editor.js
v2.30.0-rc.7
v2.30.0-rc.5
v2.30.0-rc.4
v2.30.0-rc.3
v2.30.0-rc.2
Improvement
— The ability to merge blocks of different types (if both tools provide the conversionConfig) #2671
blocks-merging.mov
v2.30.0-rc.1
Fix
- Unexpected new line on Enter press with selected block without caret
new-line-bug.mov
Fix
- Search input autofocus loosing after Block Tunes opening
cursor-loosing.mov
Fix
- Block removing while Enter press on Block Tunes
block-deletion.mov
v2.30.0-rc.0
Fix
—onChange
will be called when removing the entire text within a descendant element of a block.
v2.29.1
Fix
— Toolbox wont be shown when Slash pressed along with Shift or AltFix
— Toolbox will be opened when Slash entered in non-US keyboard layout where there is no physical '/' key.
v2.29.0
New Tab bevaviour, Slash as a Toolbox opener, improved Inline Toolbar, updates of navigation and more
💌 Read full changelog
v2.29.0-rc.8
Fix
— Caret losing on Mobile Devices when adding a block via Toolbox or via Backspace at the beginning of a BlockNew
— Toolbox now will be opened by '/' in empty Block instead of TabNew
— Block Tunes now will be opened by 'CMD+/' instead of Tab in non-empty blockNew
— Tab now will navigate through Blocks. In last block Tab will navigate to the next input on page.Improvement
— Now you can set focus via arrows/Tab to "contentless" (decorative) blocks like Delimiter which have no inputs.Refactoring
—ce-block--focused
class toggling removed as unused.