Skip to content

fix(deps): update dependency antd to v6#627

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/antd-6.x
Open

fix(deps): update dependency antd to v6#627
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/antd-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 24, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
antd (source) ^5.29.3^6.4.3 age confidence

Release Notes

ant-design/ant-design (antd)

v6.4.3

Compare Source

  • 🐞 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

v6.4.2

Compare Source

  • 🐞 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

v6.4.1

Compare Source


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

v6.4.0

Compare Source


v6.3.7

Compare Source


v6.3.6

Compare Source


v6.3.5

Compare Source


v6.3.4

Compare Source

  • 🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #​57413 @​afc163
  • 🐞 Fix Form.List losing sibling field values when using onValuesChange. #​57399 @​zombieJ
  • 🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #​57372 @​sealye09
  • 🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #​57396 @​QDyanbing
  • 🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #​57392 @​aojunhao123
  • Menu
  • 🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #​57342 @​QDyanbing
  • 🐞 Fix Transfer render prop returning JSX elements causing search to fail. #​57133 @​WustLCQ
  • 🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #​57303 @​QDyanbing
  • 🐞 Fix Watermark TypeScript errors when onRemove is omitted. #​57344 @​QDyanbing

  • 🔥 新增官方命令行工具 @ant-design/cli,支持离线查询 Ant Design 组件知识、分析项目用法及提供迁移指导。#​57413 @​afc163
  • 🐞 修复 Form.List 在使用 onValuesChange 时丢失同级字段值的问题。#​57399 @​zombieJ
  • 🐞 修复 useToken 缺少 screenXXXLMin 导致生成错误的 antd.css 的问题。#​57372 @​sealye09
  • 🐞 修复 ConfigProvider 组件配置的类型定义,为已支持的组件暴露语义化 classNamesstyles#​57396 @​QDyanbing
  • 🐞 修复 Image 组件 fetchPriority 属性未正确透传到 <img> 元素的问题。#​57392 @​aojunhao123
  • Menu
    • 🐞 修复通过 ConfigProvider 自定义 Menu 的 itemHoverColor 时,SubMenu 父级菜单项 hover 状态颜色不生效的问题。#​57374 @​EmilyyyLiu
    • 🐞 修复 Menu 自定义 collapsedIconSize 后折叠图标看起来未居中的问题。#​57360 @​QDyanbing
  • 🐞 修复 Table 在开启滚动时列头中受控 Popover 被重复渲染的问题。#​57342 @​QDyanbing
  • 🐞 修复 Transfer render 属性返回 JSX 元素时搜索功能失效的问题。#​57133 @​WustLCQ
  • 🐞 修复 Tree 开启 showLine 时自定义 switcherIcon 缺少 switcher-line-icon 类名导致样式异常的问题。#​57303 @​QDyanbing
  • 🐞 修复 Watermark 在未传入 onRemove 时的 TypeScript 报错。#​57344 @​QDyanbing

v6.3.3

Compare Source


v6.3.2

Compare Source

  • 🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic rules and dependencies together. #​57147 @​zombieJ
  • 🐞 Fix InputNumber height in borderless variant when using with Input or Select. #​57162 @​QDyanbing
  • 🐞 Fix Radio.Group radio button width when options text has different length or breaks. #​57171 @​QDyanbing
  • 🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin cannot take effect when componentSize is set globally. #​57093 #​57106 @​QDyanbing
  • 🐞 Fix Splitter may calculate wrong size if some panel in controlled mode. #​57142 @​js0753
  • 🐞 Fix Tree and TreeSelect line alignment problem when customizing titleHeight property. [#​56785](https://redirect.git

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from 08cf6d5 to 39d9ad7 Compare December 1, 2025 00:53
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 6 times, most recently from c7c9bf3 to 35cec3c Compare December 8, 2025 12:59
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 6 times, most recently from 140595f to 5a45fc5 Compare December 15, 2025 17:07
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 8 times, most recently from d5c5f6c to 7c1bc8a Compare December 24, 2025 10:33
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 5 times, most recently from 3b3c297 to 23aa5e5 Compare January 1, 2026 11:55
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 23aa5e5 to 4317faa Compare January 5, 2026 10:46
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from d94d1d0 to f727c62 Compare February 3, 2026 12:14
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from cdc55e9 to 6949b7f Compare February 12, 2026 13:41
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 6 times, most recently from 476f274 to 4bc7640 Compare February 22, 2026 03:12
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from 61b775e to 3dc7bdd Compare March 2, 2026 01:01
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 5 times, most recently from ae57dd3 to f90383a Compare March 11, 2026 02:31
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 7 times, most recently from dc16d36 to a84a766 Compare March 17, 2026 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants