Skip to content

fix(deps): update dependency antd to v6 - #383

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

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

Conversation

@renovate

@renovate renovate Bot commented Nov 23, 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.6.5^6.0.0 age confidence

Release Notes

ant-design/ant-design (antd)

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 的 expandedKeysselectedKeys 显式传入 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 在移除 alignjustify 属性或响应式断点不再匹配后仍保留旧对齐类名的问题。#​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 的 notFoundContentnull 时仍显示默认空状态的问题。#​59028 @​QDyanbing
  • 🐞 修复 Watermark 的 contentundefined 时抛出错误的问题。#​59077 @​VamoBao
  • 📖 修复组件 LLMs 链接在网站镜像与本地部署中无法正确加载的问题。#​59062 @​QDyanbing

v6.6.1

Compare Source


v6.6.0

Compare Source


v6.5.4

Compare Source


  • 🐞 修复 Alert 的 closable 配置对象仅包含 onClose 时不显示关闭按钮的问题。#​58885 @​QDyanbing
  • 🐞 修复 Checkbox.Group 的 options 包含空值选项或空值 value 时崩溃的问题。#​58879 @​GuillaumeZ2SS
  • 🐞 修复 App 使用 component={false} 时产生不必要的 CSS 变量警告,并在此模式下无法应用根节点属性时给出提示。#​58877 @​li-jia-nan
  • 🐞 修复 Table 全选数据时仍会选中其他分页中禁用行的问题。#​58843 @​QDyanbing
  • 🐞 修复 Transfer 筛选后取消全选行为异常的问题。#​58844 @​thlovey
  • 🐞 修复 DatePicker RangePicker 语义化回调未透传 props 的问题。#​58905 @​QDyanbing
  • 💄 修复 FloatButton.BackTop 滚动动画未遵循 prefers-reduced-motion 设置的问题。#​58849 @​li-jia-nan
  • 💄 修复 Breadcrumb、Collapse、Segmented、Tabs 和 Tag 使用第三方图标库的原生 <svg> 图标时可能出现对齐异常、间距缺失,或在 CSS reset 下换行的问题。#​58862 #​58868 #​58869 #​58870 @​mohamedkhaled4053
  • 💄 修复 AutoComplete 禁用状态下文本未使用禁用文字颜色的问题。#​58838 @​lazerg
  • 🤖 修复 Tour 暴露无法在单个步骤中使用的 indicatorsRenderactionsRender TypeScript 类型定义的问题。#​58859 @​lazerg

v6.5.3

Compare Source

  • Input
  • Typography
  • 🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on blur when using showTime and allowEmpty. #​58803 @​zombieJ
  • 🐞 Fix Form.Item useStatus returning stale errors and warnings when the validation status remains unchanged. #​58815 @​afc163
  • 🐞 Fix Slider triggering onFocus and onBlur callbacks multiple times. #​58711 @​QDyanbing
  • 🐞 Fix Spin standalone indicators being mispositioned when nested in another Spin. #​58801 @​QDyanbing
  • 🐞 Fix Table controlled filter dropdown selections not updating while open. #​58816 @​afc163
  • 🐞 Fix Upload default download links allowing newly opened tabs to access the opener page. #​58817 @​afc163
  • 💄 Fix incomplete Icon base styles when theme.zeroRuntime or CSS layers are enabled. #​58763 @​QDyanbing
  • 💄 Fix Select suffix icons and selected content overlapping the clear icon with custom theme colors. #​58581 @​QDyanbing
  • 💄 Fix Tabs third-party <svg> icons not vertically aligning with labels. #​58847 @​mohamedkhaled4053

  • Input
    • 🐞 修复 Input.OTP 使用字符串 mask 时仍采用 type="text" 的问题,并保留显式 type 配置。#​58835 @​QDyanbing
    • 🐞 修复 Input.OTP 的 masktrue 时仍显示原始值的问题。#​58805 @​cyphercodes
    • 💄 修复 Input.TextArea 调整大小手柄在触摸设备上显示为小圆点的问题。#​58812 @​pupuking723
  • Typography
  • 🐞 修复 DatePicker.RangePicker 使用 showTimeallowEmpty 时失焦会提交未确认部分值的问题。#​58803 @​zombieJ
  • 🐞 修复 Form.Item useStatus 在校验状态未变化时返回旧错误和警告内容的问题。#​58815 @​afc163
  • 🐞 修复 Slider 的 onFocusonBlur 回调被重复触发的问题。#​58711 @​QDyanbing
  • 🐞 修复 Spin 独立加载指示器嵌套使用时定位错乱的问题。#​58801 @​QDyanbing
  • 🐞 修复 Table 受控筛选面板保持打开时选中项未同步更新的问题。#​58816 @​afc163
  • 🐞 修复 Upload 默认下载打开的新页面可访问来源页面的问题。#​58817 @​afc163
  • 💄 修复启用 theme.zeroRuntime 或 CSS layer 时 Icon 基础样式不完整的问题。#​58763 @​QDyanbing
  • 💄 修复 Select 自定义主题色下后缀图标或选中内容与清除图标重叠的问题。#​58581 @​QDyanbing
  • 💄 修复 Tabs 中第三方 <svg> 图标与标签文字垂直方向未对齐的问题。#​58847 @​mohamedkhaled4053

v6.5.2

Compare Source

Note

PR body was truncated to here.


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 995dbc4 to cb3df30 Compare November 30, 2025 04:47
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 4 times, most recently from 41d31ff to 004851c Compare December 8, 2025 15:45
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 3 times, most recently from d875412 to 54d4f0a Compare December 15, 2025 17:05
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 2 times, most recently from 84d2895 to ddcdfb7 Compare December 24, 2025 10:10
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 4 times, most recently from 5d2aa63 to 68f7d58 Compare January 5, 2026 09:50
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 2 times, most recently from 4667cff to d2058ab Compare January 13, 2026 10:35
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 4 times, most recently from ec9cbb1 to 0b034db Compare January 20, 2026 09:03
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 6 times, most recently from a2065ce to f35a20f Compare February 2, 2026 09:08
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 2 times, most recently from b9d970c to 983a948 Compare February 10, 2026 09:47
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 5 times, most recently from d9e9d04 to 4b5cc6f Compare March 15, 2026 08:46
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 3 times, most recently from 8c9d552 to 1a66eb5 Compare March 22, 2026 13:00
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 2 times, most recently from bd74ef4 to 1c7fd48 Compare March 30, 2026 08:44
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 2 times, most recently from e906ef3 to afe55fb Compare April 8, 2026 20:33
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 4 times, most recently from df985f9 to 3f7ce6f Compare April 17, 2026 09:01
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 6 times, most recently from 5ff072c to 9014188 Compare April 26, 2026 04:28
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 5 times, most recently from 325b558 to c730dc3 Compare May 3, 2026 14:07
@renovate
renovate Bot force-pushed the renovate-antd-6.x branch 2 times, most recently from e4d26a3 to 41df9c0 Compare May 10, 2026 09:51
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