Skip to content

Update dependency antd to v6 - #74

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

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

Conversation

@renovate

@renovate renovate Bot commented Nov 22, 2025 •

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
antd (source) 4.24.15 → 6.6.5 age confidence

Release Notes

ant-design/ant-design (antd)

v6.6.5

Compare Source


v6.6.4

Compare Source

  • 🗑 Deprecate legacy Avatar GroupProps, BackTop and FloatButton BackTopProps, Input GroupProps, Mentions OptionProps, and Select OptionProps types in favor of GetProps or option-derived types. #​58949 @​li-jia-nan
  • 🐞 Fix AutoComplete missing classNames.clear and styles.clear semantic customizations for the clear button. #​59245 @​lazerg
  • Table
  • Modal
    • 🐞 Fix Modal okText and cancelText falling back to default text for falsy ReactNode values. #​59254 @​QDyanbing
    • 🐞 Fix Modal not triggering onCancel when cancelButtonProps.onClick is provided. #​59255 @​QDyanbing
  • ColorPicker
    • 🐞 Fix ColorPicker clear control remaining interactive and showing hover styles when disabled. #​59164 @​dogledogle
    • 🐞 Fix ColorPicker modifying presets and crashing when preset items are frozen. #​59272 @​QDyanbing
  • 🐞 Fix Splitter panel sizes exceeding their min and max constraints when the container resizes. #​59084 @​QDyanbing
  • 🐞 Fix Segmented selected item text color lagging behind the thumb animation when custom itemSelectedBg and itemSelectedColor tokens are used. #​59046 @​EmilyyyLiu
  • 🐞 Fix Transfer restoring stale selections after dataSource item key types change. #​59166 @​QDyanbing
  • 🐞 Fix FloatButton.Group menu flickering when moving the pointer from the trigger to the menu with trigger="hover". #​59246 @​QDyanbing
  • 🐞 Fix Form vertical Form.Item controls shrinking inside horizontal layouts. #​59263 @​QDyanbing
  • 🐞 Fix Tabs more dropdown ignoring styles.popup.root. #​59221 @​giaBaoJS
  • 🐞 Fix ConfigProvider failing to inherit zeroRuntime in nested themes when inherit is false. #​59250 @​QDyanbing

  • 🗑 废弃 Avatar GroupProps、BackTop 和 FloatButton BackTopProps、Input GroupProps、Mentions OptionProps 与 Select OptionProps 旧类型,建议改用 GetProps 或从选项推导的类型。#​58949 @​li-jia-nan
  • 🐞 修复 AutoComplete 缺失清除按钮 classNames.clear 和 styles.clear 语义化配置的问题。#​59245 @​lazerg
  • Table
  • Modal
    • 🐞 修复 Modal 的 okText 和 cancelText 为假值 ReactNode 时被默认文案覆盖的问题。#​59254 @​QDyanbing
    • 🐞 修复 Modal 配置 cancelButtonProps.onClick 时不触发 onCancel 的问题。#​59255 @​QDyanbing
  • ColorPicker
  • 🐞 修复 Splitter 容器尺寸变化时面板尺寸超出 min 和 max 约束的问题。#​59084 @​QDyanbing
  • 🐞 修复 Segmented 使用自定义 itemSelectedBg 和 itemSelectedColor Token 时,选中项文字颜色滞后于滑块动画的问题。#​59046 @​EmilyyyLiu
  • 🐞 修复 Transfer 的 dataSource 项 key 类型变化后恢复旧选中状态的问题。#​59166 @​QDyanbing
  • 🐞 修复 FloatButton.Group 使用 trigger="hover" 时鼠标从触发按钮移向菜单出现闪烁的问题。#​59246 @​QDyanbing
  • 🐞 修复 Form 在水平布局中嵌套的垂直 Form.Item 控件高度被压缩的问题。#​59263 @​QDyanbing
  • 🐞 修复 Tabs 折叠下拉菜单未应用 styles.popup.root 的问题。#​59221 @​giaBaoJS
  • 🐞 修复 ConfigProvider 在嵌套主题中 inherit 为 false 时未继承 zeroRuntime 的问题。#​59250 @​QDyanbing

v6.6.3

Compare Source


v6.6.2

