This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.5.0
Bug Fixes
Features
- theme: Implement MDC Theme + Sass extensions (#206) (c6bb89b), closes #112
- slider: Implement MDC Slider (#186) (b3f4996), closes #111
- button: Add
mdc-icon-button
directive (#192) (3f0afbb), closes #189 - package: Update material-components-web to v0.21.1 (#202) (bfc5419)
- snackbar: Improvements + test coverage (#200) (b9f978f)
- tabs: Add scrollToTabAtIndex + findTab as public methods (#204) (d50599f), closes #193
BREAKING CHANGES
- angular-mdc/theme: Replace your project's MDC Sass import with
@import "~@angular-mdc/theme/material";
You can also remove
IncludePaths
fornode_modules/@material/*
from yourWebpack
orangular-cli.json
config files since it was a requirement of the oldmaterial-components-web
theme.