Skip to content

Releases: codex-team/editor.js

v2.31.0-rc.7

21 Dec 15:03
deba7ec
Compare
Choose a tag to compare
v2.31.0-rc.7 Pre-release
Pre-release

What's Changed

  • fix: properly handle visible whitespaces in empty blocks by @idebenone in #2865

Full Changelog: here

v2.31.0-rc.6

21 Dec 11:47
2ec88da
Compare
Choose a tag to compare
v2.31.0-rc.6 Pre-release
Pre-release
  • New - Inline tools (those with isReadOnlySupported specified) shortcuts now work in read-only mode

v2.30.8

21 Dec 14:33
931ed20
Compare
Choose a tag to compare

What's Changed

  • fix: properly handle visible whitespaces in empty blocks by @idebenone in #2881

Full Changelog: v2.30.7...v2.30.8

v2.31.0-rc.5

11 Nov 20:37
Compare
Choose a tag to compare
v2.31.0-rc.5 Pre-release
Pre-release

What's Changed

  • fix(inline-link): link insertion in safari by @neSpecc in #2864

v2.30.7

11 Nov 19:46
597bde3
Compare
Choose a tag to compare

What's Changed

  • fix(inline-link): link insertion in safari by @neSpecc in #2864

v2.31.0-rc.4

06 Nov 18:46
58a7a9e
Compare
Choose a tag to compare
v2.31.0-rc.4 Pre-release
Pre-release

What's Changed

New Contributors

v2.31.0-rc.3

06 Nov 18:05
5ec2408
Compare
Choose a tag to compare
v2.31.0-rc.3 Pre-release
Pre-release
  • chore(ui): update current block in readonly by clicks on block by @neSpecc in #2859

v2.31.0-rc.2

17 Oct 17:06
6313409
Compare
Choose a tag to compare
v2.31.0-rc.2 Pre-release
Pre-release

What's Changed

  • Chore (toolbox): improved shortcuts visibility when tool exports array of toolbox items by @e11sy in #2846
  • Feat (Conversion-config): pass target tool config to the conversionConfig.import method by @e11sy in #2848

New Contributors

Full Changelog: v2.31.0-rc.1...v2.31.0-rc.2

v2.31.0-rc.1

09 Oct 18:30
eb7ffcb
Compare
Choose a tag to compare
v2.31.0-rc.1 Pre-release
Pre-release

What's Changed

  • Fix - Incorrect caret position after blocks merging in Safari by @neSpecc in #2841

Full Changelog: v2.31.0-rc.0...v2.31.0-rc.1

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"