Skip to content

chore(deps): update dependency antd to v6#642

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

chore(deps): update dependency antd to v6#642
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/antd-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
antd (source) 4.16.136.3.4 age confidence

Release Notes

ant-design/ant-design (antd)

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


  • 🐞 修复 Form.Item 使用动态 rulesdependencies 配合使用时,时序问题导致的校验失败的问题。#​57147 @​zombieJ
  • 🐞 修复 InputNumber 在 borderless 形态下与 Input 或 Select 并排时高度异常的问题。#​57162 @​QDyanbing
  • 🐞 修复 Radio.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#​57171 @​QDyanbing
  • 🐞 修复 Skeleton.Avatar,Skeleton.Button,Skeleton.Input,Rate 及 Spin 无法响应全局 componentSize 设置的问题。#​57093 #​57106 @​QDyanbing
  • 🐞 修复 Splitter 存在 size 受控面板时其他面板尺寸可能计算错误的问题。#​57142 @​js0753
  • 🐞 修复 Tree 及 TreeSelect 在自定义 titleHeight 时会连线错位的问题。#​56785 @​QDyanbing
  • 💄 修复 Checkbox.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#​57144 @​QDyanbing
  • 💄 修复 ConfigProvider 的 csp 配置没有对所有的动态 style 生效的问题。#​57159 @​zombieJ
  • Select
  • Upload
    • 💄 修复 Upload 在 picture-card 模式下无数据时仍然存在无效空白区域的问题。#​57157 @​QDyanbing
    • ⌨️ 优化 Upload 在不支持悬停或粗指针的设备上默认显示列表操作按钮。#​57156 @​Arktomson
  • 🌐 新增 es_US 国际化配置。#​57137 @​yuriidumych-max
  • 🛠 统一 size 枚举值定义,针对 Badge、Card、Progress、Steps、Switch 及 Spin 使用 medium 替代 default,针对 Descriptions 使用 mediumlarge 替代 middledefault,针对 Table 和 Divider 使用 medium 替代 middle#​57127 #​57106 @​QDyanbing
  • 🛠 统一 size className 在所有组件元素上的设置值。#​57106 @​QDyanbing
  • TypeScript

v6.3.1

Compare Source

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #​56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #​56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #​56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #​56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #​56855 @​claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #​56972 @​aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #​56945 @​xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #​56937 @​zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #​56902 @​li-jia-nan
  • 🐞 Fix Input height inconsistency with Select when using variant="borderless". #​57014 @​njlazzar-su
  • 🐞 Fix Modal confirm method layout whitespace when icon is empty. #​57024 @​Arktomson
  • 🐞 Add aria-disabled attribute for disabled options in Select component.#​57049 @​meet-student

  • Select
    • 🐞 Select 修复 value 为空字符串时下拉框高度不正确的问题。#​56976 @​zombieJ
    • 🐞 Select 修复 value 为空字符串时值回显异常的问题。#​56966 @​luozz1994
    • 🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。#​56946
  • 🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。#​56961 @​luozz1994
  • 🐞 Typography 修复同时开启 copyableellipsis 时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。#​56855 @​claytonlin1110
  • 🐞 Progress 修复 status="active" 时动画溢出的问题。#​56972 @​aibayanyu20
  • 🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。#​56945 @​xbsheng
  • 🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。#​56937 @​zombieJ
  • ⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 prefers-reduced-motion 媒体查询支持,禁用过渡动画以改善无障碍体验。#​56902 @​li-jia-nan
  • 🐞 Input 修复 variant="borderless" 时高度与 Select 不一致的问题。#​57014 @​njlazzar-su
  • 🐞 Modal 修复 confirm 方法在 icon 为空时布局出现多余空白的问题。#​57024 @​Arktomson
  • 🐞 Select 组件中的禁用选项添加 aria-disabled 属性。#​57049 @​meet-student

v6.3.0

