-
Notifications
You must be signed in to change notification settings - Fork 206
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
fix: sets action-menu quiet to false by default, fixes #3040 #3041
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.
This looks great. Can you do the quick favor of editing the commit from fix:
to feat:
to it amounts to the breaking change it is meant to be when publication time comes next week?
Look CI is also telling us it's a breaking change. It's so nice when computers actually works in ways that prevent humans from making mistakes. Would be nice if you were to drop in some a new |
Tachometer resultsChromeaction-menu permalink
card permalink
picker permalink
split-button permalink
top-nav permalink
Firefoxaction-menu permalink
card permalink
picker permalink
split-button permalink
top-nav permalink
|
680d23d
to
001e71c
Compare
001e71c
to
46c860c
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.
Thanks for getting into all the documentation and story changes for this! Cleaned up the one test that no longer applied and cycled the VRTs based on this change. Going out later today, or so 🤞🏼
Description
PickerBase
to no longer force divergent behavior onquiet
attribute insizePopover
, moved this logic down intoPicker
.ActionMenu
to reflect itsquiet
property down onto the internal action-button, and no longer force its value to true.NOTE: This is a breaking change, as the default behavior for
sp-action-menu
will now be noisy rathern than quiet.Related issue(s)
Fixes #3040
Motivation and context
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.