Releases: johannesjo/angular-material-css-vars
Releases · johannesjo/angular-material-css-vars
v9.1.1
v9.1.0
Added
- New config option
rootSelector
to control on which element the base CSS variables are added
v9.0.1
Fixed
- Fix contrast colors of various components in unthemed mode
v9.0.0
v8.0.1
Fixed
- Correct colors of datepicker
v8.0.0
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
andangular-material-css-vars/src/lib/variables
. Use theangular-material-css-vars
entrypoint instead.
Changed
- Internally, the usage of the
mat-core()
mixin was replaced with themat.elevation-classes()
andmat.app-background()
. This change was performed automatically byng update
and aligns with deprecations in Angular Material v19. - Resolved Sass warnings which popped up after the Angular 19 update
v7.0.0
v6.1.2
Fixed
- Respect the contrast color for Mini FABs
v6.1.1
Fixed
- Use correct color for mat-icon-button ripple, which broke with Angular Material v17.1
v6.1.0
Added
provideMaterialCssVars()
function to setup the library in standalone workspaces