Skip to content

Bump antd from 4.24.16 to 6.6.1 - #497

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/antd-6.6.1
Open

Bump antd from 4.24.16 to 6.6.1#497
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/antd-6.6.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps antd from 4.24.16 to 6.6.1.

Release notes

Sourced from antd's releases.

6.6.1

  • ♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. #58953 #58957 @​nrps9909
  • 🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. #58947 #58951 @​nrps9909
  • 🐞 Fix Upload dropping newly added files when async onRemove resolves. #58814 @​afc163
  • 🐞 Fix Anchor triggering duplicate onChange callbacks on scroll when using getCurrentAnchor. #58834 @​nikzanda
  • Form
    • 🐞 Fix Form height fluctuation during rapid validation state changes. #59008 @​waterWang
    • 🐞 Fix Form vertical layout labelCol.offset being overridden by label margins. #58981 @​nikzanda
    • ♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. #59001 @​nrps9909
    • 📝 Correct Form.Item required documentation to clarify that validation rules infer the required state when unset. #58989 @​QDyanbing
  • Listy
    • 💄 Improve Listy virtual scrollbar track hover feedback. #58964 @​QDyanbing
    • 📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. #58985 @​aojunhao123
    • 📝 Add Listy drag-sorting demo. #58962 @​li-jia-nan
  • Menu
    • 🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. #59018 @​afc163
    • 🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. #58865 @​QdabuliuQ
  • Table
  • Transfer
    • 🐞 Fix Transfer triggering onSearch twice when clearing the search input. #59016 @​QDyanbing
    • 🐞 Fix Transfer one-way item actions not respecting locale.remove. #58955 @​nrps9909
  • 🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. #58965 @​nrps9909
  • 🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider locale. #59014 @​waterWang
  • ♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. #58999 @​nrps9909
  • ♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. #59000 @​nrps9909
  • 🐞 Fix TreeSelect SHOW_PARENT losing selected disabled child nodes in controlled mode. #58935 react-component/tree-select#681 @​zombieJ
  • ⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. #58958 react-component/select#1247 @​Pareder
  • 🐞 Fix AutoComplete with custom input and allowClear shifting its content on hover. #58932 @​lazerg
  • 🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. #58982 @​ZQDesigned
  • 🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. #58995 @​dogledogle
  • 🐞 Fix Radio.Group options not invoking an option's onChange callback when selected. #59010 @​moon6967
  • 💄 Improve BorderBeam beam radius synchronization with dynamic container border-radius changes. #58923 @​li-jia-nan
  • 📝 Correct Typography editable onChange documentation to clarify that it fires when editing is completed. #59021 @​EmilyyyLiu

  • ♿ 优化 Upload 操作按钮以及 Modal 和 Notification 关闭按钮的本地化无障碍名称。#58953 #58957 @​nrps9909
  • 🌐 优化多个组件的繁体中文术语,并将 DatePicker 的周选择提示调整为台湾地区惯用说法。#58947 #58951 @​nrps9909
  • 🐞 修复 Upload 异步 onRemove 完成时误删新加入文件的问题。#58814 @​afc163
  • 🐞 修复 Anchor 使用 getCurrentAnchor 时滚动会重复触发 onChange 的问题。#58834 @​nikzanda
  • Form
    • 🐞 修复 Form 在快速校验状态变化时高度抖动的问题。#59008 @​waterWang
    • 🐞 修复 Form 垂直布局中标签外边距覆盖 labelCol.offset 的问题。#58981 @​nikzanda
    • ♿ 改进 Form 复杂控件指引,支持将标签明确关联到内层控件。#59001 @​nrps9909
    • 📝 修正 Form.Item required 文档,明确未设置时会根据校验规则推断必填状态。#58989 @​QDyanbing
  • Listy
  • Menu

... (truncated)

Changelog

Sourced from antd's changelog.

6.6.1

