Editor.js Versions Save

A block-style editor with clean JSON output

v2.30.0-rc.9

2 weeks ago
  • Fix — Slash keydown inserts the slash at the Toolbox search instead of the current block

v2.30.0-rc.8

2 weeks ago
  • Fix - Caret lost after block conversion via Inline Toolbar and shortcuts
  • Improvement - The API blocks.convert() now returns the new block API
  • Improvement - The API caret.setToBlock() now can accept either BlockAPI or block index or block id

v2.30.0-rc.7

2 weeks ago
  • Fix – Unwanted scroll on first typing on iOS devices (#2695)
  • Fix - Unwanted soft line break on Enter press after period and space (". |") on iOS devices (#2696)
  • Fix - Caret lost after block conversion on mobile devices. (#2697)

v2.30.0-rc.5

3 weeks ago

New – "Convert to" control is now also available in Block Tunes

image

v2.30.0-rc.4

3 weeks ago

New – Block Tunes now supports separator items

separator

v2.30.0-rc.3

1 month ago

New – Block Tunes now supports nesting items

telegram-cloud-document-2-5249075975655800832

v2.30.0-rc.2

1 month ago
  • Improvement — The ability to merge blocks of different types (if both tools provide the conversionConfig) #2671

https://github.com/codex-team/editor.js/assets/3684889/2463e117-8c5a-412e-bddc-5d86277daae8

v2.30.0-rc.1

2 months ago
  • Fix - Unexpected new line on Enter press with selected block without caret

https://github.com/codex-team/editor.js/assets/3684889/ac3320ae-a4a4-46fd-9715-1ef0168f39dc

  • Fix - Search input autofocus loosing after Block Tunes opening

https://github.com/codex-team/editor.js/assets/3684889/c2ecae88-7663-4dc4-9f36-3eebec69e387

  • Fix - Block removing while Enter press on Block Tunes

https://github.com/codex-team/editor.js/assets/3684889/9881f006-3a2c-45a8-aeef-e0fcdfc23867

v2.30.0-rc.0

2 months ago
  • FixonChange will be called when removing the entire text within a descendant element of a block.

v2.29.1

3 months ago
  • Fix — Toolbox wont be shown when Slash pressed along with Shift or Alt
  • Fix — Toolbox will be opened when Slash entered in non-US keyboard layout where there is no physical '/' key.