-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
feat: [v6] Retire deprecated api for select #52368
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 #52368 Failed ❌
Important There are 1 diffs found in this PR: 🔄
|
WalkthroughThis pull request removes the deprecated Changes
|
@@ -205,7 +207,7 @@ const InternalSelect = < | |||
const selectProps = omit(rest, ['suffixIcon', 'itemIcon' as any]); | |||
|
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.
Ensure that popupClassName
is correctly applied and tested, as dropdownClassName
has been removed. Verify that all instances where dropdownClassName
was used are now replaced with popupClassName
to avoid any potential issues.
size-limit report 📦
|
More templates
commit: |
Bundle ReportChanges will increase total bundle size by 6.32MB (186.38%) ⬆️
|
Deploying ant-design with
|
Latest commit: |
f41e98f
|
Status: | ✅ Deploy successful! |
Preview URL: | https://b8f9182f.ant-design.pages.dev |
Branch Preview URL: | https://v6-kiner-retire-deprecated-a-kibl.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52368 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 760 760
Lines 13699 13697 -2
Branches 3581 3580 -1
=========================================
- Hits 13699 13697 -2 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log