Skip to content

Commit

Permalink
Merge pull request #5729 from oliviertassinari/v0.16.5
Browse files Browse the repository at this point in the history
[release] v0.16.5
  • Loading branch information
hai-cea committed Dec 9, 2016
2 parents 6b2441f + ae4407c commit 8a03a04
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 5 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,44 @@
## HEAD

## 0.16.5
###### _Dec 9, 2016_

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

##### Component Fixes / Enhancements

- [AutoComplete] Add an onClose callback property (#5655)
- [AutoComplete] Fix the controlled behavior (#5685)
- [DatePicker] Auto switch the view when a year is selected (#5700)
- [DropDownMenu] Add an onClose callback property (#5653)
- [DropDownMenu] Do not wrap below dropdown menu (#4755)
- [EnhancedButton] Fix an accessibility issue (#5657)
- [EnhancedButton] Only apply type when needed (#5728)
- [IconMenu] Add listStyle prop (#5630)
- [IconMenu] Fix controlled IconMenus to honor onRequestChange (#5704)
- [MenuItem] Add right padding when there is icon (#4762)
- [Popover] Add the missing zIndex (#5730)
- [List] Fix padding styles object (#5661)
- [SelectField] Scroll wheel event bubbling to parent container (#4154)
- [StepLabel] Address a box model issue (#5690)
- [SelectField] Add listStyle prop (#5631)
- [TextField] Fix errorStyle priority (#5654)
- [TextField] Add a floatingLabelShrinkStyle property (#5669)
- [autoprefixer] Fix a style issue with user agent all and display flex (#5668)
- [makeSelectable] Fix missing check for existence of onChange (#5589)

##### Docs

- [docs] Add a Q&A section around the next branch (#5718)
- [docs] Fix typo with sentence for AutoComplete (#5596)
- [docs] Fix origin documentation (#5676)
- [docs] Fix Linear Progress Prop Documentation (#5680)
- [docs] Fix a scroll issue on (iOS) (a12dca847af6833dbf671e48c736047d6909ec53)

##### Core

- [core] Apply 3 different fixes (#5695)

## 0.16.4
###### _Nov 17, 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.4` have low priority and will most likely not be reviewed nor merged.
:warning: New features based on `v0.16.x` 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,6 +1,6 @@
{
"name": "material-ui-docs",
"version": "0.16.4",
"version": "0.16.5",
"description": "Documentation site for Material-UI",
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions docs/src/www/versions.json
@@ -1,7 +1,6 @@
[
"HEAD",
"v0.16.4",
"v0.16.3",
"v0.16.5",
"v0.16.2",
"v0.16.1",
"v0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-build",
"private": true,
"author": "Call-em-all Engineering Team",
"version": "0.16.4",
"version": "0.16.5",
"description": "React Components that Implement Google's Material Design.",
"main": "./src/index.js",
"keywords": [
Expand Down

0 comments on commit 8a03a04

Please sign in to comment.