Skip to content

Commit

Permalink
Merge pull request mui#2781 from alitaheri/prepare-0.14.1-release
Browse files Browse the repository at this point in the history
Prepare the 0.14.1 release
  • Loading branch information
Hai Nguyen committed Jan 4, 2016
2 parents 5d192eb + 66a690d commit 0ae4d7f
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 8 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
## HEAD

## 0.14.1
###### _Jan 05, 2016_

##### General
- Upgrade to babel v6 (#2620, #2709)
- [Docs] Improve the performance of the production build (#2680)
- [Docs] Improve the AppLeftNav for mobile (#2690)
- [Docs] Use a single LeftNav (#2721)
- [Docs] Migrated the following pages to use the new documentation standard:
1. [DatePicker] (#2622)
1. [GridList] (#2681)
1. [SelectField] (#2694)
1. [IconButton] (#2700)
- Added the following eslint rules:
1. react/sort-comp (#2774, #2776)

##### Component Fixes / Enhancements
- [MenuItem] Fix icon position (#2661)
- [SelectableList] Recursively extend children (#2320)
- [SelectField] Add hintStyle (#2710)
- [EnhancedButton] Avoid rendering `<a>` element (#2708)
- [LeftNav] Only transition the transform property (#2730)
- [TextField] Fix `errorText` when using `multiLine` (#2742)
- [TimePicker] Update am/pm buttons (#2757)

##### Deprecations
- [Dialog] Deprecate width (#2753)

## 0.14.0
###### _Dec 25, 2015_

Expand Down
3 changes: 1 addition & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
* Remove the old menu folder.
* Remove old component file naming

## 0.14.1
## 0.14.2

- [ ] #2456 Deprecate usage of JSON in favor of composability.
- [ ] Documentation versioning.
- [ ] Enforce eslint rules.
- [ ] #2433 Auto-generate Docs from source-code.
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.14.0",
"version": "0.14.1",
"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.14.0",
"version": "0.14.1",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"watchify": "^2.2.1"
},
"dependencies": {
"material-ui": "^0.14.0",
"material-ui": "^0.14.1",
"react": "^0.14.0",
"react-dom":"^0.14.0",
"react-tap-event-plugin": "^0.2.1"
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.14.0",
"version": "0.14.1",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"material-ui": "^0.14.0",
"material-ui": "^0.14.1",
"react": "^0.14.3",
"react-dom":"^0.14.3",
"react-tap-event-plugin": "^0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.14.0",
"version": "0.14.1",
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 0ae4d7f

Please sign in to comment.