Skip to content

chore(deps): bump antd from 6.6.1 to 6.6.2 in /examples/reactive-state - #244

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/reactive-state/antd-6.6.2
Open

chore(deps): bump antd from 6.6.1 to 6.6.2 in /examples/reactive-state#244
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/reactive-state/antd-6.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps antd from 6.6.1 to 6.6.2.

Release notes

Sourced from antd's releases.

6.6.2

  • ♿ 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
    • ⌨️ Fix duplicate Menu popup IDs across multiple instances. #59048 @​zombieJ
    • 🐞 Fix Menu horizontal submenus unexpectedly closing when the pointer moves from an item to its popup. #59088 @​EmilyyyLiu
    • 🐞 Fix Menu icons continuing to move after an inline menu finishes collapsing. #59085 @​QDyanbing
  • 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
    • ⌨️ 修复多个 Menu 实例之间弹层 ID 重复的问题。#59048 @​zombieJ
    • 🐞 修复 Menu 横向模式下鼠标从菜单项移向子菜单弹层时子菜单意外关闭的问题。#59088 @​EmilyyyLiu
    • 🐞 修复 Menu 内联菜单收缩完成后图标仍继续位移的问题。#59085 @​QDyanbing
  • 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

... (truncated)

Changelog

Sourced from antd's changelog.

6.6.2

2026-08-28

  • ♿ 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
    • ⌨️ Fix duplicate Menu popup IDs across multiple instances. #59048 @​zombieJ
    • 🐞 Fix Menu horizontal submenus unexpectedly closing when the pointer moves from an item to its popup. #59088 @​EmilyyyLiu
    • 🐞 Fix Menu icons continuing to move after an inline menu finishes collapsing. #59085 @​QDyanbing
  • 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
Commits
  • 1cb3762 docs: add changelog for 6.6.2 (#59143)
  • fa0c357 fix(Transfer): disable select all for disabled search results (#59121)
  • a06ff88 fix(Select): exclude internal popup visibility callback (#59142)
  • bebea8a chore: upgrade deps (#59139)
  • e315024 fix(Upload): avoid leaving canvas after GIF preview (#59137)
  • d58fe29 docs(react): capitalize JavaScript in introduce.en-US.md (#59122)
  • 5845bc8 fix(Notification): upgrade non-submitting close controls (#59126)
  • dc4490a fix(Grid): clear stale row alignment classes (#59066)
  • 807f237 fix(Card, Tag, Breadcrumb, Segmented, FloatButton): render numeric zero for c...
  • e8fbc23 fix(Table): preserve custom header keydown events (#59078)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [antd](https://github.com/ant-design/ant-design) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@6.6.1...6.6.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

自动合并策略跳过该 PR (仅自动合并「纯 devDependencies + patch/minor」)。请人工审阅。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants