Releases: codex-team/editor.js
Releases · codex-team/editor.js
v2.31.0-rc.4
What's Changed
- notifier and tooltip, fix closes #2591, #2390, #2462 by @Sozialarchiv in #2842
New Contributors
- @Sozialarchiv made their first contribution in #2842
v2.31.0-rc.3
v2.31.0-rc.2
What's Changed
- Chore (toolbox): improved shortcuts visibility when tool exports array of toolbox items by @e11sy in #2846
- Feat (Conversion-config): pass target tool config to the conversionConfig.import method by @e11sy in #2848
New Contributors
Full Changelog: v2.31.0-rc.1...v2.31.0-rc.2
v2.31.0-rc.1
What's Changed
Full Changelog: v2.31.0-rc.0...v2.31.0-rc.1
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
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