-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(material/button): Switch button implementation to use MDC #25381
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
c93bc68
to
09ecac4
Compare
0893bef
to
87541a2
Compare
87541a2
to
3278ef1
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.
Can you do another pass over the exported symbols in src/material/legacy-button? I still see some that weren't renamed to legacy - e.g. MatAnchor
Switches the implementation of mat-button, mat-fab, and mat-icon-button to use MDC by default. BREAKING CHANGE: DOM and CSS classes for mat-button, mat-fab, and mat-icon-button have changed. Typescript API is largely the same but may have minor differences.
3278ef1
to
e0cc255
Compare
I changed MatAnchor to MatLegacyAnchor. I didn't see anything else when I took another look. |
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. |
Switches the implementation of mat-button, mat-fab, and mat-icon-button to use MDC by default.
BREAKING CHANGE:
DOM and CSS classes for mat-button, mat-fab, and mat-icon-button have changed.
Typescript API is largely the same but may have minor differences.