@platejs/code-block@53.0.0
udecode/plate@platejs/code-block@53.0.0Apr 23, 2026by github-actions[bot]
AI Summary
Major changes to Backspace behavior inside code blocks to improve editing flow.
Key Highlights
- Keep Backspace at the start of a non-empty first code line
- Merge an empty inner code line into the previous code line instead of unwrapping the block
Breaking Changes
- Backspace behavior changed inside code blocks
Full Release Notes
### Major Changes
- [#4941](https://github.com/udecode/plate/pull/4941) by [@zbeyens](https://github.com/zbeyens) – Keep `Backspace` at the start of a non-empty first code line inside the code block.
Merge an empty inner code line into the previous code line instead of unwrapping the block.