v53.3.12

udecode/platev53.3.12Sep 6, 2026by zbeyens

AI Summary

This patch release focuses on data preservation across Markdown, Math, and Dependency Set packages to ensure link text, equation content, and dependency constraints remain intact during serialization and import processes.

Key Highlights

  • Preserved link text and destinations when serializing Markdown.
  • Preserved equation text during HTML import, normalization, and rendering.
  • Preserved dependency names and version constraints in package queries.

Full Release Notes

## `@platejs/ai`

### Patch Changes

- Updated `@platejs/markdown`.

## `@platejs/markdown`

### Patch Changes

- [#5120](https://github.com/udecode/plate/pull/5120) by [@zbeyens](https://github.com/zbeyens) – Preserve link text and destinations when serializing Markdown.

## `@platejs/math`

### Patch Changes

- [#5120](https://github.com/udecode/plate/pull/5120) by [@zbeyens](https://github.com/zbeyens) – Preserve equation text during HTML import, normalization and rendering, including persisted numeric and boolean values. Display missing or unsupported values as empty.

## `depset`

### Patch Changes

- [#5120](https://github.com/udecode/plate/pull/5120) by [@zbeyens](https://github.com/zbeyens) – Preserve dependency names and version constraints in package queries.

## Contributors

Thanks to everyone who contributed to this release:

@zbeyens

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