Skip to content

Commit b55b770

Browse files
author
Hai Nguyen
committed
v0.11.1 Release
1 parent e20ef81 commit b55b770

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.11.1
2+
###### _Sep 15, 2015_
3+
4+
##### Component Fixes / Enhancements
5+
- DatePicker - Updated to new design specs (#1266)
6+
- LeftNav - Fix sidebar position for browsers that don't support transform3d (#1269)
7+
- TextField - Added props to override underlineStyle when disabled (#1493)
8+
19
## 0.11.0
210
###### _Aug 24, 2015_
311

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-docs",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Documentation site for material-ui",
55
"repository": {
66
"type": "git",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-ui",
33
"author": "Call-em-all Engineering Team",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)