Compare Source

  • ♿ Improve Progress, Steps, and Tooltip accessibility by avoiding redundant SVG announcements, triggering Steps item onClick on keyboard activation, and preserving existing Tooltip aria-describedby relationships. #​59139 @​github-actions
  • 🐞 Fix numeric 0 content rendering across Alert, Empty, Card, Tag, Breadcrumb, Segmented, FloatButton, Form.Item, and Statistic. #​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 Fix Alert global closable and Select and AutoComplete onPopupVisibleChange type definitions incorrectly exposing unsupported callbacks or props. #​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 Fix Transfer select-all checkbox remaining enabled when all search results are disabled. #​59121 @​QDyanbing
    • 🐞 Fix Transfer rendering no items after filtered data is restored from an empty result. #​59074 @​biubiukam
  • Table
    • 🐞 Fix Table sortable columns not invoking custom onKeyDown handlers for keys other than Enter. #​59078 @​QDyanbing
    • 🐞 Fix Table triggering filterDropdownProps.onOpenChange(false) twice when closing the built-in filter dropdown. #​59023 @​thlovey
  • Tree
    • 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when expandedKeys or selectedKeys is explicitly undefined. #​59076 @​giaBaoJS
    • 🐞 Fix Tree.DirectoryTree Shift range selection when starting from a node whose key is numeric 0. #​59029 @​QDyanbing
  • List
  • 🐞 Fix Checkbox.Group disabled={false} failing to override the global disabled state for JSX children. #​59109 @​QDyanbing
  • 🐞 Fix Upload leaving hidden canvas elements in the DOM after generating GIF previews. #​59137 @​dogledogle
  • 🐞 Fix Notification close buttons unintentionally submitting enclosing forms. #​59126 @​nrps9909
  • 🐞 Fix Drawer header action area not rendering when only the extra prop is provided. #​59089 @​dogledogle
  • 🐞 Fix Grid Row retaining stale align and justify classes after the props are removed or responsive breakpoints stop matching. #​59066 @​QDyanbing
  • 🐞 Fix Tag.CheckableTag local style being overridden by ConfigProvider tag.style. #​59087 @​QDyanbing
  • ♿ Improve Steps accessibility by hiding decorative panel arrows from assistive technology. #​59105 @​nrps9909
  • ♿ Improve Skeleton.Image accessibility by hiding its decorative placeholder graphic from assistive technology. #​59107 @​nrps9909
  • 🐞 Fix Descriptions resetting item state after reordering an item with key: 0. #​59064 @​QDyanbing
  • 🐞 Fix Cascader and Cascader.Panel showing the default empty state when notFoundContent is null. #​59028 @​QDyanbing
  • 🐞 Fix Watermark throwing an error when content is undefined. #​59077 @​VamoBao
  • 📖 Fix component LLMs links on website mirrors and local deployments. #​59062 @​QDyanbing

  • ♿ 优化 Progress、Steps 和 Tooltip 的无障碍体验,避免进度条 SVG 被重复朗读,确保键盘激活 Steps 项目时触发 onClick,并保留 Tooltip 已有的 aria-describedby 关联。#​59139 @​github-actions
  • 🐞 修复 Alert、Empty、Card、Tag、Breadcrumb、Segmented、FloatButton、Form.Item 和 Statistic 无法正确渲染数值 0 内容的问题。#​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 修复 Alert 全局 closable、Select 和 AutoComplete 的 onPopupVisibleChange 类型定义错误暴露不支持回调或属性的问题。#​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 修复 Transfer 搜索结果全部为禁用项时“全选”复选框仍可用的问题。#​59121 @​QDyanbing
    • 🐞 修复 Transfer 从空过滤结果恢复数据后不显示列表项的问题。#​59074 @​biubiukam
  • Table
    • 🐞 修复 Table 可排序列不触发非 Enter 键自定义 onKeyDown 回调的问题。#​59078 @​QDyanbing
    • 🐞 修复 Table 关闭内置筛选面板时重复触发 filterDropdownProps.onOpenChange(false) 的问题。#​59023 @​thlovey
  • Tree
    • 🐞 修复 Tree.DirectoryTree 的 expandedKeys 或 selectedKeys 显式传入 undefined 时无法展开或选择的问题。#​59076 @​giaBaoJS
    • 🐞 修复 Tree.DirectoryTree 从 key 为数值 0 的节点开始时 Shift 范围选择失效的问题。#​59029 @​QDyanbing
  • List
  • 🐞 修复 Checkbox.Group disabled={false} 在 JSX 子节点场景下无法覆盖全局禁用状态的问题。#​59109 @​QDyanbing
  • 🐞 修复 Upload 生成 GIF 预览后在 DOM 中遗留隐藏 canvas 元素的问题。#​59137 @​dogledogle
  • 🐞 修复 Notification 关闭按钮意外提交外层表单的问题。#​59126 @​nrps9909
  • 🐞 修复 Drawer 仅设置 extra 属性时头部操作区不渲染的问题。#​59089 @​dogledogle
  • 🐞 修复 Grid Row 在移除 align、justify 属性或响应式断点不再匹配后仍保留旧对齐类名的问题。#​59066 @​QDyanbing
  • 🐞 修复 Tag.CheckableTag 局部 style 被 ConfigProvider tag.style 覆盖的问题。#​59087 @​QDyanbing
  • ♿ 优化 Steps 无障碍体验,对辅助技术隐藏面板中的装饰箭头。#​59105 @​nrps9909
  • ♿ 优化 Skeleton.Image 无障碍体验,对辅助技术隐藏装饰性占位图形。#​59107 @​nrps9909
  • 🐞 修复 Descriptions 重排 key: 0 的条目后内容状态被重置的问题。#​59064 @​QDyanbing
  • 🐞 修复 Cascader 和 Cascader.Panel 的 notFoundContent 为 null 时仍显示默认空状态的问题。#​59028 @​QDyanbing
  • 🐞 修复 Watermark 的 content 为 undefined 时抛出错误的问题。#​59077 @​VamoBao
  • 📖 修复组件 LLMs 链接在网站镜像与本地部署中无法正确加载的问题。#​59062 @​QDyanbing

