Skip to content

Releases: codex-team/editor.js

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

v2.30.0-rc.13

01 Jul 20:06
e40768f
Compare
Choose a tag to compare
v2.30.0-rc.13 Pre-release
Pre-release
  • New – Inline Toolbar has new look πŸ’…
  • New – Inline Tool's render() now supports Menu Config format
  • New – ToolsAPI – All installed block tools now accessible via ToolsAPI getBlockTools() method
  • New – SelectionAPI – Exposed methods save() and restore() that allow to save selection to be able to temporally move focus away, methods setFakeBackground() and removeFakeBackground() that allow to immitate selection while focus moved away
  • Impovement – MenuConfig – TunesMenuConfig deprecated, use MenuConfig type instead
  • New – BlocksAPI – Exposed getBlockByElement() method that helps find block by any child html element
  • Improvement - The Plus button and Block Tunes toggler are now better aligned with large line-height blocks, such as Headings
toolbar