This needs to be applied to the develop branch
Upgrade antd from 6.1.4 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 Upload
classNames.trigger and styles.trigger props. #56578 @QdabuliuQ
- 🆕 Support Upload.Dragger
onDoubleClick event. #56579 @ug-hero
- 🐞 Fix Upload missing default height for
picture-card / picture-circle parent nodes. #56864 @wanpan11
- 🆕 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
... (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 Upload
classNames.trigger and styles.trigger props. #56578 @QdabuliuQ
- 🆕 Support Upload.Dragger
onDoubleClick event. #56579 @ug-hero
- 🐞 Fix Upload missing default height for
picture-card / picture-circle parent nodes. #56864 @wanpan11
- 🆕 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
6.2.3
2026-02-02
- Button
- 🐞 Fix Button
defaultBg, defaultColor, defaultHoverColor and defaultActiveColor tokens not taking effect. #56238 @ug-hero
- 🐞 Fix Button default tokens not taking effect. #56719
@unknowntocka
- 🐞 Fix Button
variant="solid" borders displaying incorrectly inside Space.Compact. #56486 @Pareder
... (truncated)
Commits

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)
This needs to be applied to the
developbranchUpgrade antd from 6.1.4 to 6.3.0.
Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
928fecbdocs: release version 6.3.0 with new features and bug fixes (#56916)ea58eafdocs: add sponsor page (#56918)dd15122chore: bump antd-img-crop in the dev-dependencies group (#56921)da84086chore: rerun CI by empty commit (#56875)8f72377chore: upgrade deps (#56920)46dd425refactor: improve tree code (#56919)58b451ddocs(tree): add onDoubleClick API documentation (#56911)e242c9adocs(drawer): rm useless tip (#56917)95680f9Merge branch 'feature' into master88659b3fix(radio): remove marginInlineEnd in Radio vertical mode (#56909)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)