-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(button-toggle): align with 2018 material design spec #12443
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
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
Caretaker note: this will almost certainly cause a lot of screenshot changes
@crisbeto looks like there is a lint error on this one |
44051d2
to
400ecf1
Compare
I've sorted out the lint warning. |
400ecf1
to
b30c37b
Compare
set appearance(value: MatButtonToggleAppearance) { | ||
this._appearance = value; | ||
} | ||
private _appearance: MatButtonToggleAppearance; |
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.
Could you add docs for this in a follow-up PR?
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.
Sure, I've put it on my list.
Aligns the button toggle component with the latest Material design spec.
b30c37b
to
015a666
Compare
Fixes a stylelint failure that was introduced by a PR which was submitted before the line breaks rule was introduced (angular#12443).
Fixes a stylelint failure that was introduced by a PR which was submitted before the line breaks rule was introduced (#12443).
As discussed in angular#12443, these changes add some docs and a live example for the button toggle `appearance`.
As discussed in angular#12443, these changes add some docs and a live example for the button toggle `appearance`.
As discussed in #12443, these changes add some docs and a live example for the button toggle `appearance`.
Fixes a stylelint failure that was introduced by a PR which was submitted before the line breaks rule was introduced (angular#12443).
As discussed in angular#12443, these changes add some docs and a live example for the button toggle `appearance`.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Aligns the button toggle component with the latest Material design spec.