v53.0.6
-
#4983 by @bbyiringiro – Fix
.configure({ inputRules })losing rules on subsequent editor instancesThe user's config object was shared across resolutions via closure; clearing
inputRuleson the first resolve left later editors (StrictMode remounts, HMR, multi-editor pages) with no configured rules. -
#4983 by @bbyiringiro – Fix
createTextSubstitutionInputRulenot firing on the final character of flat matches (e.g.->→→,(c)→©)
- Updated
@platejs/core.
- Updated
@platejs/core,@platejs/utils.
Thanks to everyone who contributed to this release:
@bbyiringiro
Full changelog: v53.0.5...v53.0.6
v53.0.5
Published @platejs/core@53.0.5.
For detailed changes, see CHANGELOG
ce9ec87by @github-actions[bot] – Updatedslate-react.
For detailed changes, see CHANGELOG
Published @platejs/test-utils@53.0.5.
For detailed changes, see CHANGELOG
- Updated
@platejs/core,@platejs/slate.
For detailed changes, see CHANGELOG
- Updated
@platejs/core,@platejs/slate,@platejs/utils.
For detailed changes, see CHANGELOG
@platejs/link@53.0.3
- #4945 by @felixfeng33 – Fix empty link normalization when suggestion acceptance removes the last link character
@platejs/suggestion@53.0.3
- #4945 by @felixfeng33 – Fix inline-void delete and replace suggestions around mentions and paragraph boundaries
@platejs/utils@53.0.3
- #4945 by @felixfeng33 – Add a trailing-block insert hook for normalization-driven insert behavior
@platejs/ai@53.0.3
- #4945 by @felixfeng33 – Clear block streaming state when
aiChat.stop()stops generation