v0.17.1
oliviertassinari
released this
13 Mar 12:30
·
21675 commits
to master
since this release
Mar 12, 2017
A big thanks to the 20 contributors who are making this release possible.
Component Fixes / Enhancements
- [Chip] Add containerElement property (#6237) @blmarket
- [DatePicker] Add option to hide date display (#6161) @dhoward
- [EnhancedButton] Speed up unmount (#6164) @fzaninotto
- [EnhancedSwitch] Remove dead "toggled" property (#6182) @Shahrukh-Zindani
- [FlatButton] Add fullWidth property (#6135) @Shahrukh-Zindani
- [FloatingActionButton] Fix disabledColor warning in console (#6178) @Shahrukh-Zindani
- [MenuItem] Add an anchorOrigin property for the nested items (#6079) @skylerfenn
- [Menu] Fix disabled MenuItem with props.menuItemStyle (#6203) @tomchentw
- [LinearProgress] Reduce delay before indeterminate animation begins (#6230) @lawrence-yu
- [SelectField] Fix TouchRipple effect when SelectField is disabled (#6286) @solkaz
- [SelectField][DropDownMenu] Prevent label from resizing parents (#6200) @JessThrysoee
- [SelectField][DropDownMenu] Support multi select (#6165) @JessThrysoee
- [TextField] sync height with shadow when
rowsMax
changed (#6297) @seasick - [Theme] Move borderRadius into a theme constant (#6233) @samdroid-apps
- [Toolbar] Allow node to be used in text property (#6282) @oliviertassinari
Docs
- [Button] Expose disableTouchRipple (#6234) @oshalygin
- [FlatButton] Add className property (#6148) @Shahrukh-Zindani
- [ListItem] Documents containerElement, changes ref to use callback (#6204) @lourd
- [Showcase] Add SlimChess to showcase (#6225) @larrxu
- [docs] Add onTouchTap documentation for FlatButton (#6147) @Shahrukh-Zindani
- [docs] Add onTouchTap documentation for FloatingActionButton (#6172) @Shahrukh-Zindani
- [docs] Add onTouchTap documentation for IconButton (#6174) @Shahrukh-Zindani
- [docs] Add onTouchTap documentation for RaisedButton (#6171) @Shahrukh-Zindani
- [docs] Add explanation for using font icon in a local project (#6198) @Shahrukh-Zindani
- [docs] Add documentation for containerElement in FlatButon (#6210) @Shahrukh-Zindani
- [docs] Add documentation for containerElement in RaisedButon (#6199) @Shahrukh-Zindani
- [docs] Update usage.md (#6207) @dhruvdutt
- [docs] Add a link to clarify the use of font icons in IconButton (#6197) @Shahrukh-Zindani
- [docs] Update ROADMAP.md (#6319) @antmdvs
Core
- [issue] Update the webpackbin link (18e9c49) @oliviertassinari