-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat(BreadcrumbWithOverflow): adopt overflowMenuV12 and floating ui #6411
feat(BreadcrumbWithOverflow): adopt overflowMenuV12 and floating ui #6411
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6411 +/- ##
==========================================
+ Coverage 79.64% 79.85% +0.20%
==========================================
Files 394 394
Lines 12872 12877 +5
Branches 4257 4258 +1
==========================================
+ Hits 10252 10283 +31
+ Misses 2620 2594 -26
|
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.
Can you add some tests according to Codecov?
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.
LGTM
f716852
Closes #5493
Add floating-ui to BreadcrumbWithOverflow
What did you change?
Adopted carbon overflowMenuV12 by enabling the feature flag
enableV12Overflowmenu
Updated failed testcases
Updated to new props and used
MenuItem
as children forOverflowMenu
instead ofOverflowMenuItem
How did you test and verify your work?
storybook