aria
| Commit | Description |
|---|---|
| combobox: add test harnesses (#33194) | |
| combobox: migrate simple-combobox directly into primary entrypoints (#33206) | |
| combobox: separates placeholder prefixes (#33163) | |
| menu: do not set default aria-label (#33202) |
cdk
| Commit | Description |
|---|---|
| portal: add directives support to ComponentPortal (#33142) | |
| a11y: breaking changes for v22 | |
| drag-drop: breaking changes for v22 | |
| menu: breaking changes for v22 |
material
| Commit | Description |
|---|---|
| list: breaking changes for v22 | |
| menu: missing panelClass getter (#33191) | |
| sort: breaking changes for v22 |
google-maps
| Commit | Description |
|---|---|
| deprecate heatmap layer (#33208) |
multiple
| Commit | Description |
|---|---|
| re-export collection util (#33171) |
Breaking Changes
material
-
MatListOption.checkboxPositionhas been removed. usetogglePositioninstead.MatListOptionCheckboxPositionhas been renamed toMatListOptionTogglePosition.
-
ArrowViewStatehas been removed.ArrowViewStateTransitionhas been removed.
cdk
-
CDK_DESCRIBEDBY_HOST_ATTRIBUTEhas been removed.CDK_DESCRIBEDBY_ID_PREFIXhas been removed.- The
injectorparameter of theConfigurableFocusTrapandFocusTrapconstructors is now required. - The boolean parameter of
ConfigurableFocusTrapFactory.createhas been replaced with a config object. MESSAGES_CONTAINER_IDhas been removed.
-
- The
eventparameter ofDropListRef.dropis now required.
- The
-
ContextMenuTrackerhas been renamed toMenuTracker.
aria
-
The legacy combobox and autocomplete implementations have been removed. Use the new standalone combobox instead.
- feat(aria/combobox): promote simple-combobox to stable un-prefixed combobox
- Relocates public, private, and example directories to clean
comboboxentry points. - Renames internal layout symbols, selectors, and uppercase tokens (
SIMPLE_COMBOBOX_POPUP->COMBOBOX_POPUP). - Establishes full documentation extraction parity with the
json_apiBazel rule target. - Standardizes the accompanying toolbar component showcase into the clean
aria-toolbarpath. - Re-routes dev-app navigation links and migrates public API golden records.
-
SimpleComboboxhas been promoted toCombobox. Allsimple-comboboxprefixed symbols, selectors, and tokens have been renamed to use thecomboboxprefix.- refactor(aria/combobox): relocate and restructure autocomplete and toolbar examples
Relocate the autocomplete examples tosrc/components-examples/aria/autocompleteand toolbar examples tosrc/components-examples/aria/toolbar.
- Restore naming continuity with the historical codebase by stripping redundant prefixes from example filenames and component selectors.
- Sync dev-app preview routing layout paths and strict Bazel target dependency links.
- refactor(aria/combobox): relocate and restructure autocomplete and toolbar examples