-
-
Notifications
You must be signed in to change notification settings - Fork 53.4k
feat: ConfigProvider support classnames and styles for select #52948
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
|
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 are accessibility issues in these changes.
👁 Visual Regression Report for PR #52948 Passed ✅
🎊 Congrats! No visual-regression diff found. |
WalkthroughThis pull request introduces a new feature that enhances the Changes
|
['popupClassName', 'classNames: {{ popup: ""}}'], | ||
['dropdownStyle', '{{ popup: {}}}'], | ||
].forEach(([deprecatedName, newName]) => { | ||
warning.deprecated(!(deprecatedName in props), deprecatedName, newName); |
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.
The deprecation warning logic is implemented correctly, but ensure that the warning message is clear and provides guidance on how to transition to the new API. This is crucial for developers to adapt their code without confusion.
size-limit report 📦
|
Deploying ant-design with
|
Latest commit: |
26164a9
|
Status: | ✅ Deploy successful! |
Preview URL: | https://410aa7fb.ant-design.pages.dev |
Branch Preview URL: | https://cp-select.ant-design.pages.dev |
92597fc
to
3dbd0e2
Compare
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 are accessibility issues in these changes.
accf0f7
to
e2e4c1e
Compare
More templates
commit: |
Bundle ReportChanges will decrease total bundle size by 7.78MB (-66.61%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
Files in
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52948 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 773 773
Lines 13921 13929 +8
Branches 3650 3652 +2
=========================================
+ Hits 13921 13929 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤔 This is a ...
🔗 Related Issues
wait for react-component/select#1128
📝 Change Log