Skip to content

@plone/slate 19.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 25 Jun 15:51
· 542 commits to main since this release
73ad443

19.0.0-alpha.3 (2025-06-25)

Bugfix

  • Correct README.md. Set the correct value of the constant TFOOT to tfoot, instead of tbody. Serve tabIndex prop with a number instead of a string. @silviubogan #7179
  • This is a fix for "Cannot find a descendant at path [...]" error. In certain cases (e.g., after merging blocks via Backspace),
    editor.selection may temporarily point to a path that no longer exists.
    This causes Editor.nodes() to throw an exception. Wrapping it in try/catch prevents crashes and hides the inline toolbar gracefully.
    Reproducible scenario: text block with bullet list → new text block → write a word → go to first position of letters → Backspace → crash.
    @tomschall #7203