react-mdc-web
Version:
React web components for Material Design
254 lines (129 loc) • 10.3 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.17.0"></a>
# [0.17.0](https://github.com/kradio3/react-mdc-web/compare/v0.16.0...v0.17.0) (2017-12-05)
### Features
* **Dialog:** ability to style dialog using inline styles ([#57](https://github.com/kradio3/react-mdc-web/issues/57)) ([d72c165](https://github.com/kradio3/react-mdc-web/commit/d72c165))
* **Textfield:** support trailing and leading icons ([#50](https://github.com/kradio3/react-mdc-web/issues/50)) ([9335929](https://github.com/kradio3/react-mdc-web/commit/9335929))
<a name="0.16.0"></a>
# [0.16.0](https://github.com/kradio3/react-mdc-web/compare/v0.15.0...v0.16.0) (2017-10-23)
### Bug Fixes
* **Textfield:** Fix case where `value` === 0 but label doesn't float (#54) ([46d0f81](https://github.com/kradio3/react-mdc-web/commit/46d0f81)), closes [#54](https://github.com/kradio3/react-mdc-web/issues/54)
### Features
* **Toolbar:** Support all toolbar modes (#53) ([8c36321](https://github.com/kradio3/react-mdc-web/commit/8c36321))
<a name="0.15.0"></a>
# [0.15.0](https://github.com/kradio3/react-mdc-web/compare/v0.14.0...v0.15.0) (2017-10-18)
### Bug Fixes
* **Typography:** filenames for Body1 and Body2 (#43) ([d068384](https://github.com/kradio3/react-mdc-web/commit/d068384))
### Features
* **CardHorizontalBlock:** new component (#35) ([b895283](https://github.com/kradio3/react-mdc-web/commit/b895283))
* **Slider:** create new component (#47) ([147fade](https://github.com/kradio3/react-mdc-web/commit/147fade))
* **Textfield:** extend by invalid property (#38) ([dea96eb](https://github.com/kradio3/react-mdc-web/commit/dea96eb))
* Update to material-components-web v0.22.0 ([ff19ccd](https://github.com/kradio3/react-mdc-web/commit/ff19ccd))
### BREAKING CHANGES
* * DOM change to add a bottom line element
* multi-line text field is now called textarea
<a name="0.14.0"></a>
# [0.14.0](https://github.com/kradio3/react-mdc-web/compare/v0.13.0...v0.14.0) (2017-06-28)
### Features
* **CardTitle:** possibility to define large title (#29) ([db55edf](https://github.com/kradio3/react-mdc-web/commit/db55edf))
<a name="0.13.0"></a>
# [0.13.0](https://github.com/kradio3/react-mdc-web/compare/v0.12.2...v0.13.0) (2017-06-15)
### Features
* **Checkbox:** handle class names (#26) ([60e9e18](https://github.com/kradio3/react-mdc-web/commit/60e9e18))
* **LinearProgress:** create new component (#25) ([287972b](https://github.com/kradio3/react-mdc-web/commit/287972b))
* **Tabs:** create new component (#20) ([e8311e1](https://github.com/kradio3/react-mdc-web/commit/e8311e1))
<a name="0.12.2"></a>
## [0.12.2](https://github.com/kradio3/react-mdc-web/compare/v0.12.0...v0.12.2) (2017-05-01)
<a name="0.12.0"></a>
# [0.12.0](https://github.com/kradio3/react-mdc-web/compare/v0.11.0...v0.12.0) (2017-05-01)
### Bug Fixes
* **Menu:** remove css import (#21) ([a69552c](https://github.com/kradio3/react-mdc-web/commit/a69552c))
### Features
* **List:** possibility to align detail items ([2e5bd3c](https://github.com/kradio3/react-mdc-web/commit/2e5bd3c))
* **List:** support two lines of text in ListItem ([ff60ab5](https://github.com/kradio3/react-mdc-web/commit/ff60ab5))
* **Switch:** create new component (#12) ([50884aa](https://github.com/kradio3/react-mdc-web/commit/50884aa))
<a name="0.11.0"></a>
# [0.11.0](https://github.com/kradio3/react-mdc-web/compare/v0.10.1...v0.11.0) (2017-04-20)
### Features
* **GridList:** create new component (#19) ([8284fa0](https://github.com/kradio3/react-mdc-web/commit/8284fa0))
* **Typography:** create new component (#18) ([883ba46](https://github.com/kradio3/react-mdc-web/commit/883ba46))
<a name="0.10.1"></a>
## [0.10.1](https://github.com/kradio3/react-mdc-web/compare/v0.9.0...v0.10.1) (2017-04-11)
### Features
* **Menu:** create new component ([2b1cc3d](https://github.com/kradio3/react-mdc-web/commit/2b1cc3d))
* **Textfield:** support multiline text (#17) ([ee9d5b1](https://github.com/kradio3/react-mdc-web/commit/ee9d5b1))
* **Toolbar:** create ToolbarRow component (#16) ([6432354](https://github.com/kradio3/react-mdc-web/commit/6432354))
<a name="0.9.0"></a>
# [0.9.0](https://github.com/kradio3/react-mdc-web/compare/v0.8.0...v0.9.0) (2017-03-22)
### Code Refactoring
* **components:** remove default css imports (#5) ([1c15d67](https://github.com/kradio3/react-mdc-web/commit/1c15d67))
### Features
* **Dialog:** add new Dialog component (#8) ([250cad6](https://github.com/kradio3/react-mdc-web/commit/250cad6))
* **ListHeader:** create new component ([f40347a](https://github.com/kradio3/react-mdc-web/commit/f40347a))
* **Textfield:** support helptext ([fddaf31](https://github.com/kradio3/react-mdc-web/commit/fddaf31))
* **Textfield:** support required property ([4bf091d](https://github.com/kradio3/react-mdc-web/commit/4bf091d))
### BREAKING CHANGES
* components: Default CSS is not included into components anymore
<a name="0.8.0"></a>
# [0.8.0](https://github.com/kradio3/react-mdc-web/compare/v0.7.1...v0.8.0) (2017-03-13)
### Bug Fixes
* **Drawer:** Drawer inadvertently intercepts events ([de56a4a](https://github.com/kradio3/react-mdc-web/commit/de56a4a))
### Code Refactoring
* **Drawer:** convert drawer to use a declarative pattern (#6) ([f3d1115](https://github.com/kradio3/react-mdc-web/commit/f3d1115))
### Features
* **ListDivider:** render hl or li, depending of parent tag ([e23ca7c](https://github.com/kradio3/react-mdc-web/commit/e23ca7c))
* **ListGroup:** create new component ([5cdaadd](https://github.com/kradio3/react-mdc-web/commit/5cdaadd))
* **Radio:** create new component ([4748f71](https://github.com/kradio3/react-mdc-web/commit/4748f71))
### BREAKING CHANGES
* Drawer: ```target``` property is not supported anymore. To open/close drawer use ```open``` property
<a name="0.7.1"></a>
## [0.7.1](https://github.com/kradio3/react-mdc-web/compare/v0.7.0...v0.7.1) (2017-03-02)
### Bug Fixes
* **Fab:** correct icon position ([eba8518](https://github.com/kradio3/react-mdc-web/commit/eba8518))
<a name="0.7.0"></a>
# [0.7.0](https://github.com/kradio3/react-mdc-web/compare/v0.6.0...v0.7.0) (2017-03-02)
### Code Refactoring
* **Grid:** move Grid and Cell to new directory ([5200f07](https://github.com/kradio3/react-mdc-web/commit/5200f07))
### Features
* **Content:** create new component ([582ed05](https://github.com/kradio3/react-mdc-web/commit/582ed05))
* **Layout:** create new component ([2425a64](https://github.com/kradio3/react-mdc-web/commit/2425a64))
* **Snackbar:** create new component ([26ed5b6](https://github.com/kradio3/react-mdc-web/commit/26ed5b6))
* **Toolbar:** create new component ([388452d](https://github.com/kradio3/react-mdc-web/commit/388452d))
### BREAKING CHANGES
* Grid: Grid and Cell components has moved to directory 'Grid'
<a name="0.6.0"></a>
# [0.6.0](https://github.com/kradio3/react-mdc-web/compare/v0.5.1...v0.6.0) (2017-02-20)
### Bug Fixes
* **Elevation:** check definition of elevation level ([79e0da7](https://github.com/kradio3/react-mdc-web/commit/79e0da7))
### Features
* **CardMedia:** create new component ([78d81ce](https://github.com/kradio3/react-mdc-web/commit/78d81ce))
* **Drawer:** possibility to close drawer by drag ([d710376](https://github.com/kradio3/react-mdc-web/commit/d710376))
* **Layout:** remove desktop property from Cell ([0f04fbd](https://github.com/kradio3/react-mdc-web/commit/0f04fbd))
<a name="0.5.1"></a>
## [0.5.1](https://github.com/kradio3/react-mdc-web/compare/7885033...v0.5.1) (2017-02-10)
### Features
* **Button:** create component ([9e446d8](https://github.com/kradio3/react-mdc-web/commit/9e446d8))
* **Card:** new component ([7885033](https://github.com/kradio3/react-mdc-web/commit/7885033))
* **Card:** support style and other props ([dff7be1](https://github.com/kradio3/react-mdc-web/commit/dff7be1))
* **CardActions:** create new component ([b30b13f](https://github.com/kradio3/react-mdc-web/commit/b30b13f))
* **CardActions:** extends actions by mdc-action class ([a4639eb](https://github.com/kradio3/react-mdc-web/commit/a4639eb))
* **CardHeader:** create new component ([57d992b](https://github.com/kradio3/react-mdc-web/commit/57d992b))
* **CardSubtitle:** create new component ([4bf15e6](https://github.com/kradio3/react-mdc-web/commit/4bf15e6))
* **CardText:** create new component ([36abef4](https://github.com/kradio3/react-mdc-web/commit/36abef4))
* **CardTitle:** create new component ([9417d3d](https://github.com/kradio3/react-mdc-web/commit/9417d3d))
* **Checkbox:** create Checkbox component ([e5dd77f](https://github.com/kradio3/react-mdc-web/commit/e5dd77f))
* **Drawer:** create component for permanent Drawer ([fdbfb36](https://github.com/kradio3/react-mdc-web/commit/fdbfb36))
* **Drawer:** create component for temporary Drawer ([1be7147](https://github.com/kradio3/react-mdc-web/commit/1be7147))
* **Elevation:** create new component ([65de76f](https://github.com/kradio3/react-mdc-web/commit/65de76f))
* **Fab:** create new component ([ac3ed89](https://github.com/kradio3/react-mdc-web/commit/ac3ed89))
* **FormField:** create component for FormField ([b8470c3](https://github.com/kradio3/react-mdc-web/commit/b8470c3))
* **IconToggle:** create component for IconToggle ([7d25a0a](https://github.com/kradio3/react-mdc-web/commit/7d25a0a))
* **Layout:** create Grid and Cell components ([e492caa](https://github.com/kradio3/react-mdc-web/commit/e492caa))
* **List:** add role for ListDivider ([809bf20](https://github.com/kradio3/react-mdc-web/commit/809bf20))
* **List:** create List component ([c3f9d4c](https://github.com/kradio3/react-mdc-web/commit/c3f9d4c))
* **List:** create ListDivider component ([5a05d39](https://github.com/kradio3/react-mdc-web/commit/5a05d39))
* **Readme:** install insctruction ([e2c0729](https://github.com/kradio3/react-mdc-web/commit/e2c0729))
* **Textfield:** check validity ([e51e758](https://github.com/kradio3/react-mdc-web/commit/e51e758))
* **Textfield:** create new component ([d7abdc2](https://github.com/kradio3/react-mdc-web/commit/d7abdc2))
* **TextField:** handle onChange event ([f153cf0](https://github.com/kradio3/react-mdc-web/commit/f153cf0))