Skip to content

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

Open
renovate[bot] wants to merge 1 commit intoupdate-dependenciesfrom
renovate-antd-6.x
Open

fix(deps): update dependency antd to v6#449
renovate[bot] wants to merge 1 commit intoupdate-dependenciesfrom
renovate-antd-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 23, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
antd (source) ^4.6.5^6.0.0 age confidence

Release Notes

ant-design/ant-design (antd)

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


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

  • 🐞 Button fix missing wave effect and the issue where the component could not show Dropdown on hover immediately after clicking. [#​56273](ht

Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • "before 10pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate-antd-6.x branch 3 times, most recently from 1f0411d to ba7980e Compare November 30, 2025 05:10
@renovate renovate bot force-pushed the renovate-antd-6.x branch 4 times, most recently from 6454cee to e07324d Compare December 8, 2025 13:15
@renovate renovate bot force-pushed the renovate-antd-6.x branch 2 times, most recently from 7995eca to cb7a89b Compare December 15, 2025 16:59
@renovate renovate bot force-pushed the renovate-antd-6.x branch 3 times, most recently from 9cee523 to c84e6c4 Compare December 24, 2025 06:16
@renovate renovate bot force-pushed the renovate-antd-6.x branch 4 times, most recently from 03d5a5e to eb556fd Compare January 5, 2026 09:04
@renovate renovate bot force-pushed the renovate-antd-6.x branch 2 times, most recently from 8634f92 to 16a9c40 Compare January 13, 2026 08:47
@renovate renovate bot force-pushed the renovate-antd-6.x branch 4 times, most recently from d640387 to dcda740 Compare January 20, 2026 09:05
@renovate renovate bot force-pushed the renovate-antd-6.x branch 6 times, most recently from 1b99b09 to 8c8e028 Compare February 2, 2026 08:42
@renovate renovate bot force-pushed the renovate-antd-6.x branch 2 times, most recently from 1d06f1b to b11b4c0 Compare February 10, 2026 09:35
@renovate renovate bot force-pushed the renovate-antd-6.x branch from b11b4c0 to 71ecc37 Compare February 15, 2026 04:51
@renovate renovate bot force-pushed the renovate-antd-6.x branch 3 times, most recently from 4fb1663 to cf903b6 Compare February 24, 2026 20:07
@renovate renovate bot force-pushed the renovate-antd-6.x branch 3 times, most recently from b5a2fca to 0ff84ee Compare March 5, 2026 19:39
@renovate renovate bot force-pushed the renovate-antd-6.x branch 9 times, most recently from c674548 to fb7aee3 Compare March 15, 2026 08:49
@renovate renovate bot force-pushed the renovate-antd-6.x branch 3 times, most recently from 95e1000 to 2a3a70f Compare March 22, 2026 13:47
@renovate renovate bot force-pushed the renovate-antd-6.x branch 2 times, most recently from f840d8f to 966eba5 Compare March 30, 2026 10:15
@renovate renovate bot force-pushed the renovate-antd-6.x branch 3 times, most recently from d46afa4 to 4532e12 Compare April 12, 2026 04:53
@renovate renovate bot force-pushed the renovate-antd-6.x branch from 4532e12 to a207d3b Compare April 12, 2026 09:28
@renovate renovate bot force-pushed the renovate-antd-6.x branch from a207d3b to b39394f Compare April 12, 2026 13:57
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