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/chips): remove deprecated APIs for v13
Removes the APIs that were marked for removal in v13 in the `material/chips` module.
BREAKING CHANGE:
* `MatChipInputEvent.input` has been removed. Use `MatChipInputEvent.chipInput` instead.
* `MatChipInputEvent.chipInput` is now a required property.
* `ChipHarnessFilters.selected` has been removed. Use `MatChipOptionHarness` together with `ChipOptionHarnessFilters` instead.
* `MatChipHarness.isSelected` has been removed. Use `MatChipOptionHarness.isSelected` instead.
* `MatChipHarness.select` has been removed. Use `MatChipOptionHarness.select` instead.
* `MatChipHarness.deselect` has been removed. Use `MatChipOptionHarness.deselect` instead.
* `MatChipHarness.toggle` has been removed. Use `MatChipOptionHarness.toggle` instead.
* `MatChipListHarness.selectChips` has been removed. Use `MatChipListboxHarness.selectChips` instead.
0 commit comments