v53.3.2
gtsteffaniak/filebrowserv53.3.2Jul 3, 2026by zbeyens
AI Summary
This patch release for the DOCX export functionality updates the default behavior to skip remote image URLs, requiring users to explicitly handle trusted images or pass options to allow them.
Key Highlights
- Skip remote image URLs by default during DOCX export.
- Includes migration guide for handling trusted images or `allowRemoteImages` option.
Breaking Changes
- Remote image URLs are no longer exported by default. Users must convert trusted images to data URIs or explicitly pass `allowRemoteImages: true`.
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)