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
Establishes full documentation extraction parity with the json_api Bazel rule target.
Standardizes the accompanying toolbar component showcase into the clean aria-toolbar path.
Re-routes dev-app navigation links and migrates public API golden records.
SimpleCombobox has been promoted to Combobox. All simple-combobox prefixed symbols, selectors, and tokens have been renamed to use the combobox prefix.
refactor(aria/combobox): relocate and restructure autocomplete and toolbar examples
Relocate the autocomplete examples to src/components-examples/aria/autocomplete and toolbar examples to src/components-examples/aria/toolbar.
Restore naming continuity with the historical codebase by stripping redundant prefixes from example filenames and component selectors.
A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your super calls accordingly.
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.