Skip to content

Releases: angular/components

v16.2.12

08 Nov 12:36
Compare
Choose a tag to compare

16.2.12 "practical-pinecone" (2023-11-08)

material

Commit Description
fix - fb64fe6b5 schematics: asyncPipe not imported but used in the template (#28055)

cdk

Commit Description
perf - 3b6f023d8 a11y: Don't trigger re-layout when detecting fake mousedown (#28029)

v17.0.0-rc.3

06 Nov 19:59
Compare
Choose a tag to compare
v17.0.0-rc.3 Pre-release
Pre-release

17.0.0-rc.3 "vandium-vest" (2023-11-06)

material

Commit Description
fix - 157c0e28f schematics: asyncPipe not imported but used in the template (#28055)

cdk

Commit Description
perf - c0b38dede a11y: Don't trigger re-layout when detecting fake mousedown (#28029)

v17.0.0-rc.2

01 Nov 18:33
Compare
Choose a tag to compare
v17.0.0-rc.2 Pre-release
Pre-release

17.0.0-rc.2 "beryllium-brilliance" (2023-11-01)

material

Commit Description
fix - fcaa95e695 core: prevent updates to v17 if project uses legacy components (#28024)
fix - c4a62a884f dialog: MatDialog: change member _dialog (cdk) from private to protected (#28019) (#28020)
fix - 7a42a5de98 schematics: account for browser-esbuild builder (#28025)
fix - 9fe4fe1f54 schematics: don't add the preconnect for fonts (#28026)

cdk

Commit Description
fix - b361de136b accordion: add CDK_ACCORDION export (#27981)

v16.2.11

01 Nov 18:16
Compare
Choose a tag to compare

16.2.11 "fabric-fantasy" (2023-11-01)

cdk

Commit Description
fix - 2f468f1606 accordion: add CDK_ACCORDION export (#27981)

v17.0.0-rc.1

25 Oct 09:48
Compare
Choose a tag to compare
v17.0.0-rc.1 Pre-release
Pre-release

17.0.0-rc.1 "transparent-table" (2023-10-25)

material

Commit Description
fix - 215b92ae2 checkbox: add aria-checked (#27970)
fix - c6fa905dd divider: move unthemable tokens to theme mixin (#27881)
fix - 0ac19114c form-field: move unthemable tokens to theme mixin (#27887)
fix - 041a71b87 schematics: Create a schematic to add the base theme dimension (#27964)

multiple

Commit Description
perf - a3f9ca14b switch to built-in control flow (#27987)

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)