Compare Source

  • ConfigProvider
    • 🆕 Support ConfigProvider global configuration of maskClosable for Modal and Drawer. #​56739 @​luozz1994
    • 🆕 Support ConfigProvider suffixIcon global configuration for DatePicker and TimePicker. #​56709 @​guoyunhe
    • 🆕 Support ConfigProvider expandIcon and loadingIcon global configuration for Cascader. #​56482 @​guoyunhe
    • 🆕 Support ConfigProvider scroll global configuration for Table. #​56628 @​Clayton
    • 🆕 Support ConfigProvider className and style configuration for App, and arrow prop for ColorPicker. #​56573 @​zombieJ
    • 🆕 Support ConfigProvider loadingIcon global configuration for Button. #​56439 @​guoyunhe
    • 🆕 Support ConfigProvider rangePicker.separator global configuration. #​56499 @​guoyunhe
    • 🆕 Support ConfigProvider tooltipIcon and tooltipProps global configuration for Form. #​56372 @​guoyunhe
  • Upload
  • 🆕 Add Grid xxxl (1920px) breakpoint to adapt to FHD screens. #​56825 @​guoyunhe
  • 🆕 Support Switch indicator customization for semantic structure. #​56710 @​zombieJ
  • Button
  • Select
    • 💄 Remove Select redundant -content-value div DOM in single mode to optimize semantic structure, allowing override via classNames and styles. #​56811 @​zombieJ
    • 🐞 Fix Select notFoundContent not taking effect. #​56756 @​QdabuliuQ
  • Radio
    • 🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. #​56909 @​jany55555
    • 💄 Remove Radio -inner DOM node of icon sub-element for better semantic structure adaptation. #​56783 @​zombieJ
  • 💄 Disable Modal & Drawer mask blur effect by default. #​56781 @​aojunhao123
  • 🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. #​56887 @​zombieJ
  • 🐞 Fix List color-related tokens not working for deprecated component config. #​56913 @​zombieJ
  • 🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. #​56852 @​zombieJ
  • ⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. #​56521 @​huangkevin-apr
  • 🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. #​56764 @​zombieJ
  • ⌨️ ♿ Improve Tree accessibility support. #​56716 @​aojunhao123
  • 🐞 Support ColorPicker semantic structure for selection block, and fix root semantic being incorrectly applied to popup elements. #​56607 @​zombieJ
  • 💄 Change Avatar default value of size from default to medium for consistency. #​56440 @​guoyunhe
  • 💄 Remove Checkbox -inner DOM node of icon sub-element for better semantic structure adaptation. #​56783 @​zombieJ
  • MISC
    • 🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. #​56830 @​zombieJ
    • 🛠 Streamline styles and classNames type definitions for better standardization. #​56758 @​crazyair

v6.2.3

Compare Source


v6.2.2

Compare Source

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #​56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #​56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #​56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #​56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #​56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #​56693 @​QdabuliuQ

  • 🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。#​56619 @​QdabuliuQ
  • 🐞 修复 Button type="text" 时组件 Token 不生效的问题。#​56291 @​QDyanbing
  • 🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。#​56728
  • 🐞 修复 Select 多选时占位符显示异常的问题。#​56675
  • 💄 修复 Pagination 全局 fontSize 变大时各元素上下错位的问题。#​56715 @​QDyanbing
  • 💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。#​56693 @​QdabuliuQ

v6.2.1

Compare Source


v6.2.0

Compare Source


v6.1.4

Compare Source

  • 🐞 Fix Select with multiple aria- attributes in DOM. #​56451 @​zombieJ
  • 🐞 Fix Table where hidden measure headers could mount interactive filter dropdowns and trigger unexpected close events when scroll.y is enabled. #​56425 @​QDyanbing

  • 🐞 修复 Select 配置 aria- 属性时,会同时给多个 DOM 添加的问题。#​56451 @​zombieJ
  • 🐞 修复 Table 配置 scroll.y 属性时,隐藏的测量表头挂载筛选下拉组件并参与事件判断,导致筛选下拉意外关闭的问题。 #​56425 @​QDyanbing

v6.1.3

Compare Source

  • 🐞 Fix Drawer.PurePanel failing to respond to mouse interactions. #​56387 @​wanpan11
  • 🐞 Fix Select options props leaking to DOM elements and causing React unknown-prop warnings. #​56341 @​afc163

  • 🐞 修复 Drawer.PurePanel 无法响应鼠标交互的问题。#​56387 @​wanpan11
  • 🐞 修复 Select options 属性透传至原生 DOM 导致 React 未知属性警告的问题。#​56341 @​afc163

v6.1.2

Compare Source


Configuration

📅 Schedule: 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Nov 22, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
irkvuz e2b8d34 Mar 24 2026, 02:13 PM

@renovate renovate bot force-pushed the renovate/antd-6.x branch from 106f435 to aeed742 Compare December 2, 2025 13:48
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Dec 2, 2025

Deploying irkvuz with  Cloudflare Pages  Cloudflare Pages

Latest commit: e2b8d34
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from c8b117e to 47b56d1 Compare December 8, 2025 12:49
@renovate renovate bot force-pushed the renovate/antd-6.x branch from 47b56d1 to c5836a4 Compare December 15, 2025 16:38
@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 4980531 to 0f209d6 Compare December 29, 2025 08:58
@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from de97625 to ab29bb3 Compare January 5, 2026 11:39
@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 5357b26 to 1638dd6 Compare January 13, 2026 11:39
@renovate renovate bot force-pushed the renovate/antd-6.x branch 3 times, most recently from f9ca5e1 to c05c54b Compare January 26, 2026 15:13
@renovate renovate bot force-pushed the renovate/antd-6.x branch from c05c54b to fdfb578 Compare February 2, 2026 09:46
@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from f6adb91 to a8256bc Compare February 12, 2026 10:13
@renovate renovate bot force-pushed the renovate/antd-6.x branch from a8256bc to 3e8b0d6 Compare February 17, 2026 15:49
@renovate renovate bot force-pushed the renovate/antd-6.x branch from 3e8b0d6 to e51a052 Compare February 24, 2026 17:06
@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from ebc810f to 558752f Compare March 9, 2026 08:57
@renovate renovate bot force-pushed the renovate/antd-6.x branch 2 times, most recently from ea91729 to 4c2014f Compare March 16, 2026 09:56
@renovate renovate bot force-pushed the renovate/antd-6.x branch from 4c2014f to e2b8d34 Compare March 24, 2026 14:13
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