v53.3.2

upstash/context7v53.3.2Jul 3, 2026by zbeyens

AI Summary

A patch release for the DOCX export library that alters the default handling of remote images to improve security and reliability.

Key Highlights

  • Remote image URLs are now skipped by default during DOCX export
  • Requires migration for projects relying on automatic remote image inclusion

Breaking Changes

  • Remote image URLs are skipped by default during DOCX export. Users must convert trusted remote images to data URIs or pass `allowRemoteImages: true` to restore previous behavior.

Full Release Notes

## `@platejs/docx-io`

### Patch Changes

- [#5053](https://github.com/udecode/plate/pull/5053) by [@zbeyens](https://github.com/zbeyens) – Skip remote image URLs by default during DOCX export.

  **Migration:** Convert trusted remote images to data URIs before calling `htmlToDocxBlob`, or pass `allowRemoteImages: true` only when the HTML source is trusted.

## Contributors

Thanks to everyone who contributed to this release:

@zbeyens

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