-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(material/list): remove deprecated APIs for version 13 #23327
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
9369ef0
to
6cea924
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.
LGTM
For breaking change PRs like this, can you add them to the tracker?
6cea924
to
aec24de
Compare
@crisbeto This needs to be rebased |
aec24de
to
b432f09
Compare
Rebased. |
b432f09
to
33d7418
Compare
Removes the APIs that were marked for removal in version 13 in the `material/list` package. BREAKING CHANGE: * `mat-list-item-avatar` CSS class has been renamed to `mat-list-item-with-avatar`. * `MatSelectionListChange.option` has been removed. Use `MatSelectionListChange.options` instead. * `MatSelectionList.tabIndex` input has been removed. * `tabIndex` parameter of the `MatSelectionList` constructor has been removed. * `_focusMonitor` parameter of the `MatSelectionList` constructor is now required. * `getHarnessLoaderForContent` has been removed from the various test item harnesses. Use `getChildLoader(MatListItemSection.CONTENT)` instead.
33d7418
to
4dbe8bf
Compare
…ar#23327) Removes the APIs that were marked for removal in version 13 in the `material/list` package. BREAKING CHANGE: * `mat-list-item-avatar` CSS class has been renamed to `mat-list-item-with-avatar`. * `MatSelectionListChange.option` has been removed. Use `MatSelectionListChange.options` instead. * `MatSelectionList.tabIndex` input has been removed. * `tabIndex` parameter of the `MatSelectionList` constructor has been removed. * `_focusMonitor` parameter of the `MatSelectionList` constructor is now required. * `getHarnessLoaderForContent` has been removed from the various test item harnesses. Use `getChildLoader(MatListItemSection.CONTENT)` instead.
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. |
Removes the APIs that were marked for removal in version 13 in the
material/list
package.BREAKING CHANGE:
mat-list-item-avatar
CSS class has been renamed tomat-list-item-with-avatar
.MatSelectionListChange.option
has been removed. UseMatSelectionListChange.options
instead.MatSelectionList.tabIndex
input has been removed.tabIndex
parameter of theMatSelectionList
constructor has been removed._focusMonitor
parameter of theMatSelectionList
constructor is now required.getHarnessLoaderForContent
has been removed from the various test item harnesses. UsegetChildLoader(MatListItemSection.CONTENT)
instead.