Skip to content

Releases: johannesjo/angular-material-css-vars

v9.1.1

17 Jul 15:22
Compare
Choose a tag to compare

Fixed

  • Prevent runtime error when providing undefined config

v9.1.0

16 Jul 17:31
Compare
Choose a tag to compare

Added

  • New config option rootSelector to control on which element the base CSS variables are added

v9.0.1

11 Jun 08:35
Compare
Choose a tag to compare

Fixed

  • Fix contrast colors of various components in unthemed mode

v9.0.0

28 May 16:57
Compare
Choose a tag to compare

Breaking Changes

  • Removed Angular less than 20 from peer dependencies

Changed

  • Reduced targeting of internal Angular Material elements (#187)

v8.0.1

22 Mar 14:50
Compare
Choose a tag to compare

Fixed

  • Correct colors of datepicker

v8.0.0

19 Nov 17:40
Compare
Choose a tag to compare

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

v7.0.0

23 May 05:50
Compare
Choose a tag to compare

Breaking Changes

  • Minimum required Angular version is now v18

Angular Material v18 introduced stable support for M3 theme. For now, this library only supports M2.
More information can be found in #166.

v6.1.2

21 Mar 16:32
Compare
Choose a tag to compare

Fixed

  • Respect the contrast color for Mini FABs

v6.1.1

24 Jan 18:21
Compare
Choose a tag to compare

Fixed

  • Use correct color for mat-icon-button ripple, which broke with Angular Material v17.1

v6.1.0

08 Jan 21:42
Compare
Choose a tag to compare

Added

  • provideMaterialCssVars() function to setup the library in standalone workspaces