v53.0.8

Mintplex-Labs/anything-llmv53.0.8Jun 3, 2026by zbeyens

AI Summary

A patch release for `@platejs/docx-io` that resolves formatting issues in exported Word documents by removing excessive whitespace and DOCTYPE declarations.

Key Highlights

  • Fixes `exportToDocx` adding blank paragraphs at the top of the document
  • Corrects `wrapHtmlForDocx` to emit tight markup without DOCTYPE

Full Release Notes

## `@platejs/docx-io`

### Patch Changes

- [#4991](https://github.com/udecode/plate/pull/4991) by [@WilliamPeralta](https://github.com/WilliamPeralta) – Fix `exportToDocx` adding blank paragraphs at the top of the document. `wrapHtmlForDocx` emitted a `<!DOCTYPE html>` and indented the template; html-to-docx (html-to-vdom) keeps the DOCTYPE and the whitespace-only text nodes between tags and renders each as a blank paragraph. The wrapper now emits tight markup with no DOCTYPE.

## Contributors

Thanks to everyone who contributed to this release:

@WilliamPeralta

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