-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
feat: ConfigProvider support classnames and styles for breadcrumb #52859
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 #52859 Passed ✅
🎊 Congrats! No visual-regression diff found. |
|
size-limit report 📦
|
More templates
commit: |
Bundle ReportChanges will increase total bundle size by 7.91MB (210.69%) ⬆️
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
Files in
Files in
|
4371ff8
to
6db21ff
Compare
Deploying ant-design with
|
Latest commit: |
f08f684
|
Status: | ✅ Deploy successful! |
Preview URL: | https://6d7b0d55.ant-design.pages.dev |
Branch Preview URL: | https://cp-breadcrumb.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52859 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 765 766 +1
Lines 13803 13812 +9
Branches 3620 3620
=========================================
+ Hits 13803 13812 +9 ☔ View full report in Codecov by Sentry. |
components/breadcrumb/Breadcrumb.tsx
Outdated
separator: isLastItem ? '' : separator, | ||
className: classNames(oriProps?.className, mergedClassNames?.item), | ||
style: { ...mergedStyles?.item, ...oriProps?.style }, |
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.
🤔 This is a ...
📝 Change Log