@plone/slate 19.0.0-alpha.3
Pre-release
Pre-release
·
542 commits
to main
since this release
19.0.0-alpha.3 (2025-06-25)
Bugfix
- Correct
README.md. Set the correct value of the constantTFOOTtotfoot, instead oftbody. ServetabIndexprop 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