| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 22.0.0 source code.tar.gz | 2026-06-03 | 5.8 MB | |
| 22.0.0 source code.zip | 2026-06-03 | 8.2 MB | |
| README.md | 2026-06-03 | 13.1 kB | |
| Totals: 3 Items | 14.0 MB | 2 | |
aria
-
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 to
src/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.
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
-
Renames the values input/model to value in Combobox, Listbox, Tree, Menu, Toolbar, and Select. Users must update their templates to use the value property instead of values.
-
refactor(multiple): update api goldens