Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## HEAD

## 0.14.2
###### _Jan 08, 2016_

##### General
- [CRITICAL] Fix imports using require() style syntax (#2804) thanks @newoga
- [Examples] Upgrade to babel 6 for browserify (#2795)
- [Docs] Migrated the following pages to use the new documentation standard:
1. [RefreshIndicator] (#2799)
1. [Icon] (#2695)
1. [Lists] (#2782)
1. [Progress] (#2798)
1. [Sliders] (#2800)
1. [Paper] (#2797)
1. [Menus] (#2785)
- Added the following eslint rules:
1. `react/jsx-indent` (#2808)

##### Component Fixes / Enhancements
- [DatePicker] Update slide direction (#2791)
- [AutoComplete] Add 2 extra filters for text matching (#2755)
- [TableRow] Fix row height in IE (#2812)

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

Expand Down
7 changes: 3 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
* Remove the old menu folder.
* Remove old component file naming

## 0.14.2
## 0.15.0

- [ ] Documentation versioning.
- [ ] Enforce eslint rules.
- [ ] #2433 Auto-generate Docs from source-code.
- [ ] #2493 Use higher order components across the library to abstract themes passed down from context.
- [ ] Add example on how to use [react-list](https://github.com/orgsync/react-list) for lists, menu items and table.
- [ ] Document the new theme calcualtion, and it's usage. (#2635)

##### Breaking Changes
## 0.14.3

None
- [ ] Document the new theme calculation, and it's usage. (#2635)
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.1",
"version": "0.14.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.14.1",
"version": "0.14.2",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"watchify": "^3.6.1"
},
"dependencies": {
"material-ui": "^0.14.1",
"material-ui": "^0.14.2",
"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.1",
"version": "0.14.2",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"material-ui": "^0.14.1",
"material-ui": "^0.14.2",
"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.1",
"version": "0.14.2",
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
Expand Down