-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matt Goo
committed
Jun 1, 2018
1 parent
215397d
commit c16eed6
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/material-components/material-components-web-react/compare/v0.1.0...v0.2.0) (2018-06-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Remove scss extensions from [@material](https://github.com/material)/mdc-* imports ([#62](https://github.com/material-components/material-components-web-react/issues/62)) ([46b7f08](https://github.com/material-components/material-components-web-react/commit/46b7f08)) | ||
* **button:** Rename stroked to outlined ([#74](https://github.com/material-components/material-components-web-react/issues/74)) ([f612388](https://github.com/material-components/material-components-web-react/commit/f612388)) | ||
* **infrastructure:** fixed npm run build error for empty package directories ([#85](https://github.com/material-components/material-components-web-react/issues/85)) ([18666d4](https://github.com/material-components/material-components-web-react/commit/18666d4)) | ||
* **infrastructure:** Make all components public ([#43](https://github.com/material-components/material-components-web-react/issues/43)) ([27a1ab1](https://github.com/material-components/material-components-web-react/commit/27a1ab1)) | ||
* **ripple:** Trigger on key events ([2248f26](https://github.com/material-components/material-components-web-react/commit/2248f26)) | ||
|
||
|
||
### Features | ||
|
||
* **top-app-bar:** Add top app bar fixed variant ([#68](https://github.com/material-components/material-components-web-react/issues/68)) ([fd5790c](https://github.com/material-components/material-components-web-react/commit/fd5790c)) | ||
* Added changelog.md ([#88](https://github.com/material-components/material-components-web-react/issues/88)) ([983ca89](https://github.com/material-components/material-components-web-react/commit/983ca89)) | ||
* Update MDC Web dependencies to v0.35.1 ([#52](https://github.com/material-components/material-components-web-react/pull/52))([203cf34](https://github.com/material-components/material-components-web-react/commit/203cf34)) | ||
* transpile es6 --> es5 and sass --> css ([#46](https://github.com/material-components/material-components-web-react/pull/46))([a45c75a](https://github.com/material-components/material-components-web-react/commit/a45c75a)) |