v53.1.1
udecode/platev53.1.1Jun 13, 2026by zbeyens
AI Summary
A minor patch release focused on resolving parsing issues within Markdown and MDX support. It specifically addresses a bug where tables with less-than characters would fail to deserialize correctly.
Key Highlights
- Fixed MDX fallback deserialization for GFM tables with plain less-than text
New Features
- MDX table parsing fix
Full Release Notes
## `@platejs/ai` ### Patch Changes - Updated `@platejs/markdown`. ## `@platejs/markdown` ### Patch Changes - [#5007](https://github.com/udecode/plate/pull/5007) by [@kiranmagic7](https://github.com/kiranmagic7) – Fix MDX fallback deserialization for GFM tables containing plain less-than text. ## Contributors Thanks to everyone who contributed to this release: @kiranmagic7 Full changelog: [`v53.1.0...v53.1.1`](https://github.com/udecode/plate/compare/v53.1.0...v53.1.1)