3 hours ago
plate

v53.0.8

@platejs/docx-io

Patch Changes

  • #4991 by @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

4 hours ago
formatjs

@formatjs/unplugin: 1.1.18

1.1.18 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.1.17...@formatjs/unplugin@1.1.18

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
      • @formatjs/ts-transformer bumped to 4.4.12
4 hours ago
formatjs

vue-intl: 7.2.10

7.2.10 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/vue-intl@7.2.9...vue-intl@7.2.10

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
      • @formatjs/intl bumped to 4.1.13
4 hours ago
formatjs

babel-plugin-formatjs: 11.3.11

11.3.11 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@11.3.10...babel-plugin-formatjs@11.3.11

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
      • @formatjs/ts-transformer bumped to 4.4.12
4 hours ago
formatjs

react-intl: 10.1.12

10.1.12 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.11...react-intl@10.1.12

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
      • @formatjs/intl bumped to 4.1.13
      • intl-messageformat bumped to 11.2.8
4 hours ago
formatjs

@formatjs/svelte-intl: 1.1.10

1.1.10 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/svelte-intl@1.1.9...@formatjs/svelte-intl@1.1.10

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
      • @formatjs/intl bumped to 4.1.13
4 hours ago
formatjs

intl-messageformat: 11.2.8

11.2.8 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.7...intl-messageformat@11.2.8

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/fast-memoize bumped to 3.1.6
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
4 hours ago
formatjs

eslint-plugin-formatjs: 6.4.14

6.4.14 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.13...eslint-plugin-formatjs@6.4.14

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.11
      • @formatjs/ts-transformer bumped to 4.4.12
4 hours ago
formatjs

formatjs_cli: 1.1.13

1.1.13 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.12...formatjs_cli_v1.1.13

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux ARM64: formatjs_cli-linux-arm64
  • Linux x86_64: formatjs_cli-linux-x64
  • Windows x64: formatjs_cli-win32-x64.exe

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.13/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs

# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.13/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.13/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.13/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.13/checksums.txt
shasum -a 256 -c checksums.txt
4 hours ago
formatjs

@formatjs/utils: 2.2.10

2.2.10 (2026-06-03)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/utils@2.2.9...@formatjs/utils@2.2.10

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/fast-memoize bumped to 3.1.6