Skip to content

chore(deps): update dependency antd to v6.6.2 - #504

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

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) 6.4.36.6.2 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

  • 💄 Fix Button, Collapse, ColorPicker, Layout, Select, Space.Addon, Tree, and Typography borders not respecting the global lineWidth and lineType Design Tokens. #​58740 #​58741 #​58742 #​58743 #​58745 #​58755 @​li-jia-nan @​QDyanbing
  • 🐞 Fix BorderBeam, Checkbox, and Switch reduced-motion styles causing Lightning CSS minification failures. #​58707 @​QDyanbing
  • Tag
    • 💄 Fix Tag missing spacing and incorrect vertical alignment for bare <svg> icons from third-party icon libraries. #​58723 @​mohamedkhaled4053
    • 🐞 Fix Tag navigation being triggered when clicking the close icon with both href and closable set. #​58720 @​QDyanbing
  • 🐞 Fix Input.OTP dropping root DOM event handlers including onPointerDown, onAnimationEnd, onTransitionEnd, and onScrollEnd. #​58697 react-component/util#794 @​aojunhao123
  • 🐞 Fix Form triggering a hook-order warning in React 19 when using the UMD development build. #​58417 @​biubiukam
  • 💄 Fix Table missing the top border when a bordered nested table is wrapped by Tabs or custom content. #​58746 @​QDyanbing
  • 🐞 Fix Input.Search custom enterButton not respecting the component's disabled and loading states. #​58726 @​QDyanbing
  • 🐞 Fix Transfer custom action buttons passed through actions not preserving their own disabled state. #​58718 @​QDyanbing
  • 🐞 Fix Tree rootStyle being ignored, and deprecate it in favor of styles.root. #​58709 @​QDyanbing
  • 🐞 Fix Grid Col ignoring numeric 0 for the flex prop in regular and responsive configurations. #​58719 @​QDyanbing
  • 🐞 Fix InputNumber not displaying suffix when Form feedback is enabled. #​58703 @​QDyanbing
  • ⌨️ Fix Splitter percentage-based aria-valuemin and aria-valuemax values before container measurement, and prevent lazy drag previews from exceeding bounds next to zero-sized panels. #​58702 @​QDyanbing
  • 📖 Fix the ant.design homepage theme preview resetting the selected theme during rerenders. #​58687 [@​meet

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-lockfile branch from 5d79efd to dc44846 Compare June 22, 2026 09:03
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.4.4 chore(deps): update dependency antd to v6.4.5 Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from dc44846 to 90001d4 Compare June 27, 2026 18:17
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.4.5 chore(deps): update dependency antd to v6.5.0 Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from 6650b89 to d97cd77 Compare July 13, 2026 11:55
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.0 chore(deps): update dependency antd to v6.5.1 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from c998b33 to 54a08b3 Compare July 21, 2026 02:46
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from 54a08b3 to 6105453 Compare July 24, 2026 05:54
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.1 chore(deps): update dependency antd to v6.5.2 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from 9ba9f12 to 0d69072 Compare July 31, 2026 08:32
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.2 chore(deps): update dependency antd to v6.5.3 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from 0d69072 to a1e3bca Compare August 7, 2026 11:11
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.3 chore(deps): update dependency antd to v6.5.4 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from a1e3bca to 04903d5 Compare August 10, 2026 13:48
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.4 chore(deps): update dependency antd to v6.6.0 Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from c6abde0 to 049bc0d Compare August 17, 2026 12:06
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.6.0 chore(deps): update dependency antd to v6.6.1 Aug 17, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from 049bc0d to d9a2b1d Compare August 28, 2026 10:59
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.6.1 chore(deps): update dependency antd to v6.6.2 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from d9a2b1d to cc2a6ef Compare September 2, 2026 19: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