🔥 Table component now supports the virtual attribute to enable virtual scrolling. #44349
🔥 Form's validateFields now supports recursive to validate all fields with nested paths. #44130
🔥 Form.Item now supports validateDebounce to configure validation debounce. #44633
🆕 Button component has added three component tokens: contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
🆕 Form's requiredMark now supports custom rendering. #44073
🆕 Tabs component has added a new component token itemColor to control the text color of normal tabs. #44201
🆕 ColorPicker now supports defaultFormat. #44487@CYBYOB
🆕 Form supports feedbackIcons and Form.Item supports hasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894@gldio
🆕 Added the itemSelectedColor component token to the Segmented component. #44570@xiaozisong
🆕 Added support for custom function rendering in the Modal footer. #44318@RedJue
🆕 Added responsive setting support for items.span in Descriptions. #44534
🆕 Added support for global configuration of indicatorSize in Tabs component through ConfigProvider. #44517
🆕 Added the direction parameter to the filterOption function in the Transfer component. #44417@Zian502
🆕 Added support for the source parameter in the onSearch method of the Input.Search component. #44457@kiner-tang
🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
🆕 Tour component now supports horizontal offset for spacing. #44377@RedJue
🆕 Tour component now supports customizing the close button using the closeIcon prop. #44312@kiner-tang
🆕 Avatar component now supports configuring size using ConfigProvider. #44288@li-jia-nan
🆕 List component now supports configuring size using ConfigProvider's componentSize option. #44267@Yuiai01
🆕 Cascader component now supports autoClearSearchValue option. #44033@linxianxi
💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by width: fit-content and the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557
💄 Adjusted the linear gradient colors for circle and dashboard in Progress to conical gradients. #44404
💄 Fixed Tag where tag.className and tag.style did not work on Tag.CheckableTag in ConfigProvider. #44602
💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has transform: scale style configured in getPopupContainer option. #44378
🐞 Fixed an issue where Form.Item with noStyle configuration prevented the bound element from consuming useStatus. #44576
🐞 Fixed an issue where using Tag within Popover/Popconfirm caused incorrect font-size on hover. #44663
🐞 Fixed an issue where Input's default button had extra shadow. #44660@daledelv
🐞 Fixed an issue where using Modal's hooks to close it with the esc key didn't correctly trigger the await. #44646
🐞 Fixed the issue where the preset size of Space did not follow the Design Token, now compact mode correctly handles the corresponding spacing values. #44598@li-jia-nan
🐞 Fixed the issue in Upload where the download button would still be displayed after clicking on it and moving the mouse out of the file. #44594@zbw-zbw
🐞 Fix FloatButton that margin not work with href in FloatButton.Group. #44707@Yuiai01
🐞 Fixed the issue where fontSizeSM token was not being applied to Button component. #44217@CHENGTIANG
🐞 The Watermark now works in nested Modal and Drawer components. #44104
🔥 Table component now supports the virtual attribute to enable virtual scrolling. #44349
🔥 Form's validateFields now supports recursive to validate all fields with nested paths. #44130
🔥 Form.Item now supports validateDebounce to configure validation debounce. #44633
🆕 Button component has added three component tokens: contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
🆕 Form's requiredMark now supports custom rendering. #44073
🆕 Tabs component has added a new component token itemColor to control the text color of normal tabs. #44201
🆕 ColorPicker now supports defaultFormat. #44487@CYBYOB
🆕 Form supports feedbackIcons and Form.Item supports hasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894@gldio
🆕 Added the itemSelectedColor component token to the Segmented component. #44570@xiaozisong
🆕 Added support for custom function rendering in the Modal footer. #44318@RedJue
🆕 Added responsive setting support for items.span in Descriptions. #44534
🆕 Added support for global configuration of indicatorSize in Tabs component through ConfigProvider. #44517
🆕 Added the direction parameter to the filterOption function in the Transfer component. #44417@Zian502
🆕 Added support for the source parameter in the onSearch method of the Input.Search component. #44457@kiner-tang
🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
🆕 Tour component now supports horizontal offset for spacing. #44377@RedJue
🆕 Tour component now supports customizing the close button using the closeIcon prop. #44312@kiner-tang
🆕 Avatar component now supports configuring size using ConfigProvider. #44288@li-jia-nan
🆕 List component now supports configuring size using ConfigProvider's componentSize option. #44267@Yuiai01
🆕 Cascader component now supports autoClearSearchValue option. #44033@linxianxi
💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by width: fit-content and the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557
💄 Adjusted the linear gradient colors for circle and dashboard in Progress to conical gradients. #44404
💄 Fixed Tag where tag.className and tag.style did not work on Tag.CheckableTag in ConfigProvider. #44602
💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has transform: scale style configured in getPopupContainer option. #44378
🐞 Fixed an issue where Form.Item with noStyle configuration prevented the bound element from consuming useStatus. #44576
🐞 Fixed an issue where using Tag within Popover/Popconfirm caused incorrect font-size on hover. #44663
🐞 Fixed an issue where Input's default button had extra shadow. #44660@daledelv
🐞 Fixed an issue where using Modal's hooks to close it with the esc key didn't correctly trigger the await. #44646
🐞 Fixed the issue where the preset size of Space did not follow the Design Token, now compact mode correctly handles the corresponding spacing values. #44598@li-jia-nan
🐞 Fixed the issue in Upload where the download button would still be displayed after clicking on it and moving the mouse out of the file. #44594@zbw-zbw
🐞 Fix FloatButton that margin not work with href in FloatButton.Group. #44707@Yuiai01
🐞 Fixed the issue where fontSizeSM token was not being applied to Button component. #44217@CHENGTIANG
🐞 The Watermark now works in nested Modal and Drawer components. #44104
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show 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 from 4.24.2 to 5.9.0.
Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
584326b
docs: add 5.9.0 changelog (#44692)56b1b3f
chore: update ignore (#44710)fa4c0c0
fix(float-button): marginBottom is invalid after the href is added (#44707)9a1fbad
chore: bump rc-* (#44709)ec607dd
docs: add blog (#44698)59366da
docs: correct typos (#44705)5183e5d
chore: update authors list (#44694)3b6b840
chore: missing@types/jsdom
(#44689)c28e1ff
docs: mark deprecated for date-picker defaultPickerValue prop (#43781)a41a756
chore: usingtsx
instead ofts-node
(#44688)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show