Skip to content

chore(deps): bump antd from 5.29.3 to 6.4.3#239

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antd-6.4.3
Open

chore(deps): bump antd from 5.29.3 to 6.4.3#239
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antd-6.4.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps antd from 5.29.3 to 6.4.3.

Release notes

Sourced from antd's releases.

6.4.3

  • 🐞 Fix DatePicker RangePicker empty placeholder when locale only defines singular *Placeholder fields. #58020 @​yogeshwaran-c
  • 🐞 Fix Result rendering an empty title element when the title prop is not provided. #58028 @​yogeshwaran-c
  • 🐞 Fix Select search input font size and line-height rendering issue in Safari. #57990 @​QDyanbing
  • 🐞 Fix strict ESM build errors caused by deep @rc-component/util runtime imports in Form, Input, Button and other components. #57993 @​li-jia-nan
  • 🐞 Fix Transfer filteredItems not updating when filterOption or direction changes. #58004 @​afc163
  • ⚡️ Improve Table and Mentions performance by reducing redundant array iterations. #58006 @​ug-hero
  • Table
    • 🛠 Rename Table filter types FilterRestProps to FilterResetProps, with a deprecated alias kept for compatibility. #57985 @​ZQDesigned
    • ⚡️ Improve Table row selection performance by using Set-based lookup instead of O(n*m) .includes() checks. #58004 @​afc163

  • 🐞 修复 DatePicker RangePicker 在语言包仅定义单数形式 *Placeholder 时占位符为空的问题。#58020 @​yogeshwaran-c
  • 🐞 修复 Result 未传入 title 属性时仍会渲染空的标题元素的问题。#58028 @​yogeshwaran-c
  • 🐞 修复 Select 搜索输入框在 Safari 下字号和行高渲染异常的问题。#57990 @​QDyanbing
  • 🐞 修复 Form、Input、Button 等组件在严格 ESM 构建链路下因 @rc-component/util 运行时深层导入导致的构建报错。#57993 @​li-jia-nan
  • 🐞 修复 Transfer 在 filterOptiondirection 变化时 filteredItems 不更新的问题。#58004 @​afc163
  • ⚡️ 优化 Table 和 Mentions 性能,减少冗余的数组迭代操作。#58006 @​ug-hero
  • Table
    • 🛠 Table 过滤类型将 FilterRestProps 更正为 FilterResetProps,并保留 deprecated 别名以兼容存量引用。#57985 @​ZQDesigned
    • ⚡️ 优化 Table 行选择性能,使用 Set 查找替代 O(n*m) 的 .includes() 判断。#58004 @​afc163

6.4.2

  • 🐞 Fix message and notification build error in strict ESM toolchains caused by deep rc notification runtime import. #57976 @​QDyanbing

  • 🐞 修复 message 和 notification 在严格 ESM 构建链路下因 rc notification 运行时深层导入导致的构建报错。#57976 @​QDyanbing

6.4.1

  • 🐞 Revert the exports field added in #57930 to fix antd TypeScript type resolution failure under moduleResolution: "bundler". #57968 @​afc163
  • 🐞 Fix BorderBeam beam animation breaking at rounded corners. #57969 @​QDyanbing

  • 🐞 回滚 #57930 中新增的 exports 字段,修复 antd 在 moduleResolution: "bundler" 下 TypeScript 类型解析失败的问题。#57968 @​afc163
  • 🐞 修复 BorderBeam 光束动画在圆角转弯处断开的问题。#57969 @​QDyanbing

6.4.0

  • 🔥 Add BorderBeam component for animated border beam effect along container edges. #57720 @​QDyanbing
  • ConfigProvider
  • Input
    • 🆕 Add Input allowClear.disabled prop to disable the clear button while keeping it visible. #57240 @​guoyunhe
    • 🆕 Add Input.TextArea allowClear.disabled prop to disable the clear button while keeping it visible. #57328 @​guoyunhe
    • 🆕 Add Input clear semantic segment for customizing clear button classNames and styles. #57391 @​QDyanbing

... (truncated)

Changelog

Sourced from antd's changelog.

6.4.3

2026-05-18

  • 🐞 Fix DatePicker RangePicker empty placeholder when locale only defines singular *Placeholder fields. #58020 @​yogeshwaran-c
  • 🐞 Fix Result rendering an empty title element when the title prop is not provided. #58028 @​yogeshwaran-c
  • 🐞 Fix Select search input font size and line-height rendering issue in Safari. #57990 @​QDyanbing
  • 🐞 Fix strict ESM build errors caused by deep @rc-component/util runtime imports in Form, Input, Button and other components. #57993 @​li-jia-nan
  • 🐞 Fix Transfer filteredItems not updating when filterOption or direction changes. #58004 @​afc163
  • ⚡️ Improve Table and Mentions performance by reducing redundant array iterations. #58006 @​ug-hero
  • Table
    • 🛠 Rename Table filter types FilterRestProps to FilterResetProps, with a deprecated alias kept for compatibility. #57985 @​ZQDesigned
    • ⚡️ Improve Table row selection performance by using Set-based lookup instead of O(n*m) .includes() checks. #58004 @​afc163

6.4.2

2026-05-14

  • 🐞 Fix message and notification build error in strict ESM toolchains caused by deep rc notification runtime import. #57976 @​QDyanbing

6.4.1

2026-05-14

  • 🐞 Revert the exports field added in #57930 to fix antd TypeScript type resolution failure under moduleResolution: "bundler". #57968 @​afc163
  • 🐞 Fix BorderBeam beam animation breaking at rounded corners. #57969 @​QDyanbing

6.4.0

2026-05-14

  • 🔥 Add BorderBeam component for animated border beam effect along container edges. #57720 @​QDyanbing

  • ConfigProvider

  • Input

    • 🆕 Add Input allowClear.disabled prop to disable the clear button while keeping it visible. #57240 @​guoyunhe
    • 🆕 Add Input.TextArea allowClear.disabled prop to disable the clear button while keeping it visible. #57328 @​guoyunhe
    • 🆕 Add Input clear semantic segment for customizing clear button classNames and styles. #57391 @​QDyanbing
    • 🆕 Add Input.Search searchIcon prop to customize the search icon. #57256 @​guoyunhe

... (truncated)

Commits
  • 5afcdab docs: add 6.4.3 changelog (#58036)
  • 7093d41 chore: code style optimization (#58032)
  • 6b6a201 chore: bump @​eslint-react/eslint-plugin from 5.7.10 to 5.8.1 (#58034)
  • 42a533c ci: fix react-doctor workflow (#58030)
  • cc9ba5d site: open ComponentTokenTable by default (#58015)
  • 6089bb3 fix(Result): skip rendering empty title element when title is not provided (#...
  • 5ffe17a docs(TreeSelect): sort API table and add missing onOpenChange (#58023)
  • 93a84ff docs(Statistic): fix typos and clarify Timer API descriptions (#58025)
  • 4adc914 fix(date-picker): fall back to rangePlaceholder when locale lacks range-varia...
  • 2688459 docs(Tabs): remove stray semantic-dom link fragment from classNames type (#58...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 26, 2026
Bumps [antd](https://github.com/ant-design/ant-design) from 5.29.3 to 6.4.3.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.29.3...6.4.3)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/antd-6.4.3 branch from 6eda09f to ce292a4 Compare May 26, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants