Skip to content

v17.0.0-next.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewseguin andrewseguin released this 11 Oct 20:20
· 616 commits to main since this 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.