Skip to content

Bump antd from 6.5.4 to 6.6.0 in /DocumentSite - #131

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/DocumentSite/antd-6.6.0
Open

Bump antd from 6.5.4 to 6.6.0 in /DocumentSite#131
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/DocumentSite/antd-6.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps antd from 6.5.4 to 6.6.0.

Release notes

Sourced from antd's releases.

6.6.0

  • 🔥 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
  • 🆕 Add Tree useTree for retrieving node paths and support scrollTo({ autoExpand: true }) to expand target nodes before scrolling. #58841 @​zombieJ
  • 🆕 Add FloatButton.BackTop showProgress to display the current scroll progress around the button. #58894 @​ZQDesigned
  • 🆕 Add Table expandable.forceRender to render expanded row content before its first expansion. #58860 @​nikzanda
  • 🆕 Add Pagination components.sizeChanger to customize the page-size changer, including in Table pagination. #58831 @​QDyanbing
  • 🆕 Add Mentions popupRender to customize suggestion dropdown rendering. #58582 @​EmilyyyLiu
  • 🆕 Add Tabs more.popupRender to customize the overflow dropdown content. #58651 @​EmilyyyLiu
  • 🆕 Add BorderBeam count to display multiple evenly distributed beams around the container border. #58691 @​meet-student
  • 🆕 Add Image preview.wheel to control mouse wheel zoom in preview. #58728 @​EmilyyyLiu
  • 🆕 Add Alert borderRadius component token to customize its corner radius. #57765 @​guoyunhe
  • 🆕 Add nativeElement ref support to Avatar.Group, Badge.Ribbon, Breadcrumb, Calendar, Card.Grid, Card.Meta, Carousel, Descriptions, Divider, Empty, FloatButton.Group, List.Item.Meta, QRCode, Result, Skeleton, Space.Compact, Spin, Splitter, Transfer, and Watermark. #58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 Export missing public Props and Ref types for Alert, Carousel, Cascader, Masonry, Mentions, Radio, Slider, Statistic, Table, Tabs, Tooltip, and Upload. #58700 #58798 @​li-jia-nan
  • 🐞 Fix semantic style precedence for Calendar, ColorPicker, DatePicker, Divider, Dropdown, Input, Masonry, Popover, Popconfirm, QRCode, Space, Spin, Tag, TimePicker, Tooltip, Typography, Badge, Drawer, FloatButton, Image, Message, Modal, Notification, Steps, Timeline, Tour, and Upload when combining ConfigProvider and component-level style and styles settings. #58550 #58564 @​QDyanbing
  • Select
    • 🐞 Fix Select placeholder remaining visible when an ancestor is hidden. #58572 @​QDyanbing
    • 🐞 Fix Select clear icon showing a native button background in dark mode. #58928 @​zombieJ
  • 🐞 Fix Drawer close button remaining interactive when closable.disabled is enabled. #58853 @​QDyanbing
  • 🐞 Fix Carousel jumping to the first slide when children are dynamically added. #58845 @​EmilyyyLiu
  • 🐞 Fix Button layout shift when the loading animation starts. #58690 #58712 @​zombieJ
  • 🐞 Fix Typography ellipsis tooltip closing before users can interact with its popup, and improve its hover behavior around action buttons. #58661 #58722 @​zombieJ
  • 💄 Improve Select, Tree, and Table virtual scrollbar track feedback, and support clicking the Table scrollbar track to jump. #58625 #58658 @​QDyanbing

  • 🔥 新增 Listy 高性能虚拟列表组件,支持分组、吸顶标题和命令式滚动。#58724 @​aojunhao123
  • ConfigProvider
    • 🆕 新增 ConfigProvider 主题 Token focusOutline,用于统一控制 Input、Select、Rate、Steps、Splitter 等组件的聚焦描边。#58647 #58708 @​QDyanbing
    • 🆕 新增 ConfigProvider 全局配置 Input.Search、Input.Password 和 Input.OTP variant 的能力。#58784 @​QDyanbing
    • 🆕 新增 ConfigProvider 对 Tooltip、Popover 和 Popconfirm mouseEnterDelaymouseLeaveDelay 的全局配置支持。#58892 @​EmilyyyLiu
  • 🌐 国际化
  • 🆕 新增 Tree useTree 以获取节点路径,并支持 scrollTo({ autoExpand: true }) 在滚动前自动展开目标节点。#58841 @​zombieJ
  • 🆕 新增 FloatButton.BackTop showProgress,用于在按钮边缘展示当前滚动进度。#58894 @​ZQDesigned
  • 🆕 新增 Table expandable.forceRender,支持在首次展开前渲染展开行内容。#58860 @​nikzanda
  • 🆕 新增 Pagination components.sizeChanger,支持自定义每页条数切换器,并可用于 Table 分页。#58831 @​QDyanbing
  • 🆕 新增 Mentions popupRender 属性,支持自定义建议下拉菜单的渲染。#58582 @​EmilyyyLiu
  • 🆕 新增 Tabs more.popupRender,支持自定义折叠下拉菜单内容。#58651 @​EmilyyyLiu
  • 🆕 新增 BorderBeam count 属性,支持在容器边缘显示多条均匀分布的流光。#58691 @​meet-student
  • 🆕 新增 Image preview.wheel 属性,用于控制预览时是否启用鼠标滚轮缩放。#58728 @​EmilyyyLiu
  • 🆕 新增 Alert borderRadius 组件 Token,用于自定义圆角。#57765 @​guoyunhe
  • 🆕 新增 Avatar.Group、Badge.Ribbon、Breadcrumb、Calendar、Card.Grid、Card.Meta、Carousel、Descriptions、Divider、Empty、FloatButton.Group、List.Item.Meta、QRCode、Result、Skeleton、Space.Compact、Spin、Splitter、Transfer 和 Watermark 的 nativeElement ref,用于访问各自的根 DOM 元素。#58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 补充导出 Alert、Carousel、Cascader、Masonry、Mentions、Radio、Slider、Statistic、Table、Tabs、Tooltip 和 Upload 缺失的公开 Props 与 Ref 类型。#58700 #58798 @​li-jia-nan
  • 🐞 修复 Calendar、ColorPicker、DatePicker、Divider、Dropdown、Input、Masonry、Popover、Popconfirm、QRCode、Space、Spin、Tag、TimePicker、Tooltip、Typography、Badge、Drawer、FloatButton、Image、Message、Modal、Notification、Steps、Timeline、Tour 和 Upload 同时使用 ConfigProvider 与组件级 stylestyles 时的语义样式优先级。#58550 #58564 @​QDyanbing
  • Select
    • 🐞 修复 Select 占位文本在祖先元素隐藏时仍然可见的问题。#58572 @​QDyanbing

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🆕 Add Tree useTree for retrieving node paths and support scrollTo({ autoExpand: true }) to expand target nodes before scrolling. #58841 @​zombieJ
  • 🆕 Add FloatButton.BackTop showProgress to display the current scroll progress around the button. #58894 @​ZQDesigned
  • 🆕 Add Table expandable.forceRender to render expanded row content before its first expansion. #58860 @​nikzanda
  • 🆕 Add Pagination components.sizeChanger to customize the page-size changer, including in Table pagination. #58831 @​QDyanbing
  • 🆕 Add Mentions popupRender to customize suggestion dropdown rendering. #58582 @​EmilyyyLiu
  • 🆕 Add Tabs more.popupRender to customize the overflow dropdown content. #58651 @​EmilyyyLiu
  • 🆕 Add BorderBeam count to display multiple evenly distributed beams around the container border. #58691 @​meet-student
  • 🆕 Add Image preview.wheel to control mouse wheel zoom in preview. #58728 @​EmilyyyLiu
  • 🆕 Add Alert borderRadius component token to customize its corner radius. #57765 @​guoyunhe
  • 🆕 Add nativeElement ref support to Avatar.Group, Badge.Ribbon, Breadcrumb, Calendar, Card.Grid, Card.Meta, Carousel, Descriptions, Divider, Empty, FloatButton.Group, List.Item.Meta, QRCode, Result, Skeleton, Space.Compact, Spin, Splitter, Transfer, and Watermark. #58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 Export missing public Props and Ref types for Alert, Carousel, Cascader, Masonry, Mentions, Radio, Slider, Statistic, Table, Tabs, Tooltip, and Upload. #58700 #58798 @​li-jia-nan
  • 🐞 Fix semantic style precedence for Calendar, ColorPicker, DatePicker, Divider, Dropdown, Input, Masonry, Popover, Popconfirm, QRCode, Space, Spin, Tag, TimePicker, Tooltip, Typography, Badge, Drawer, FloatButton, Image, Message, Modal, Notification, Steps, Timeline, Tour, and Upload when combining ConfigProvider and component-level style and styles settings. #58550 #58564 @​QDyanbing
  • Select
    • 🐞 Fix Select placeholder remaining visible when an ancestor is hidden. #58572 @​QDyanbing
    • 🐞 Fix Select clear icon showing a native button background in dark mode. #58928 @​zombieJ
  • 🐞 Fix Drawer close button remaining interactive when closable.disabled is enabled. #58853 @​QDyanbing
  • 🐞 Fix Carousel jumping to the first slide when children are dynamically added. #58845 @​EmilyyyLiu
  • 🐞 Fix Button layout shift when the loading animation starts. #58690 #58712 @​zombieJ
  • 🐞 Fix Typography ellipsis tooltip closing before users can interact with its popup, and improve its hover behavior around action buttons. #58661 #58722 @​zombieJ
  • 💄 Improve Select, Tree, and Table virtual scrollbar track feedback, and support clicking the Table scrollbar track to jump. #58625 #58658 @​QDyanbing
Commits
  • 6e2124c docs: add changelog for 6.6.0 (#58929)
  • 39beb68 fix(Select): remove native clear button background (#58928)
  • 71653ca chore: auto merge branches (#58927)
  • b1a1f8b chore: auto merge branches (#58924)
  • 1c3e169 Merge branch master into feature-merge-master
  • 41ba18c chore(deps): update nearform-actions/github-action-notify-twitter digest to 4...
  • 79547bc chore(deps): update dependency eslint to v10.8.1 (#58919)
  • 7a066b1 chore(deps): update dependency @​antfu/eslint-config to ~9.3.0 (#58920)
  • 1b314a3 chore(deps): update dependency @​types/jsdom to v30 (#58921)
  • abfbb2d chore(deps): update dependency motion to v13 (#58922)
  • 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.5.4 to 6.6.0.
- [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.5.4...6.6.0)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 13, 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