@platejs/core@53.0.0
udecode/plate@platejs/core@53.0.0Apr 23, 2026by github-actions[bot]
AI Summary
Minor release adding utility functions for rule factories and navigation highlighting, plus new block behavior.
Key Highlights
- Add lift as a break and delete rule action for blocks
- Reset trailing block to paragraph when splitReset handles selected heading text
- Add createRuleFactory for building input rule families
- Add useNavigationHighlight(path) hook
New Features
- createRuleFactory
- useNavigationHighlight
Full Release Notes
### Minor Changes
- [#4941](https://github.com/udecode/plate/pull/4941) by [@zbeyens](https://github.com/zbeyens) – Add `lift` as a break and delete rule action for blocks that should leave one ancestor level instead of resetting or exiting.
Reset the trailing block to a paragraph when `splitReset` handles selected heading text.
### Patch Changes
- [#4941](https://github.com/udecode/plate/pull/4941) by [@zbeyens](https://github.com/zbeyens) – Add `createRuleFactory` for building input rule families with overridable defaults and required options
- [#4941](https://github.com/udecode/plate/pull/4941) by [@zbeyens](https://github.com/zbeyens) – Add `useNavigationHighlight(path)` for React node components that need the
current navigation-feedback target without reading plugin options directly