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
MatChipInputEvent.chipInput is now a required property.
Previously the mixinErrorState mixin function defined
a class member for stateChanges. This is no longer the case, and consumers
need to provide the stateChanges class member themselves.
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.
CdkStepper._orientation has been removed. Use CdkStepper.orientation instead.
The _document parameter from the CdkStepper constructor has been removed.
The _document parameter from the MatStepper constructor has been removed.
MatVerticalStepper has been removed. Use MatStepper instead.
MatHorizontalStepper has been removed. Use MatStepper instead.
cdk
The deprecated angular/cdk/testing/protractor entry-point has been removed.
Deprecations
material
mat.define-dark-theme no longer accepts $primary, $accent and $warn.
Pass a single config map instead.
mat.define-light-theme no longer accepts $primary, $accent and $warn.
Pass a single config map instead.
Custom Material themes should no longer access primary, accent, warn, is-dark, foreground and background from the theme map, but instead use the actual color
configuration (mat.get-color-config($theme)).
Passing a color configuration directly to a -theme mixin
is not supported. Pass the theme container object instead or use the dedicated -color mixins.