Skip to content

@plone/slate 18.7.1

Choose a tag to compare

@sneridagh sneridagh released this 10 Oct 09:16
· 665 commits to main since this release
462b612

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