v22 breaking changes#33152
Merged
crisbeto merged 5 commits intoangular:mainfrom Apr 29, 2026
Merged
Conversation
cb967ee to
eb59976
Compare
Removes deprecated APIs for v22 in the `cdk/a11y` package. BREAKING CHANGE: * `CDK_DESCRIBEDBY_HOST_ATTRIBUTE` has been removed. * `CDK_DESCRIBEDBY_ID_PREFIX` has been removed. * The `injector` parameter of the `ConfigurableFocusTrap` and `FocusTrap` constructors is now required. * The boolean parameter of `ConfigurableFocusTrapFactory.create` has been replaced with a config object. * `MESSAGES_CONTAINER_ID` has been removed.
Breaking changes for the `cdk/drag-drop` packages in v22. BREAKING CHANGE: * The `event` parameter of `DropListRef.drop` is now required.
Breaking changes for the `cdk/menu` package in v22. BREAKING CHANGE: * `ContextMenuTracker` has been renamed to `MenuTracker`.
Breaking changes for the `material/list` module in v22. BREAKING CHANGE: * `MatListOption.checkboxPosition` has been removed. use `togglePosition` instead. * `MatListOptionCheckboxPosition` has been renamed to `MatListOptionTogglePosition`.
Breaking changes for the `material/sort` module in v22. BREAKING CHANGE: * `ArrowViewState` has been removed. * `ArrowViewStateTransition` has been removed.
eb59976 to
5f0a9b4
Compare
ok7sai
approved these changes
Apr 27, 2026
andrewseguin
approved these changes
Apr 28, 2026
Member
Author
|
This PR was merged into the repository. The changes were merged into the following branches:
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Includes some breaking changes for v22.