Skip to content

Commit

Permalink
[release] Prepare v0.17.1 (#6330)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Mar 13, 2017
1 parent c14a2bf commit 0528048
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 6 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions docs/src/www/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"HEAD",
"v0.17.1",
"v0.17.0",
"v0.17.0",
"v0.16.7",
"v0.16.6",
"v0.16.5",
Expand Down Expand Up @@ -56,4 +55,4 @@
"v0.3.2",
"v0.3.1",
"v0.3.0"
]
]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 0528048

Please sign in to comment.