Skip to content

@plone/slate 19.0.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 21 Oct 09:55
· 435 commits to main since this release
b92197a

19.0.0-alpha.6 (2025-10-21)

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

Internal