Skip to content

Commit

Permalink
Prepare the 0.15.0-beta.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alitaheri committed Apr 21, 2016
1 parent 1890ad1 commit 7f61d11
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## HEAD

## 0.15.0-beta.2
###### _Apr 21, 2016_

##### General
- [.gitignore] Ignore `jsconfig.json` - VSCode config file (#4011)
- [Docs] Update usage docs with muiTheme instructions (#4034)
- [Docs] Add beta installation details to the README (#4048)
- [Examples] Update import statements (#3992)

##### Component Fixes / Enhancements
- [AutoComplete] Change `error`, `hint`, `floatingLabel` property validators to `PropTypes.node` (#4019)
- [Dialog] Add border to title and actions when content is scrollable (#4001)
- [Dialog] Add support for the Alert (#4022)
- [Dialog] Merge title style when title it a node (#4033)
- [ListItem] Fix flexbox shrinking [issue](#4016) (#4044)
- [Menu] Fix regression that caused nested menus to be unreachable (#3947)
- [RaisedButton] fix hover overlay for icon only buttons, fixes #3815 (#4035)
- [RefreshIndicator] Fix timer leaks (#3986)
- [SelectField] Fix server side rendering (#4004)
- [Tab] Fix the justify content when there is only one child (#4023)

##### Deprecations
- [List] Deprecate the `valueLink` property (#3936)

## 0.15.0-beta.1
###### _Apr 13, 2016_

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.15.0-beta.1",
"version": "0.15.0-beta.2",
"description": "Documentation site for material-ui",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions examples/browserify-gulp-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-example-browserify",
"version": "0.15.0-beta.1",
"version": "0.15.0-beta.2",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"watchify": "^3.6.1"
},
"dependencies": {
"material-ui": "^0.15.0-beta.1",
"material-ui": "^0.15.0-beta.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-tap-event-plugin": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-example-webpack",
"version": "0.15.0-beta.1",
"version": "0.15.0-beta.2",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"material-ui": "^0.15.0-beta.1",
"material-ui": "^0.15.0-beta.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-tap-event-plugin": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-build",
"private": true,
"author": "Call-em-all Engineering Team",
"version": "0.15.0-beta.1",
"version": "0.15.0-beta.2",
"description": "Material Design UI components built with React",
"main": "./src/index.js",
"keywords": [
Expand Down

0 comments on commit 7f61d11

Please sign in to comment.