Skip to content

build(deps-dev): bump antd from 6.2.3 to 6.3.1#4513

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/antd-6.3.1
Closed

build(deps-dev): bump antd from 6.2.3 to 6.3.1#4513
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/antd-6.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps antd from 6.2.3 to 6.3.1.

Release notes

Sourced from antd's releases.

6.3.1

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #56855 @​claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #56972 @​aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #56945 @​xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #56937 @​zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #56902 @​li-jia-nan
  • 🐞 Fix Input height inconsistency with Select when using variant="borderless". #57014 @​njlazzar-su
  • 🐞 Fix Modal confirm method layout whitespace when icon is empty. #57024 @​Arktomson
  • 🐞 Add aria-disabled attribute for disabled options in Select component.#57049 @​meet-student

  • Select
    • 🐞 Select 修复 value 为空字符串时下拉框高度不正确的问题。#56976 @​zombieJ
    • 🐞 Select 修复 value 为空字符串时值回显异常的问题。#56966 @​luozz1994
    • 🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。#56946
  • 🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。#56961 @​luozz1994
  • 🐞 Typography 修复同时开启 copyableellipsis 时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。#56855 @​claytonlin1110
  • 🐞 Progress 修复 status="active" 时动画溢出的问题。#56972 @​aibayanyu20
  • 🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。#56945 @​xbsheng
  • 🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。#56937 @​zombieJ
  • ⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 prefers-reduced-motion 媒体查询支持,禁用过渡动画以改善无障碍体验。#56902 @​li-jia-nan
  • 🐞 Input 修复 variant="borderless" 时高度与 Select 不一致的问题。#57014 @​njlazzar-su
  • 🐞 Modal 修复 confirm 方法在 icon 为空时布局出现多余空白的问题。#57024 @​Arktomson
  • 🐞 Select 组件中的禁用选项添加 aria-disabled 属性。#57049 @​meet-student

6.3.0

  • ConfigProvider
    • 🆕 Support ConfigProvider global configuration of maskClosable for Modal and Drawer. #56739 @​luozz1994
    • 🆕 Support ConfigProvider suffixIcon global configuration for DatePicker and TimePicker. #56709 @​guoyunhe
    • 🆕 Support ConfigProvider expandIcon and loadingIcon global configuration for Cascader. #56482 @​guoyunhe
    • 🆕 Support ConfigProvider scroll global configuration for Table. #56628 @​Clayton
    • 🆕 Support ConfigProvider className and style configuration for App, and arrow prop for ColorPicker. #56573 @​zombieJ
    • 🆕 Support ConfigProvider loadingIcon global configuration for Button. #56439 @​guoyunhe
    • 🆕 Support ConfigProvider rangePicker.separator global configuration. #56499 @​guoyunhe
    • 🆕 Support ConfigProvider tooltipIcon and tooltipProps global configuration for Form. #56372 @​guoyunhe
  • Upload
  • 🆕 Add Grid xxxl (1920px) breakpoint to adapt to FHD screens. #56825 @​guoyunhe
  • 🆕 Support Switch indicator customization for semantic structure. #56710 @​zombieJ
  • Button
    • 🐞 Fix Button reversed hover and active colors for color in dark theme. #56872 @​zombieJ
    • 🐞 Fix Button border size not following Design Token lineWidth. #56683 @​zombieJ
  • Select
    • 💄 Remove Select redundant -content-value div DOM in single mode to optimize semantic structure, allowing override via classNames and styles. #56811 @​zombieJ

... (truncated)

Changelog

Sourced from antd's changelog.

6.3.1

2026-02-24

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #56855 @​claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #56972 @​aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #56945 @​xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #56937 @​zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #56902 @​li-jia-nan
  • 🐞 Fix Input height inconsistency with Select when using variant="borderless". #57014 @​njlazzar-su
  • 🐞 Fix Modal confirm method layout whitespace when icon is empty. #57024 @​Arktomson
  • 🐞 Add aria-disabled attribute for disabled options in Select component.#57049 @​meet-student

6.3.0

2026-02-10

  • ConfigProvider
    • 🆕 Support ConfigProvider global configuration of maskClosable for Modal and Drawer. #56739 @​luozz1994
    • 🆕 Support ConfigProvider suffixIcon global configuration for DatePicker and TimePicker. #56709 @​guoyunhe
    • 🆕 Support ConfigProvider expandIcon and loadingIcon global configuration for Cascader. #56482 @​guoyunhe
    • 🆕 Support ConfigProvider scroll global configuration for Table. #56628 @​Clayton
    • 🆕 Support ConfigProvider className and style configuration for App, and arrow prop for ColorPicker. #56573 @​zombieJ
    • 🆕 Support ConfigProvider loadingIcon global configuration for Button. #56439 @​guoyunhe
    • 🆕 Support ConfigProvider rangePicker.separator global configuration. #56499 @​guoyunhe
    • 🆕 Support ConfigProvider tooltipIcon and tooltipProps global configuration for Form. #56372 @​guoyunhe
  • Upload
  • 🆕 Add Grid xxxl (1920px) breakpoint to adapt to FHD screens. #56825 @​guoyunhe
  • 🆕 Support Switch indicator customization for semantic structure. #56710 @​zombieJ
  • Button
    • 🐞 Fix Button reversed hover and active colors for color in dark theme. #56872 @​zombieJ
    • 🐞 Fix Button border size not following Design Token lineWidth. #56683 @​zombieJ
  • Select
    • 💄 Remove Select redundant -content-value div DOM in single mode to optimize semantic structure, allowing override via classNames and styles. #56811 @​zombieJ
    • 🐞 Fix Select notFoundContent not taking effect. #56756 @​QdabuliuQ
  • Radio
    • 🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. #56909 @​jany55555
    • 💄 Remove Radio -inner DOM node of icon sub-element for better semantic structure adaptation. #56783 @​zombieJ
  • 💄 Disable Modal & Drawer mask blur effect by default. #56781 @​aojunhao123
  • 🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. #56887 @​zombieJ
  • 🐞 Fix List color-related tokens not working for deprecated component config. #56913 @​zombieJ
  • 🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. #56852 @​zombieJ

... (truncated)

Commits
  • cdd6b1d ci: igonre renovate upgrade dawidd6/action-download-artifact (#57052)
  • 5d55ed1 docs: changelog of 6.3.1 (#57051)
  • af9b5cd fix: add aria-disabled attribute for disabled options in Select component (#5...
  • 449920d chore: igonre dawidd6/action-download-artifact (#57050)
  • 6ae6647 docs(site): sync URL params and theme state with AI-generated algorithm (#57046)
  • decf297 docs: improve theme ai chat (#56952)
  • e26d8c2 fix: align borderless Input and Select component heights (#57014)
  • 2670afa fix: Fix the layout whitespace in Modal confirm when the icon is empty. (#57024)
  • 6be6b24 docs: changelog of 6.3.1 (#57042)
  • 5120042 Revert "chore: bump dawidd6/action-download-artifact from 14 to 15 (#57021)" ...
  • 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.2.3 to 6.3.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@6.2.3...6.3.1)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.3.1
  dependency-type: direct:development
  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 Feb 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2026

Looks like antd is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 12, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-6.3.1 branch March 12, 2026 11:56
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