v1.0.0-alpha.20
Pre-release
Pre-release
oliviertassinari
released this
25 Jun 18:08
·
20440 commits
to master
since this release
Jun 25, 2017
Do you like playing with bleeding edge tech?
We do, we have extended the support of React to the 16.0.0-alpha.13 release (aka Fiber).
Breaking changes
- [TextField] Consistent display mode for the TextField and the Input component (#7216) @oliviertassinari
- [Paper] Use normalise root over paper className (#7198) @oliviertassinari
- [core] Follow the same convention as React for the umd build (#7217) @oliviertassinari
Component Fixes / Enhancements
- [material-ui-icons] v1.0.0-alpha.19 (21b67ce) @oliviertassinari
- [Input] Fix incorrect type of autoFocus prop (#7189) @gnapse
- [Icons] Modernize icons package (#7203) @kvet
- [Input] Fix various styling issue (#7209) @oliviertassinari
- [Tabs] Add a primary color and update the docs (#7242) @oliviertassinari
- [ListItem] Use the .shortest duration (#7246) @oliviertassinari
- [Dialog] Also take fixed element into account (#7239) @oliviertassinari
- [Drawer] Fix first mount transition issue (#7236) @oliviertassinari
Docs
- [docs] Fix typo in class name (#7192) @ossan-engineer
- [docs] Add supported server section (#7231) @oliviertassinari
- [docs] Detail the browser support (#7188) @oliviertassinari
- [docs] Upgrade to webpack v3 (#7210) @oliviertassinari
- [docs] More documentation on the typography (#7248) @oliviertassinari
Core
- [test] Even faster CI build (#7230) @oliviertassinari
- [styles] Export more functions (#7241) @oliviertassinari
- [react] Support 16.0.0-alpha.13 (#7218) @oliviertassinari
- [core] x2 speed up on the build (#7220) @oliviertassinari
- [babel] Use transform-object-assign over a custom one (#7219) @oliviertassinari