-
Notifications
You must be signed in to change notification settings - Fork 79
feat(action-bar, action-pad): Set layout property on child action-group elements. #6739
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
…n-group elements. #6390 Deprecates the layout property on the `action-group` element.
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 will be a great QoL improvement, thanks!
Parent components will set the layout for the action-bar.
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.
🎉
Forgot to mention, can you update the PR title to include the deprecation? We want these type of changes to show up in the changelog as well. |
Related Issue: #6390
Summary
Deprecates the layout property on the
action-group
element. The parent component of the childaction-group
elements will set thelayout
property.