v53.2.3

OpenBMB/ChatDevv53.2.3Jun 27, 2026by zbeyens

AI Summary

This patch release fixes bugs in node insertion and suggestion metadata, specifically ensuring `_id` is unset correctly and `userId` is present in block removal suggestions.

Key Highlights

  • Unsets `_id` instead of setting it to undefined during node insertion
  • Fixes block removal suggestions missing `userId` metadata

Full Release Notes

## `@platejs/core`

### Patch Changes

- [#5041](https://github.com/udecode/plate/pull/5041) by [@delijah](https://github.com/delijah) – Unset `_id` instead of setting it to `undefined` when inserting a node

## `@platejs/suggestion`

### Patch Changes

- [#5042](https://github.com/udecode/plate/pull/5042) by [@bbyiringiro](https://github.com/bbyiringiro) – Fix block removal suggestions missing `userId` metadata

## Contributors

Thanks to everyone who contributed to this release:

@bbyiringiro, @delijah

Full changelog: [`v53.2.2...v53.2.3`](https://github.com/udecode/plate/compare/v53.2.2...v53.2.3)