-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
feat: [v6] Retire deprecated api for tree-select #52471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👁 Visual Regression Report for PR #52471 Failed ❌
Important There are 1 diffs found in this PR: 🔄
|
WalkthroughThis pull request introduces a new feature by retiring deprecated APIs for the Changes
|
size-limit report 📦
|
More templates
commit: |
Deploying ant-design with
|
Latest commit: |
ae74c29
|
Status: | ✅ Deploy successful! |
Preview URL: | https://83260d4e.ant-design.pages.dev |
Branch Preview URL: | https://v6-kiner-retire-deprecated-a-rxpn.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52471 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 760 760
Lines 13677 13675 -2
Branches 3575 3574 -1
=========================================
- Hits 13677 13675 -2 ☔ View full report in Codecov by Sentry. |
@@ -60,8 +60,6 @@ export interface TreeSelectProps<ValueType = any, OptionType extends DataNode = | |||
disabled?: boolean; | |||
placement?: SelectCommonPlacement; | |||
popupClassName?: string; | |||
/** @deprecated Please use `popupClassName` instead */ | |||
dropdownClassName?: string; | |||
/** @deprecated Use `variant` instead. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log