diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b13b0b192ec21..e20ca471017ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ ## HEAD +## 0.16.6 +###### _Dec 25, 2016_ + +We are releasing sooner than we use to for this **special day** :christmas_tree::gift:. +17 contributors are making that last release of the year possible. + +2016 has been an exceptional year for Material-UI. +- We went from 40k to 180k [downloads](https://npm-stat.com/charts.html?package=material-ui&from=2014-12-24&to=2016-12-25) a month. :package: +- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#callemall/material-ui). :star: + +That wouldn't have been possible without this awesome community. +**Thank you!** + +But this's just the beginning, some [exiting stuffs](https://github.com/callemall/material-ui/blob/master/ROADMAP.md) are coming with 2017 :sparkles:. +You can preview a **very early** version of the next branch following [that link](https://material-ui-1dab0.firebaseapp.com). + +##### Component Fixes / Enhancements + +- [IconButton] Add a hoveredStyle property (#5755) +- [Menu] Add a dividerStyle property (#5734) +- [Menu][DropDownMenu][SelectField] Add menuItemStyle and menuItemSelectedStyle properties (#5389) +- [Popover] Fix ghost clicks in onRequestClose (#5749) +- [Popover] Fix bad positioning on IOS devices (#4638) +- [Popover] Revert the latest PR following a regression (#5797) +- [Stepper] Allow custom step connector (#5741) +- [Stepper] Fix content container's height expantion (#5733) +- [TimeDisplay] Inherit text color from theme (#5816) +- [TouchRipple] Fix issue #5626 (#5763) + +##### Docs + +- [AutoComplete] Add a controlled example (#5795) +- [Slider] Add onChange callback signatures to docs (#5760) +- [TextField] Add callback signatures to docs (#5804) +- [docs] Add link to babel-plugin-material-ui (#5754) +- [docs] Node is written mostly in C++, not in C (#5776) +- [docs] Remove redundant words (#5778) +- [docs] Add showcase item - Realty Advisors Elite (#5806) + +##### Core + +- [core] Add support for Webpack 2/Rollup tree shaking in `svg-icons` sub module (#5774) + ## 0.16.5 ###### _Dec 9, 2016_ diff --git a/docs/package.json b/docs/package.json index 4660e5e2a47f7d..5239213f4496fa 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "material-ui-docs", - "version": "0.16.5", + "version": "0.16.6", "description": "Documentation site for Material-UI", "repository": { "type": "git", diff --git a/docs/src/www/versions.json b/docs/src/www/versions.json index 0740af6c2fddf8..680ca0c071ca0f 100644 --- a/docs/src/www/versions.json +++ b/docs/src/www/versions.json @@ -1,5 +1,6 @@ [ "HEAD", + "v0.16.6", "v0.16.5", "v0.16.2", "v0.16.1", diff --git a/package.json b/package.json index 33e9eca2db8606..fd8135c22a1232 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-ui-build", "private": true, "author": "Call-em-all Engineering Team", - "version": "0.16.5", + "version": "0.16.6", "description": "React Components that Implement Google's Material Design.", "main": "./src/index.js", "keywords": [