Skip to content

Releases: codex-team/editor.js

v2.30.0-rc.10

23 May 17:21
29d68ec
Compare
Choose a tag to compare
v2.30.0-rc.10 Pre-release
Pre-release
  • Fix — caret losing after backspace after nested list
  • Refactoring – switched to Vite as Cypress bundler
  • NewMenu Config – Default and HTML items now support hints

v2.30.0-rc.9

01 May 18:03
bd1de56
Compare
Choose a tag to compare
v2.30.0-rc.9 Pre-release
Pre-release
  • Fix — Slash keydown inserts the slash at the Toolbox search instead of the current block

v2.30.0-rc.8

29 Apr 19:32
238c909
Compare
Choose a tag to compare
v2.30.0-rc.8 Pre-release
Pre-release
  • 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

27 Apr 18:29
5eafda5
Compare
Choose a tag to compare
v2.30.0-rc.7 Pre-release
Pre-release
  • 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

27 Apr 14:01
8442726
Compare
Choose a tag to compare
v2.30.0-rc.5 Pre-release
Pre-release

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

image

v2.30.0-rc.4

23 Apr 19:54
4118dc3
Compare
Choose a tag to compare
v2.30.0-rc.4 Pre-release
Pre-release

New – Block Tunes now supports separator items

separator

v2.30.0-rc.3

13 Apr 20:11
54c4c23
Compare
Choose a tag to compare
v2.30.0-rc.3 Pre-release
Pre-release

New – Block Tunes now supports nesting items

telegram-cloud-document-2-5249075975655800832

v2.30.0-rc.2

01 Apr 09:33
1320b04
Compare
Choose a tag to compare
v2.30.0-rc.2 Pre-release
Pre-release
  • Improvement — The ability to merge blocks of different types (if both tools provide the conversionConfig) #2671
blocks-merging.mov

v2.30.0-rc.1

13 Mar 14:33
ee64332
Compare
Choose a tag to compare
v2.30.0-rc.1 Pre-release
Pre-release
  • Fix - Unexpected new line on Enter press with selected block without caret
new-line-bug.mov
  • Fix - Search input autofocus loosing after Block Tunes opening
cursor-loosing.mov
  • Fix - Block removing while Enter press on Block Tunes
block-deletion.mov

v2.30.0-rc.0

28 Feb 17:20
e9b4c30
Compare
Choose a tag to compare
v2.30.0-rc.0 Pre-release
Pre-release
  • FixonChange will be called when removing the entire text within a descendant element of a block.