Skip to content

build(deps-dev): bump antd from 6.2.3 to 6.3.0#4505

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps antd from 6.2.3 to 6.3.0.

Release notes

Sourced from antd's releases.

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
    • 🐞 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
  • ⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. #56521 @​huangkevin-apr
  • 🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. #56764 @​zombieJ
  • ⌨️ ♿ Improve Tree accessibility support. #56716 @​aojunhao123
  • 🐞 Support ColorPicker semantic structure for selection block, and fix root semantic being incorrectly applied to popup elements. #56607 @​zombieJ
  • 💄 Change Avatar default value of size from default to medium for consistency. #56440 @​guoyunhe
  • 💄 Remove Checkbox -inner DOM node of icon sub-element for better semantic structure adaptation. #56783 @​zombieJ
  • MISC
    • 🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. #56830 @​zombieJ
    • 🛠 Streamline styles and classNames type definitions for better standardization. #56758 @​crazyair

  • ConfigProvider
    • 🆕 ConfigProvider 支持 Modal 和 Drawer 的 maskClosable 全局配置。#56739 @​luozz1994
    • 🆕 ConfigProvider 支持 DatePicker 和 TimePicker 的 suffixIcon 全局配置。#56709 @​guoyunhe
    • 🆕 ConfigProvider 支持 Cascader 的 expandIconloadingIcon 全局配置。#56482 @​guoyunhe
    • 🆕 ConfigProvider 支持 Table 的 scroll 全局配置。#56628 @​Clayton
    • 🆕 ConfigProvider 支持配置 App 的 classNamestyle,以及 ColorPicker 的 arrow 属性。#56573 @​zombieJ
    • 🆕 ConfigProvider 支持 Button 的 loadingIcon 全局配置。#56439 @​guoyunhe
    • 🆕 ConfigProvider 支持 rangePicker.separator 全局配置。#56499 @​guoyunhe
    • 🆕 ConfigProvider 支持 Form 的 tooltipIcontooltipProps 全局配置。#56372 @​guoyunhe
  • Upload

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • ⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. #56521 @​huangkevin-apr
  • 🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. #56764 @​zombieJ
  • ⌨️ ♿ Improve Tree accessibility support. #56716 @​aojunhao123
  • 🐞 Support ColorPicker semantic structure for selection block, and fix root semantic being incorrectly applied to popup elements. #56607 @​zombieJ
  • 💄 Change Avatar default value of size from default to medium for consistency. #56440 @​guoyunhe
  • 💄 Remove Checkbox -inner DOM node of icon sub-element for better semantic structure adaptation. #56783 @​zombieJ
  • MISC
    • 🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. #56830 @​zombieJ
    • 🛠 Streamline styles and classNames type definitions for better standardization. #56758 @​crazyair
Commits

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.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.2.3...6.3.0)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.3.0
  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 19, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2026

Superseded by #4513.

@dependabot dependabot bot closed this Feb 26, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-6.3.0 branch February 26, 2026 04:04
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