udecode/plate
 Watch   
 Star   
 Fork   
1 days ago
plate

v53.0.6

@platejs/core

Patch Changes

  • #4983 by @bbyiringiro – Fix .configure({ inputRules }) losing rules on subsequent editor instances

    The user's config object was shared across resolutions via closure; clearing inputRules on the first resolve left later editors (StrictMode remounts, HMR, multi-editor pages) with no configured rules.

  • #4983 by @bbyiringiro – Fix createTextSubstitutionInputRule not firing on the final character of flat matches (e.g. ->, (c)©)

@platejs/utils

Patch Changes

  • Updated @platejs/core.

platejs

Patch Changes

  • Updated @platejs/core, @platejs/utils.

Contributors

Thanks to everyone who contributed to this release:

@bbyiringiro

Full changelog: v53.0.5...v53.0.6

7 days ago
plate

v53.0.5

@platejs/core

Published @platejs/core@53.0.5.

For detailed changes, see CHANGELOG

@platejs/slate

Patch Changes

For detailed changes, see CHANGELOG

@platejs/test-utils

Published @platejs/test-utils@53.0.5.

For detailed changes, see CHANGELOG

@platejs/utils

Patch Changes

  • Updated @platejs/core, @platejs/slate.

For detailed changes, see CHANGELOG

platejs

Patch Changes

  • Updated @platejs/core, @platejs/slate, @platejs/utils.

For detailed changes, see CHANGELOG

15 days ago
plate

@platejs/markdown@53.0.4

Patch Changes

  • #4972 by @ajmnz – Respect resourceLink when serializing bare autolink literals
15 days ago
plate

@platejs/ai@53.0.4

Patch Changes

  • Updated @platejs/markdown.
29 days ago
plate

platejs@53.0.3

Patch Changes

  • Updated @platejs/utils.
29 days ago
plate

@platejs/link@53.0.3

Patch Changes

  • #4945 by @felixfeng33 – Fix empty link normalization when suggestion acceptance removes the last link character
29 days ago
plate

@platejs/suggestion@53.0.3

Patch Changes

  • #4945 by @felixfeng33 – Fix inline-void delete and replace suggestions around mentions and paragraph boundaries
29 days ago
plate

@platejs/utils@53.0.3

Patch Changes

  • #4945 by @felixfeng33 – Add a trailing-block insert hook for normalization-driven insert behavior
29 days ago
plate

@platejs/ai@53.0.3

Patch Changes

  • #4945 by @felixfeng33 – Clear block streaming state when aiChat.stop() stops generation
2026-04-26 05:31:02
plate

@platejs/list@53.0.2

Patch Changes

  • #4954 by @dylans – Fix normalizeListStart to skip unordered list items and resume ordered list numbering past same-indent unordered siblings