-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(material-experimental/mdc-list): no longer use deprecated styles #22530
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
refactor(material-experimental/mdc-list): no longer use deprecated styles #22530
Conversation
50343a7
to
60bee47
Compare
f6db643
to
bc212a5
Compare
…yles We recently switched the MDC list to deprecated styles as the MDC team started reworking the MDC list and our usage is not compatible. With this change, we start using the standard non-deprecated MDC list styles. This allows us to simplify a few custom CSS overrides due the new MDC list API being more aligned with the API we want to support for backwards comaptibility with the non-MDC list (e.g. per list-item icons and avatars instead of it being a per-list setting).
bc212a5
to
81f2f0a
Compare
}, | ||
{ | ||
from: 'Mary', | ||
subject: 'Summer BBQ', | ||
message: 'Wish I could come, but I have some prior obligations.', | ||
image: 'https://angular.io/generated/images/bios/juleskremer.jpg' | ||
image: 'https://angular.io/generated/images/bios/twerske.jpg' |
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.
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
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
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. |
We recently switched the MDC list to deprecated styles as the MDC team
started reworking the MDC list and our usage is not compatible.
With this change, we start using the standard non-deprecated MDC list
styles. This allows us to simplify a few custom CSS overrides due the
new MDC list API being more aligned with the API we want to support for
backwards compatibility with the non-MDC list (e.g. per list-item
icons and avatars instead of it being a per-list setting).