Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@trimox trimox released this 24 Sep 17:12
· 1326 commits to master since this release

Bug Fixes

  • list: Use ripple init() for list item (#196) (a1edcf7)

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 for node_modules/@material/* from your Webpack or angular-cli.json config files since it was a requirement of the old material-components-web theme.