Skip to content

Releases: angular/components

v16.2.8

11 Oct 19:57
Compare
Choose a tag to compare

16.2.8 "velvet-rabbit" (2023-10-11)

v17.0.0-next.6

04 Oct 18:34
Compare
Choose a tag to compare
v17.0.0-next.6 Pre-release
Pre-release

17.0.0-next.6 "antimony-ant" (2023-10-04)

material-experimental

Commit Description
feat - 75029c273 theming: add M3 progress-spinner support (#27868)
feat - 2f958aced theming: add M3 radio support (#27867)

material

Commit Description
feat - 06559a012 dialog: switch to standalone (#27860)
feat - 82844b3d5 theming: Open up new APIs to access theme values (#27865)
fix - dbd31dec8 radio: Apply tokens at mixin root (#27864)
fix - 5dd614aa1 tabs: nav bar not navigating on enter presses (#27862)

cdk

Commit Description
fix - c5ab88020 schematics: support both application and browser builders (#27875)

v16.2.7

04 Oct 18:15
Compare
Choose a tag to compare

16.2.7 "corundum-candy" (2023-10-04)

material

Commit Description
fix - fd97395cd tabs: nav bar not navigating on enter presses (#27862)

v17.0.0-next.5

27 Sep 19:58
Compare
Choose a tag to compare
v17.0.0-next.5 Pre-release
Pre-release

17.0.0-next.5 "aerogel-aurora" (2023-09-27)

cdk

Commit Description
fix - d336370565 menu: context menu closing immediately on control + click on Safari (#27838)

material

Commit Description
fix - 4c3ef50d6e datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#26889)
fix - 943b5dabf3 radio: move unthemable tokens to theme mixin (#27809)

material-experimental

Commit Description
feat - fbc7bdda93 theming: add M3 slider support (#27826)
feat - 6b57edb1b1 theming: add M3 snackbar support (#27824)
feat - 545db61b41 theming: add M3 toolbar support (#27812)
feat - 1930b1dacf theming: add M3 tooltip support (#27810)

Breaking Changes

material

  • There are new styles emitted by mat.radio-theme that are not
    emitted by any of: mat.radio-color, mat.radio-typography,
    mat.radio-density. If you rely on the partial mixins only and don't
    call mat.radio-theme, you can add mat.radio-base to get the
    missing styles.

v16.2.6

27 Sep 17:03
Compare
Choose a tag to compare

16.2.6 "jade-jungle" (2023-09-27)

material

Commit Description
fix - 451d0e5190 datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#26889)

cdk

Commit Description
fix - 3e9228a6d0 menu: context menu closing immediately on control + click on Safari (#27838)

v17.0.0-next.4

21 Sep 14:40
Compare
Choose a tag to compare
v17.0.0-next.4 Pre-release
Pre-release

17.0.0-next.4 "titanium-turtle" (2023-09-20)

material

Commit Description
fix - 8c3d8d645 form-field: style the cursor the same way as the rest of the input (#26491) (#27795)
fix - c7db4960e list: Emit tokens under mixin root selector (#27711)

cdk

Commit Description
fix - 2409e7071 schematics: account for single string in styles and new styleUrl (#27798)
fix - 31187abae scrolling: unsubscribe from scrolled stream when viewport is destroyed (#27800)

v16.2.5

20 Sep 23:02
Compare
Choose a tag to compare

16.2.5 "cardboard-plane" (2023-09-20)

material

Commit Description
fix - 158d5f37a form-field: style the cursor the same way as the rest of the input (#26491) (#27795)

cdk

Commit Description
fix - 80acf7910 scrolling: unsubscribe from scrolled stream when viewport is destroyed (#27800)

v17.0.0-next.3

13 Sep 19:08
Compare
Choose a tag to compare
v17.0.0-next.3 Pre-release
Pre-release

17.0.0-next.3 "rock-rock" (2023-09-13)

material

Commit Description
fix - db06fa8d89 autocomplete: requireSelection incorrectly resetting value when there are no options (#27781)

v16.2.4

13 Sep 18:23
Compare
Choose a tag to compare

16.2.4 "wood-wagon" (2023-09-13)

material

Commit Description
fix - 38ebf49060 autocomplete: requireSelection incorrectly resetting value when there are no options (#27781)

v17.0.0-next.2

07 Sep 13:07
Compare
Choose a tag to compare
v17.0.0-next.2 Pre-release
Pre-release

17.0.0-next.2 "metal-monkey" (2023-09-07)

cdk

Commit Description
fix - aa1d01d169 drag-drop: constrainPosition now working well with boundary (#27730)
fix - 8eb494e975 menu: run change detection for changes to overlay ref of trigger (#27726)

material

Commit Description
fix - cac7a41f7b dialog: css structure change (#27510)
fix - 726fc069e3 tabs: add aria-hidden to inactive tabs (#27742)

multiple

Commit Description
refactor - 90465a1882 convert components to theme inspection API (round 4) (#27740)

Breaking Changes

multiple

    • Themes are now more strictly validated when calling Angular Material
      theme mixins. For example, calling mat.button-typography with a theme
      has typography: null is now an error.
    • The mat.legacy-typography-hierarchy mixin has been removed in favor
      of mat.typography-hierarchy