v0.17.0
oliviertassinari
released this
12 Feb 22:07
·
21445 commits
to master
since this release
Feb 12, 2017
A big thanks to the 17 contributors who are making this release possible.
Breaking Changes
- [core] Upgrade react-tap-event-plugin and react peer dependency (#6057) @rosskevin
We have upgraded the peer dependency of Material-UI. You gonna need:
react-tap-event-plugin
>= 2.0.1react
>= 15.4.0react-dom
>= 15.4.0
Component Fixes / Enhancements
- [Tooltip] Add support for horizontalPosition="right" (#6072) @LeeKevin
- [RadioButton] Fix circular dependency (#6055) @joaogranado
- [Stepper] Add font family from base theme (#5943) @ysds
- [Popover] Fix re-opening animated popover (#5984) @kib357
- [EnhancedButton] Fix bleeding animation (#6027) @ArcanisCz
- [DropDownMenu] Allow custom FontIcon child (#6028) @ArcanisCz
Docs
- [docs] Fix typo for the Divider's page (#6085) @meganetaaan
- [docs] Add rating component to related-projects (#6018) @saschb2b
- [docs] Add a chrome extension example to the showcase (#5994) @xinghengwang
- [docs] Add source-code IconButton to Showcase (#5980) @mbrookes
- [docs] Fix FlatButton example Firefox behavior (#5933) @MustD
- [docs] Update Flat/Raised Button with SVG's description (#5981) @oshalygin
- [Toggle] Update docs (#5941) @GusRuss89
Core
- [core] Fix npm scripts for windows - proper cross-env (#6086) @ArcanisCz
- [eslint] Fix errors & warnings & deprecations (#6030) @ArcanisCz
- [colorManipulator] Add warning to decomposeColor (#5939) @gyfis