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

Commit

Permalink
chore(package): Publish Angular MDC v0.5.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox authored Sep 24, 2017
1 parent b9e1429 commit 32009fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="0.0.0"></a>
# [0.5.0](https://github.com/trimox/angular-mdc-web/compare/v0.4.8...v0.5.0) (2017-09-24)


### Bug Fixes

* **list:** Use ripple init() for list item ([#196](https://github.com/trimox/angular-mdc-web/issues/196)) ([a1edcf7](https://github.com/trimox/angular-mdc-web/commit/a1edcf7))


### Features

* **theme:** Implement MDC Theme + Sass extensions ([#206](https://github.com/trimox/angular-mdc-web/issues/206)) ([c6bb89b](https://github.com/trimox/angular-mdc-web/commit/c6bb89b)), closes [#112](https://github.com/trimox/angular-mdc-web/issues/112)
* **slider:** Implement MDC Slider ([#186](https://github.com/trimox/angular-mdc-web/issues/186)) ([b3f4996](https://github.com/trimox/angular-mdc-web/commit/b3f4996)), closes [#111](https://github.com/trimox/angular-mdc-web/issues/111)
* **button:** Add `mdc-icon-button` directive ([#192](https://github.com/trimox/angular-mdc-web/issues/192)) ([3f0afbb](https://github.com/trimox/angular-mdc-web/commit/3f0afbb)), closes [#189](https://github.com/trimox/angular-mdc-web/issues/189)
* **package:** Update material-components-web to v0.21.1 ([#202](https://github.com/trimox/angular-mdc-web/issues/202)) ([bfc5419](https://github.com/trimox/angular-mdc-web/commit/bfc5419))
* **snackbar:** Improvements + test coverage ([#200](https://github.com/trimox/angular-mdc-web/issues/200)) ([b9f978f](https://github.com/trimox/angular-mdc-web/commit/b9f978f))
* **tabs:** Add scrollToTabAtIndex + findTab as public methods ([#204](https://github.com/trimox/angular-mdc-web/issues/204)) ([d50599f](https://github.com/trimox/angular-mdc-web/commit/d50599f)), closes [#193](https://github.com/trimox/angular-mdc-web/issues/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.
<a name="0.0.0"></a>
# [0.4.8](https://github.com/trimox/angular-mdc-web/compare/v0.4.5...v0.4.8) (2017-09-17)

Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/trimox/angular-mdc-web.git"
},
"version": "0.4.8",
"version": "0.5.0",
"license": "MIT",
"keywords": [
"angular-mdc",
Expand Down

0 comments on commit 32009fb

Please sign in to comment.