-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: add prop-types to OverflowMenu
#19171
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: add prop-types to OverflowMenu
#19171
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
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 #19171 +/- ##
==========================================
+ Coverage 84.38% 84.40% +0.01%
==========================================
Files 387 387
Lines 14547 14547
Branches 4751 4751
==========================================
+ Hits 12276 12278 +2
+ Misses 2112 2110 -2
Partials 159 159 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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, thanks!
73209f6
Hey there! v11.81.0 was just released that references this issue/PR. |
Partially addresses #19144
Added prop-types to
OverflowMenu
.Changelog
New
OverflowMenu
.Removed
createClassWrapper
usage forOverflowMenu
. This usage probably should have been deleted when refactor(OverflowMenu): convert to functional component and add types #18690 was addressed.import
s fromOverflowMenu
inpackages/react/src/components/OverflowMenu/index.tsx
.Testing / Reviewing
yarn test packages/react