2 hours ago
tdesign-vue-next

tdesign-vue-next@1.20.1

🌈 1.20.1 2026-06-05

🐞 Bug Fixes

  • Anchor: 修复在容器内因滚动条触底导致的锚点列表激活状态异常问题 @Wesley-0808 (#6668)
  • Dialog: 修复 DialogPluginType 类型未导出的问题 @guozi9999 (#6677)
  • Drawer:
    • 修复DrawerPluginType 类型未导出的问题 @guozi9999 (#6677)
    • 修复开启 destroyOnClose 时,初始状态下内容未销毁的问题。 @Wesley-0808 (#6702)
  • ImageViewer: 修复组件 XSS 漏洞的问题 @uyarn (#6698)
  • InputNumber: 修复初始值为空字符串时输入 0 不触发 change 的问题 @guozi9999 (#6679)
  • Menu: 修复子菜单图标与文字间隔的问题 @liweijie0812 (common#2512)
  • Pagination: 修复 showJumper 回车跳页后失焦重复触发分页变化的问题 @ruguoba (#6671)
  • Select: 修复在输入搜索过滤选项时,出现系统的自动输入选项的问题 @liweijie0812 (#6699)
  • Table: 修复筛选导致数据变更后 reserve-selected-row-on-paginate=false 失效的问题 @RSS1102 (#6687)
  • Tag: 修复默认 title 内容与文档描述不符的问题 @Wesley-0808 (#6656)
  • Watermark: 修复部分情况下水印颜色异常的问题 @Wesley-0808 (#6669)

🐞 Bug Fixes

  • Anchor: Fixed an issue where the anchor list became active unexpectedly when scrolling to the bottom inside a container. @Wesley-0808 (#6668)
  • Dialog: fixed an issue that DialogPluginType type has not been exported. @guozi9999 (#6677)
  • Drawer:
    • fixed an issue that DrawerPluginType type has not been exported. @guozi9999 (#6677)
    • Fixed an issue where content wasn’t destroyed in the initial state when destroyOnClose was enabled. @Wesley-0808 (#6702)
  • ImageViewer: Fixed an XSS vulnerability in the component. @uyarn (#6698)
  • InputNumber: Fixed an issue where entering “0” didn’t trigger the change event when the initial value was an empty string. @guozi9999 (#6679)
  • Menu: Fixed an issue with the spacing between menu icons and text. @liweijie0812 (common#2512)
  • Pagination: Fixed an issue where page changes were triggered repeatedly after using the “showJumper” feature and pressing Enter. @ruguoba (#6671)
  • Select: Fixed an issue where the system’s auto-complete suggestions appeared while searching for filter options. @liweijie0812 (#6699)
  • Table: Fixed an issue where reserve-selected-row-on-paginate=false didn’t take effect after data changes due to filtering. @RSS1102 (#6687)
  • Tag: Fixed an issue where the default title content didn’t match the document description. @Wesley-0808 (#6656)
  • Watermark: Fixed an issue where the watermark color was incorrect in certain situations. @Wesley-0808 (#6669)
6 hours ago
formatjs

babel-plugin-formatjs: 11.3.12

11.3.12 (2026-06-05)

What's Changed

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/ts-transformer bumped to 4.4.13
6 hours ago
formatjs

@formatjs/unplugin: 1.1.19

1.1.19 (2026-06-05)

What's Changed

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/ts-transformer bumped to 4.4.13
6 hours ago
formatjs

@formatjs/cli-lib: 8.7.7

8.7.7 (2026-06-05)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@8.7.6...@formatjs/cli-lib@8.7.7

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/ts-transformer bumped to 4.4.13
6 hours ago
formatjs

formatjs_cli: 1.1.14

1.1.14 (2026-06-05)

What's Changed

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

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.14/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.14/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.14/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.14/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

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

@formatjs/ts-transformer: 4.4.13

4.4.13 (2026-06-05)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@4.4.12...@formatjs/ts-transformer@4.4.13

6 hours ago
formatjs

@formatjs/cli: 6.16.8

6.16.8 (2026-06-05)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.7...@formatjs/cli@6.16.8

6 hours ago
formatjs

eslint-plugin-formatjs: 6.4.15

6.4.15 (2026-06-05)

What's Changed

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/ts-transformer bumped to 4.4.13
6 hours ago
formatjs

react-intl: 10.1.13

10.1.13 (2026-06-05)

What's Changed

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

8 hours ago
vue-next

v3.6.0-beta.14

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.