Skip to content

Releases: angular/components

v16.2.10

25 Oct 10:10
Compare
Choose a tag to compare

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Description
fix - 2b5a7faea checkbox: add aria-checked (#27970)

v17.0.0-rc.0

18 Oct 17:54
Compare
Choose a tag to compare
v17.0.0-rc.0 Pre-release
Pre-release

17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)

material

Commit Description
fix - 74d1be62e2 button: align prefixes with MDC (#27936)
fix - 1d101590ac button: buttons in toolbars (#27948)
fix - afceed2a56 expansion: move unthemable tokens to theme mixin (#27885)

v16.2.9

18 Oct 17:37
Compare
Choose a tag to compare

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Description
fix - 7a8b7daa13 button: buttons in toolbars (#27948)

v17.0.0-next.7

11 Oct 20:20
Compare
Choose a tag to compare
v17.0.0-next.7 Pre-release
Pre-release

17.0.0-next.7 "metal-napkin" (2023-10-11)

material

Commit Description
feat - 425bad872d snack-bar: convert to standalone (#27926)
feat - 7be5dde24e theming: Add 'base' theming dimension to all components (#27924)
fix - c6bc738cd1 bottom-sheet: move unthemable tokens to theme mixin (#27882)
fix - bcbdf910b1 button-toggle: move unthemable tokens to theme mixin (#27883)
fix - 146bc23859 button: Emit fab tokens under mixin root selector (#27806)
fix - 1de6a3aa37 button: fix color tokens of raised buttons (#27904)
fix - f823c2a52a chips: move unthemable tokens to theme mixin (#27884)
fix - 6f0a4655e8 dialog: Emit tokens under mixin root selector (#27830)
fix - c77ffa0cc2 menu: move unthemable tokens to theme mixin (#27888)
fix - 7cd71b6979 sidenav: move unthemable tokens to theme mixin (#27889)
fix - eed75ddfc7 slide-toggle: move unthemable tokens to theme mixin (#27905)
fix - 47876311b4 slider: Emit tokens under mixin root selector (#27597)
fix - af1840209f table: move unthemable tokens to theme mixin (#27890)
fix - 59351724df tabs: move unthemable tokens to theme mixin (#27891)
fix - 999029aa5a theming: Fix subtle bug in current-selector-or-root (#27898)

material-experimental

Commit Description
feat - 289ddd3483 theming: add M3 progress bar support (#27880)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by
    any of: mat.<component>-color, mat.<component>-typography, or
    mat.<component>-density. If you rely on the partial mixins only and don't call
    mat.<component>-theme, you can add mat.<component>-base to get the missing
    styles. Alternatively you can call mat.all-component-bases to get just the
    base styles for all components.
  • There are new styles emitted by mat.bottom-sheet-theme that are not
    emitted by any of: mat.bottom-sheet-color, mat.bottom-sheet-typography,
    mat.bottom-sheet-density. If you rely on the partial mixins only and don't
    call mat.bottom-sheet-theme, you can add mat.bottom-sheet-base to get the
    missing styles.
  • There are new styles emitted by mat.button-toggle-theme that are not
    emitted by any of: mat.button-toggle-color, mat.button-toggle-typography,
    mat.button-toggle-density. If you rely on the partial mixins only and don't
    call mat.button-toggle-theme, you can add mat.button-toggle-base to get the
    missing styles.
  • There are new styles emitted by mat.chips-theme that are not
    emitted by any of: mat.chips-color, mat.chips-typography,
    mat.chips-density. If you rely on the partial mixins only and don't
    call mat.chips-theme, you can add mat.chips-base to get the
    missing styles.
  • There are new styles emitted by mat.menu-theme that are not
    emitted by any of: mat.menu-color, mat.menu-typography,
    mat.menu-density. If you rely on the partial mixins only and don't
    call mat.menu-theme, you can add mat.menu-base to get the
    missing styles.
  • There are new styles emitted by mat.sidenav-theme that are not
    emitted by any of: mat.sidenav-color, mat.sidenav-typography,
    mat.sidenav-density. If you rely on the partial mixins only and don't
    call mat.sidenav-theme, you can add mat.sidenav-base to get the
    missing styles.
  • There are new styles emitted by mat.slide-toggle-theme that are not
    emitted by any of: mat.slide-toggle-color, mat.slide-toggle-typography,
    mat.slide-toggle-density. If you rely on the partial mixins only and don't
    call mat.slide-toggle-theme, you can add mat.slide-toggle-base to get the
    missing styles.
  • There are new styles emitted by mat.table-theme that are not
    emitted by any of: mat.table-color, mat.table-typography,
    mat.table-density. If you rely on the partial mixins only and don't
    call mat.table-theme, you can add mat.table-base to get the
    missing styles.
  • There are new styles emitted by mat.tabs-theme that are not
    emitted by any of: mat.tabs-color, mat.tabs-typography,
    mat.tabs-density. If you rely on the partial mixins only and don't
    call mat.tabs-theme, you can add mat.tabs-base to get the
    missing styles.

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)