You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(material/list): remove deprecated APIs for v12
Cleans up the deprecated APIs for v12 from the `material/list` package.
BREAKING CHANGES:
* The `mat-list-item-avatar` CSS class has been replaced with `mat-list-item-with-avatar`.
* `MatSelectionListChange.option` has been removed. Use `MatSelectionListChange.options` instead.
* `MatListItemHarnessBase.getHarnessLoaderForContent` has been removed. Use
`MatListItemHarnessBase.getChildLoader(MatListItemSection.CONTENT)` instead.
* The `tabIndex` input has been removed from `MatSelectionList`.
* The `MatSelectionList` constructor has been changed to remove the `tabIndex` parameter and to
turn `_focusMonitor` into a required parameter.
0 commit comments