Skip to content

Commit

Permalink
Merge pull request #5413 from oliviertassinari/v0.16.1-prepare
Browse files Browse the repository at this point in the history
[release] prepare v0.16.1
  • Loading branch information
oliviertassinari committed Oct 19, 2016
2 parents 4efc03e + 7bff66e commit 2085737
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,44 @@
## HEAD

## 0.16.1
###### _Oct 18, 2016_

This is a small release improving the stability of `v0.16.x`.

##### Component Fixes / Enhancements

- [ClickAwayListener] Improve the propTypes definition (2d99b2d66f0a895389f61e866c8840abebcf2b72)
- [DropDownMenu] Fix usage of null child (#5402)
- [FloatingActionButton] Set touch flag in handleTouchEnd (#5077)
- [FloatingActionButton] Fix overriding the style property on the children (#5246)
- [IconMenu] Updating error message for IconButton (#5361)
- [IconMenu] Makes the warning message more explicit (#5395)
- [Menu] Fix the key theme used for the selectedTextColor (#5379)
- [MenuItem] Add min-height to MenuItem to allow null options in SelectItem (11639b02e62cc60861582eb9c1516e1fe46d5ccb)
- [Popover] Making sure Popover has correct position (#4839)
- [Popover] Add missing animated=false (#5374)
- [RadioButtonGroup] Modifying `selected` initial value check to account for falsy value (#5342)
- [RaisedButton] Add a overlayStyle property (c16147d9eb81a69a82f88d21fb0d7a356b95e2af)
- [RefreshIndicator] Fix Unknown props react warning (#5356)
- [Tabs] Add tabTemplateStyle prop to Tabs (#5359)
- [TableFooter] Render the children independently of adjustForCheckbox (#5406)
- [TableRowColumn] Revert Tooltip visible with TableRowColumn (#5378)
- [TextField] Fix a failing test with the controlled behavior (#5351)
- [TextField] Fix leaking appearance property on a div (#5412)
- [withWidth] Fix the SSR reconciliation (#5405)

##### Core

- [GitHub] Improve ISSUE_TEMPLATE to ask for a running snippet (#5388)
- [npm] Upgrade the dependencies (#5404)

##### Docs

- [docs] Add LireLactu to the showcase (#5336)
- [docs] Document the muiThemeable HOC (#5363)
- [docs] Fix non-compiling example code on Themes page (#5344)


## 0.16.0
###### _Oct 3, 2016_

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Expand Up @@ -2,7 +2,7 @@

The roadmap is a living document, and it is likely that priorities will change, but the list below should give some indication of our plans for the next major release, and for the future.

:warning: New features based on `v0.16.0` have low priority and will most likely not be reviewed nor merged.
:warning: New features based on `v0.16.1` have low priority and will most likely not be reviewed nor merged.

## [next](https://github.com/callemall/material-ui/milestone/14) (expected in the next couple months)

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "material-ui-docs",
"version": "0.16.0",
"description": "Documentation site for material-ui",
"description": "Documentation site for Material-UI",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
Expand Down

0 comments on commit 2085737

Please sign in to comment.