Skip to content

v17.0.0-next.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewseguin andrewseguin released this 07 Sep 13:07
· 3242 commits to main since this 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