2026-08-17

  • ♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. #58953 #58957 @​nrps9909
  • 🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. #58947 #58951 @​nrps9909
  • 🐞 Fix Upload dropping newly added files when async onRemove resolves. #58814 @​afc163
  • 🐞 Fix Anchor triggering duplicate onChange callbacks on scroll when using getCurrentAnchor. #58834 @​nikzanda
  • Form
    • 🐞 Fix Form height fluctuation during rapid validation state changes. #59008 @​waterWang
    • 🐞 Fix Form vertical layout labelCol.offset being overridden by label margins. #58981 @​nikzanda
    • ♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. #59001 @​nrps9909
    • 📝 Correct Form.Item required documentation to clarify that validation rules infer the required state when unset. #58989 @​QDyanbing
  • Listy
    • 💄 Improve Listy virtual scrollbar track hover feedback. #58964 @​QDyanbing
    • 📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. #58985 @​aojunhao123
    • 📝 Add Listy drag-sorting demo. #58962 @​li-jia-nan
  • Menu
    • 🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. #59018 @​afc163
    • 🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. #58865 @​QdabuliuQ
  • Table
  • Transfer
    • 🐞 Fix Transfer triggering onSearch twice when clearing the search input. #59016 @​QDyanbing
    • 🐞 Fix Transfer one-way item actions not respecting locale.remove. #58955 @​nrps9909
  • 🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. #58965 @​nrps9909
  • 🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider locale. #59014 @​waterWang
  • ♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. #58999 @​nrps9909
  • ♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. #59000 @​nrps9909
  • 🐞 Fix TreeSelect SHOW_PARENT losing selected disabled child nodes in controlled mode. #58935 react-component/tree-select#681 @​zombieJ
  • ⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. #58958 react-component/select#1247 @​Pareder
  • 🐞 Fix AutoComplete with custom input and allowClear shifting its content on hover. #58932 @​lazerg
  • 🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. #58982 @​ZQDesigned
  • 🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. #58995 @​dogledogle
  • 🐞 Fix Radio.Group options not invoking an option's onChange callback when selected. #59010 @​moon6967
  • 💄 Improve BorderBeam beam radius synchronization with dynamic container border-radius changes. #58923 @​li-jia-nan
  • 📝 Correct Typography editable onChange documentation to clarify that it fires when editing is completed. #59021 @​EmilyyyLiu

6.6.0

2026-08-10

  • 🔥 Add Listy component for high-performance virtualized lists with grouping, sticky headers, and imperative scrolling. #58724 @​aojunhao123
  • ConfigProvider
    • 🆕 Add ConfigProvider focusOutline theme token to control shared focus outlines across Input, Select, Rate, Steps, Splitter, and other components. #58647 #58708 @​QDyanbing
    • 🆕 Add ConfigProvider global variant configuration for Input.Search, Input.Password, and Input.OTP. #58784 @​QDyanbing
    • 🆕 Add ConfigProvider global mouseEnterDelay and mouseLeaveDelay configuration for Tooltip, Popover, and Popconfirm. #58892 @​EmilyyyLiu
  • 🌐 Localization

... (truncated)

Commits
  • 164a310 docs: update changelog for 6.6.1
  • a8443b7 fix(Upload): preserve new files during async removal (#58814)
  • ef96e75 test(Tree): restore line demo accessibility coverage (#59020)
  • c452c62 docs: clarify Typography editable onChange trigger description (#59021)
  • 11a07c0 fix(Anchor): avoid duplicate onChange with getCurrentAnchor (#58834)
  • c4b9f5e docs: add changelog for 6.6.1 (#59019)
  • a76aa23 fix(form): prevent height fluctuation during rapid validation changes (#59008)
  • 6871747 fix(Menu): prevent icon jitter during inline collapse (#59018)
  • 5957ad9 fix: preserve Form labelCol offset in vertical layout (#58981)
  • c9aa0cd fix(Menu): prevent tooltip flash when collapsing while hovered (#58865)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 4.24.16 to 6.6.1.
- [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@4.24.16...6.6.1)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants