🛠 Adjust Tree & TreeSelect defaultExpandAll logic to only add internal expandedKeys which treeNode has children instead to avoid perf issue when with large data or loadData case. #50689@zombieJ
🐞 Fix Cascader not show parent option in search when using multiple. #50689
🐞 Fix Typography ellipsis.tooltip.title with ReactNode will cause dead loop. #50688@zombieJ
🛠 Adjust Tree & TreeSelect defaultExpandAll logic to only add internal expandedKeys which treeNode has children instead to avoid perf issue when with large data or loadData case. #50689@zombieJ
🐞 Fix Cascader not show parent option in search when using multiple. #50689
🐞 Fix Typography ellipsis.tooltip.title with ReactNode will cause dead loop. #50688@zombieJ
5.20.4
2024-09-02
Menu
🐞 Fix Menu token itemPaddingInline inoperative not working. #50663@coding-ice
🐞 Fix Menu missing hover transition style. #50624@afc163
💄 Badge add transition effect to count node. #50607@afc163
💄 Fix Table column header move with unexpected transition. #50605@afc163
🛠 Refactor Typography code to optimize internal logic. #50561@afc163
🐞 Disable the Rate component within Form.Item when the form is disabled. #50594@nikzanda
🐞 Fix ColorPicker onChangeComplete not correct when click directly without move on the picker panel. #50501@zombieJ
🐞 Fix FloatButton.Group with controlled mode warning for nest updating issue. #50500@zombieJ
5.20.2
2024-08-19
💄 Fix the suffix style problem of InputNumber without control. #50450@coding-ice
🆕 Form rule.message supports skipping variable substitution through \\${}. #50412@zombieJ
🐞 Fixed the issue where the rounded corners of the trigger element are missing when the FloatButton component has shape="square" and in menu mode when the menu pops up. #50408@li-jia-nan
🐞 Fixed the problem that Upload.Dragger does not work when dragging and dropping upload folders. #50394@huiliangShen
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 5.19.3 to 5.20.6.
Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
5cb88bc
docs: changelog for 5.20.6 (#50763)a870e6b
docs: Update README.md (#50764)5003f05
type: narrow Collapse onChange argument to string[] (#50754)ac5bb7c
fix: Dropdown cannot wrap correctly when out of screen edge (#50752)61e365f
fix(menu): Improve collapse animation smoothness (#50751)127ccb3
enhance(badge): move out animation (#50743)f5b0a98
chore: Update virtual-list.tsx (#50741)89f55f2
fix: virtual table display error (#50737)ba023f5
refactor: use React.useMemo manage the object of ContextProvider value (#50735)c5c24aa
style: fix Input.Search search button radius style (#50734)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