cdk
| Commit | Description |
|---|---|
| stepper: linear updates not reflected in the DOM (#33007) |
material
| Commit | Description |
|---|---|
| sidenav: not resetting margin if transition does not start (#33001) | |
| slider: not picking up static direction (#33006) | |
| tooltip: allow hover detection logic to be customized (#33018) |
multiple
| Commit | Description |
|---|---|
| rename values to value for signal forms compatibility (#33012) |
Breaking Changes
multiple
-
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