Skip to content

Commit 6b609c6

Browse files
committed
v0.10.1 Release
1 parent 872fb69 commit 6b609c6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.10.1
2+
###### _Jul 13, 2015_
3+
4+
##### Component Fixes / Enhancements
5+
- CircularProgress - Fixed animation bug in Safari (#1093, #863)
6+
- Dialog
7+
- `contentClassName` is now being passed down to the appropriate child (#1122)
8+
- Fixed max height on vertically scrollable dialogs (#1153, #1100)
9+
- DropDownMenu
10+
- Fixed display height (#1123)
11+
- Fixed display height when menu items change (#1145)
12+
- IconMenu - Added `closeOnItemTouchTap` prop (#1156)
13+
- LeftNav - Performance improvements during show/hide (#1137)
14+
- SelectField - `errorText` is now being passed down to underlying `textField` (#1131)
15+
- Table - Added static width to checkbox columns (#1128)
16+
- Tabs - Added `inkBarStyle` prop (#1154)
17+
- TextField - `errorStyle` prop is now being properly merged (#1116)
18+
119
## 0.10.0
220
###### _Jul 9, 2015_
321

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-docs",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Documentation site for material-ui",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
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.10.0",
4+
"version": "0.10.1",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)