Skip to content

Releases: angular/components

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)

22.0.0-next.2

25 Mar 16:40

Choose a tag to compare

22.0.0-next.2 Pre-release
Pre-release

material

Commit Description
feat - a46b0a1d4 core: add mixins for Material Design typography (#32959)
fix - ff7d697ec tooltip: wrong type for shape token (#32968)

21.2.4

25 Mar 16:45

Choose a tag to compare

material

Commit Description
fix - 87aa6d977 tooltip: wrong type for shape token (#32968)

22.0.0-next.1

18 Mar 22:22

Choose a tag to compare

22.0.0-next.1 Pre-release
Pre-release

material

Commit Description
fix - 46b67d150 datepicker: add harness for datepicker actions (#32925)
fix - 6ed6218c4 tabs: incorrect animation variable name (#32941)

cdk

Commit Description
fix - 0767a3cb4 drag-drop: item returned to wrong index in initial container (#32944)

21.2.3

18 Mar 22:07

Choose a tag to compare

material

Commit Description
fix - 917526511 datepicker: add harness for datepicker actions (#32925)

cdk

Commit Description
fix - 688deda58 drag-drop: item returned to wrong index in initial container (#32944)

22.0.0-next.0

11 Mar 16:47

Choose a tag to compare

22.0.0-next.0 Pre-release
Pre-release

material

Commit Description
feat - b4a89d5996 button: Add support for showing a progress indicator inside the button (#32698)
feat - 85c16fe4bb tabs: add support for separate tab animation durations (#32869)

multiple

Commit Description
fix - 936f1148b3 use eager change detection

21.2.2

11 Mar 16:05

Choose a tag to compare

aria

Commit Description
fix - 345c543dcb grid: unit tests and small fixes for grid directives (#32841)