Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@json-derulo json-derulo released this 19 Nov 17:40
· 3 commits to master since this release

Breaking Changes

  • Update minimum required Angular version to v19
  • Remove legacy SCSS entrypoints angular-material-css-vars/src/lib/main, angular-material-css-vars/src/lib/public-util and angular-material-css-vars/src/lib/variables. Use the angular-material-css-vars entrypoint instead.

Changed

  • Internally, the usage of the mat-core() mixin was replaced with the mat.elevation-classes() and mat.app-background(). This change was performed automatically by ng update and aligns with deprecations in Angular Material v19.
  • Resolved Sass warnings which popped up after the Angular 19 update