-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
DropdownMenuV2: use overloaded naming conventions #64654
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -66 B (0%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
Unfortunately, there seem to be some issues with Storybook:
I'd appreciate it if anyone had suggestions. |
The display names and docgen were fixed by 6968e74 (feel free to revert). Is it expected that Separator and Context show nothing in the props table? (Same in trunk) |
6968e74
to
2a7cb37
Compare
Thank you @mirka ! Storybook is looking good ✅
Yup that's expected |
Flaky tests detected in 88a1c54. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10489397387
|
8a0e174
to
88a1c54
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.
Good to go? 🚀
88a1c54
to
8958f33
Compare
* Move subcomponents to overloaded syntax, rename to DropdownMenuV2 * Update imports and usage in Storybook * Update imports and usage in unit tests * Update README * Fix private APIs * Switch to overloaded naming in the rest of the project * Storybook story name typo * Try separate files * CHANGELOG * CHANGELOG: move to unreleased section --------- Co-authored-by: ciampo <mciampini@git.wordpress.org> Co-authored-by: mirka <0mirka00@git.wordpress.org>
What?
Part of #50459
Apply overloaded naming conventions to
DropdownMenuV2
Why?
To adhere to the later recommendations on how to name compound components
How?
Followed the suggested approach in the contributing guidelines, then updated all component usages.
Testing Instructions