Skip to content

22.0.0-next.3

Pre-release
Pre-release

Choose a tag to compare

@adolgachev adolgachev released this 01 Apr 21:26
· 31 commits to main since this release

cdk

Commit Description
fix - a7fe128c3 stepper: linear updates not reflected in the DOM (#33007)

material

Commit Description
fix - ac3911071 sidenav: not resetting margin if transition does not start (#33001)
fix - a7d556180 slider: not picking up static direction (#33006)
fix - 236762fbc tooltip: allow hover detection logic to be customized (#33018)

multiple

Commit Description
refactor - 94a50a25f 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