Skip to content

Releases: angular/components

22.0.0-next.7

29 Apr 12:36

Choose a tag to compare

22.0.0-next.7 Pre-release
Pre-release

google-maps

Commit Description
feat - e44ff8318 Add support for the gmp-click event (#33147)

material

Commit Description
feat - 867ba993b bottom-sheet: add the ability to pass bindings
feat - bf3596b53 dialog: add the ability to pass bindings
fix - cb9148dca stepper: allow stepper to be labelled (#33137)

cdk

Commit Description
feat - 1a5d5d101 dialog: add the ability to pass bindings
fix - b916ef907 tree: enter/space key on child node should not toggle parent node expansion (#33125)

aria

Commit Description
feat - 6ec07bc0c grid: add test harnesses (#33081)
fix - 05419c552 menu: use computed for menu item patterns, with trigger on visible (#33118)

21.2.9

29 Apr 12:31

Choose a tag to compare

material

Commit Description
fix - 51271c619 stepper: allow stepper to be labelled (#33137)

cdk

Commit Description
fix - 3a3852d45 tree: enter/space key on child node should not toggle parent node expansion (#33125)

aria

Commit Description
fix - bf14cc9d9 menu: use computed for menu item patterns, with trigger on visible (#33118)

22.0.0-next.6

22 Apr 23:23

Choose a tag to compare

22.0.0-next.6 Pre-release
Pre-release

aria

Commit Description
fix - 91a4932f6 combobox: increases autocomplete demo's placeholder text c… (#33084)

21.2.8

22 Apr 22:56

Choose a tag to compare

No user facing changes in this release

22.0.0-next.5

16 Apr 16:26

Choose a tag to compare

22.0.0-next.5 Pre-release
Pre-release

material

Commit Description
fix - 440cb16064 autocomplete: remove modal workaround
fix - 348c3c89d5 select: remove modal workaround
fix - 1b6052fbea sort: deprecate MatSortHeaderIntl and hide from docs (#33089)

aria

Commit Description
feat - d91f46b4c5 accordion: introduce accordion harness (#33046)
feat - 1885d35346 listbox: introduce listbox harness (#33064)
feat - 75fae5275c menu: introduce menu harness (#33067)
feat - c25e6252ec tabs: add test harnesses (#33079)
feat - a49508bacf toolbar: add test harnesses (#33068)
feat - 30f2239728 tree: add test harnesses (#33066)

multiple

Commit Description
fix - 6cb6b5ee19 make more public APIs readonly (#33071)

21.2.7

16 Apr 16:09

Choose a tag to compare

material

Commit Description
fix - 5954c4594c sort: deprecate MatSortHeaderIntl and hide from docs (#33089)

22.0.0-next.4

08 Apr 22:22

Choose a tag to compare

22.0.0-next.4 Pre-release
Pre-release

material

Commit Description
fix - 07c2d002de core: address sass compiler warnings (#33040)
fix - ab21f78b12 select: wrong transform origin when opening upwards inside another overlay (#33032)

multiple

Commit Description
fix - ce4c2c0a11 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 super calls accordingly.

21.2.6

08 Apr 22:03

Choose a tag to compare

material

Commit Description
fix - 5b4bbe9c4f select: wrong transform origin when opening upwards inside another overlay (#33032)

22.0.0-next.3

01 Apr 21:26

Choose a tag to compare

22.0.0-next.3 Pre-release
Pre-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

21.2.5

01 Apr 21:21

Choose a tag to compare

material

Commit Description
fix - 895908a12 sidenav: not resetting margin if transition does not start (#33001)
fix - 475a8aabb slider: not picking up static direction (#33006)
fix - 8a5ed09e5 tooltip: allow hover detection logic to be customized (#33018)

cdk

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