Releases: angular/components
Releases · angular/components
22.0.0-next.8
Immutable
release. Only release title and notes can be modified.
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
21.2.10
22.0.0-next.7
google-maps
| Commit | Description |
|---|---|
| Add support for the gmp-click event (#33147) |
material
| Commit | Description |
|---|---|
| bottom-sheet: add the ability to pass bindings | |
| dialog: add the ability to pass bindings | |
| stepper: allow stepper to be labelled (#33137) |
cdk
| Commit | Description |
|---|---|
| dialog: add the ability to pass bindings | |
| tree: enter/space key on child node should not toggle parent node expansion (#33125) |
aria
| Commit | Description |
|---|---|
| grid: add test harnesses (#33081) | |
| menu: use computed for menu item patterns, with trigger on visible (#33118) |
21.2.9
22.0.0-next.6
aria
| Commit | Description |
|---|---|
| combobox: increases autocomplete demo's placeholder text c… (#33084) |
21.2.8
22.0.0-next.5
material
| Commit | Description |
|---|---|
| autocomplete: remove modal workaround | |
| select: remove modal workaround | |
| sort: deprecate MatSortHeaderIntl and hide from docs (#33089) |
aria
| Commit | Description |
|---|---|
| accordion: introduce accordion harness (#33046) | |
| listbox: introduce listbox harness (#33064) | |
| menu: introduce menu harness (#33067) | |
| tabs: add test harnesses (#33079) | |
| toolbar: add test harnesses (#33068) | |
| tree: add test harnesses (#33066) |
multiple
| Commit | Description |
|---|---|
| make more public APIs readonly (#33071) |
21.2.7
22.0.0-next.4
material
| Commit | Description |
|---|---|
| core: address sass compiler warnings (#33040) | |
| select: wrong transform origin when opening upwards inside another overlay (#33032) |
multiple
| Commit | Description |
|---|---|
| remove empty constructors (#33048) |
Breaking Changes
multiple
-
- A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your
supercalls accordingly.
- A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your