@plone/slate 18.7.1
·
665 commits
to main
since this release
18.7.1 (2025-10-10)
Bugfix
- Fix Backspace at start of a text block: merge current block into previous inline (no extra newline), delete the current block, and place the caret before the first character of the merged content. Also handle Enter immediately after such inline merge by splitting back into two blocks. @aryan7081 #7373