Releases: codex-team/editor.js
Releases · codex-team/editor.js
v2.31.0-rc.0
New
- Inline tools (those withisReadOnlySupported
specified) can now be used in read-only modeFix
- Fix selection of first block in read-only initialization with "autofocus=true"
v2.30.6
Fix
— Fix the display of ‘Convert To’ near blocks that do not have the ‘conversionConfig.export’ rule specifiedFix
— The Plus button does not appear when the editor is loaded in an iframe in ChromeFix
— Prevent inline toolbar from closing in nested instance of editor
v2.30.5
– Fix – Fix exported types
v2.30.4
Fix
- Tool's exporting types added
v2.30.3
– Fix
– I18n in nested popover
v2.30.2
Fix
– The onChange callback won't be fired when editor is initialized in the Read-Only modeFix
– "Convert To" supports i18n againFix
– Prevent form submit on inline tool click
v2.30.2-rc.0
— Fix
– The onChange callback won't be fired when editor is initialized in the Read-Only mode
v2.30.1
Fix
– Remove fake selection after multiple "convert to" inline tool toggles
v2.30.0
New Inline Toolbar, nested menu support, separators in toolbars, new placeholders behavior, new API features and various improvements.
💌 Read full changelog
v2.30.0-rc.14
Improvement
— Placeholders will stay visible on inputs focus.New
— Editor.js now supports contenteditable placeholders out of the box. Just adddata-placeholder
ordata-placeholder-active
attribute to make it work. The first one will work like native placeholder while the second one will show placeholder only when block is current.Improvement
— Now Paragraph placeholder will be shown for the current paragraph, not the only first one.