v2.24.0

codex-team/editor.jsv2.24.0Apr 26, 2022by github-actions[bot]

AI Summary

Introduces a vertical toolbox, persistent Plus button, and fixes for mobile toolbar movement and paste behavior.

Key Highlights

  • Vertical Toolbox UI
  • Plus button always shown
  • Mobile toolbar movement fixed
  • Paste inline HTML tags preserved

New Features

  • Vertical Toolbox
  • Plus button always shown
  • Server added to Dev Example Page
  • Paste inline HTML tags preserved

Full Release Notes

- `New` — *UI* — The Toolbox became vertical 🥳
- `Improvement` — *UI* — the Plus button will always be shown (previously, it appears only for empty blocks)
- `Improvement` — *Dev Example Page* - Server added to allow opening example page on other devices in network.
- `Fix` — `UI` — the Toolbar won't move on hover at mobile viewports. Resolves [#1972](https://github.com/codex-team/editor.js/issues/1972)
- `Fix` — `OnChange` event invocation after block insertion. [#1997](https://github.com/codex-team/editor.js/issues/1997)
- `Fix` — `ReadOnly` — the `readonly.isEnabled` API getter now works correctly after `readonly.toggle()` calling. Resolves [#1822](https://github.com/codex-team/editor.js/issues/1822)
- `Fix` — `Paste` — the inline HTML tags now will be preserved on pasting. [#1686](https://github.com/codex-team/editor.js/pull/1686)

<img width="699" alt="image" src="https://user-images.githubusercontent.com/3684889/165382473-4b2ff5ad-b724-4dbd-8d97-1a485e929a90.png">