v6.6.1

Compare Source


v6.6.0

Compare Source

❗ Important

✂ 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.

@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from 698ad41 to bad9000 Compare December 8, 2025 12:45
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from bad9000 to be1ab21 Compare December 15, 2025 18:44
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from f0a4002 to e5a742b Compare December 29, 2025 09:42
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 3a969ef to 7424feb Compare January 5, 2026 10:36
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from ae33442 to 271b46e Compare January 13, 2026 08:42
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from 3846aad to 0f8bda2 Compare January 26, 2026 12:44
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 0f8bda2 to 659577a Compare February 2, 2026 09:06
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 1d3c81e to 1367fc2 Compare February 12, 2026 10:13
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from e363add to d281177 Compare February 24, 2026 19:09
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 3cd54df to 0c5d32e Compare March 9, 2026 08:39
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 1bf205d to f93fe64 Compare March 16, 2026 15:04
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 38c8d87 to dc8e49e Compare March 30, 2026 08:55
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from dc8e49e to 7d22da5 Compare April 8, 2026 18:31
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 7d22da5 to 7627b65 Compare April 17, 2026 10:13
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 7627b65 to 0312244 Compare April 27, 2026 09:52
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from 0b524dc to 3361a17 Compare May 14, 2026 18:38
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 3361a17 to 1ff99c1 Compare May 18, 2026 09:55
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from d13b42b to 170a534 Compare June 1, 2026 22:58
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 5e31ae7 to e5e5112 Compare June 12, 2026 09:02
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 870f0e3 to 609c79f Compare June 27, 2026 17:04
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from aeda0f4 to 75fb039 Compare July 16, 2026 20:44
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 78a5f85 to eb01db0 Compare July 24, 2026 05:06
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 369ac8c to 518f0d5 Compare July 31, 2026 11:07
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from 3a32f30 to e58934d Compare August 11, 2026 22:15
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from e58934d to f1f42a8 Compare August 17, 2026 11:45
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 407dada to c9e8a61 Compare August 28, 2026 06:02
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 788cbd0 to c8f997b Compare September 7, 2026 14:28
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from c85ce8f to a426639 Compare September 14, 2026 08:25
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from a426639 to 9c20e00 Compare September 20, 2026 13:38

This branch has not been deployed

No deployments
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