refactor(material/list): remove deprecated APIs for v12#21974
Closed
crisbeto wants to merge 1 commit intoangular:masterfrom
Closed
refactor(material/list): remove deprecated APIs for v12#21974crisbeto wants to merge 1 commit intoangular:masterfrom
crisbeto wants to merge 1 commit intoangular:masterfrom
Conversation
0dadd7a to
442f335
Compare
442f335 to
be6d19c
Compare
be6d19c to
62bc925
Compare
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.
62bc925 to
d258915
Compare
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cleans up the deprecated APIs for v12 from the
material/listpackage.BREAKING CHANGES:
mat-list-item-avatarCSS class has been replaced withmat-list-item-with-avatar.MatSelectionListChange.optionhas been removed. UseMatSelectionListChange.optionsinstead.MatListItemHarnessBase.getHarnessLoaderForContenthas been removed. UseMatListItemHarnessBase.getChildLoader(MatListItemSection.CONTENT)instead.tabIndexinput has been removed fromMatSelectionList.MatSelectionListconstructor has been changed to remove thetabIndexparameter and to turn_focusMonitorinto a required parameter.