diff --git a/CHANGELOG.md b/CHANGELOG.md index 921e74506dadf9..7f4185c44f75c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ ## HEAD +## 0.17.1 + +###### _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 (18e9c494e0c5c331b1e949856f2dbe8c77b62c77) @oliviertassinari + + ## 0.17.0 ###### _Feb 12, 2017_ diff --git a/ROADMAP.md b/ROADMAP.md index 8ec91067157c75..0c8bc29259c807 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,7 +8,7 @@ The roadmap is a living document, and it is likely that priorities will change, The `next` release is going to be huge :sparkles: -Material-UI was started [2 years ago](https://github.com/callemall/material-ui/commit/28b768913b75752ecf9b6bb32766e27c241dbc46). +Material-UI was started [3 years ago](https://github.com/callemall/material-ui/commit/28b768913b75752ecf9b6bb32766e27c241dbc46). The ecosystem has evolved a lot since then, we have also learned a lot. [@nathanmarks](https://github.com/nathanmarks/) started an ambitious task, rebuilding Material-UI from the **ground-up** taking advantage of this knowledge to address long-standing issues. diff --git a/docs/package.json b/docs/package.json index 456ae9709dd87b..a6b6d88e22e43c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "material-ui-docs", - "version": "0.17.0", + "version": "0.17.1", "description": "Documentation site for Material-UI", "repository": { "type": "git", diff --git a/docs/src/www/versions.json b/docs/src/www/versions.json index 45d3fe1a156a24..8d4909695302a0 100644 --- a/docs/src/www/versions.json +++ b/docs/src/www/versions.json @@ -2,7 +2,6 @@ "HEAD", "v0.17.1", "v0.17.0", - "v0.17.0", "v0.16.7", "v0.16.6", "v0.16.5", @@ -56,4 +55,4 @@ "v0.3.2", "v0.3.1", "v0.3.0" -] \ No newline at end of file +] diff --git a/package.json b/package.json index 1e7bda8581e16c..412bb1e1edd579 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "material-ui-build", "private": true, - "author": "Call-em-all Engineering Team", - "version": "0.17.0", + "author": "Material-UI Team", + "version": "0.17.1", "description": "React Components that Implement Google's Material Design.", "main": "./src/index.js", "keywords": [