Skip to content

Releases: codex-team/editor.js

v2.31.0-rc.0

08 Oct 09:08
21ac511
Compare
Choose a tag to compare
v2.31.0-rc.0 Pre-release
Pre-release
  • New - Inline tools (those with isReadOnlySupported specified) can now be used in read-only mode
  • Fix - Fix selection of first block in read-only initialization with "autofocus=true"

v2.30.6

13 Sep 22:20
3aa164d
Compare
Choose a tag to compare
  • Fix — Fix the display of ‘Convert To’ near blocks that do not have the ‘conversionConfig.export’ rule specified
  • Fix — The Plus button does not appear when the editor is loaded in an iframe in Chrome
  • Fix — Prevent inline toolbar from closing in nested instance of editor

v2.30.5

13 Aug 18:47
339e772
Compare
Choose a tag to compare

– Fix – Fix exported types

v2.30.4

09 Aug 15:50
c8632b2
Compare
Choose a tag to compare
  • Fix - Tool's exporting types added

v2.30.3

13 Jul 13:22
057bf17
Compare
Choose a tag to compare

– Fix – I18n in nested popover

v2.30.2

11 Jul 11:02
94109a8
Compare
Choose a tag to compare
  • Fix – The onChange callback won't be fired when editor is initialized in the Read-Only mode
  • Fix – "Convert To" supports i18n again
  • Fix – Prevent form submit on inline tool click

v2.30.2-rc.0

10 Jul 16:28
15a8fb4
Compare
Choose a tag to compare
v2.30.2-rc.0 Pre-release
Pre-release

Fix – The onChange callback won't be fired when editor is initialized in the Read-Only mode

v2.30.1

09 Jul 18:49
ba8fa73
Compare
Choose a tag to compare
  • Fix – Remove fake selection after multiple "convert to" inline tool toggles

v2.30.0

09 Jul 09:16
4a4981e
Compare
Choose a tag to compare
editor js-2-30-cover

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

04 Jul 12:07
eb97c49
Compare
Choose a tag to compare
v2.30.0-rc.14 Pre-release
Pre-release
  • Improvement — Placeholders will stay visible on inputs focus.
  • New — Editor.js now supports contenteditable placeholders out of the box. Just add data-placeholder or data-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.
placeholders.mov