Skip to content

Commit cbcbc2c

Browse files
committed
v0.9.2 Release
1 parent ef085c5 commit cbcbc2c

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 0.9.2
2+
###### _Jun 20, 2015_
3+
4+
##### New Components
5+
- SelectField (#846)
6+
- Card, CardActions, CardHeader, CardMedia, CardText, CardTitle (#857)
7+
- Table (#890)
8+
9+
##### Components
10+
- AppBar - Long AppBar titles now render ellipses (#875)
11+
- Buttons
12+
- Added containerElement prop (#850)
13+
- Fixed styling for disabled link buttons
14+
- DropDownMenu - Added keyboard functionality (#846)
15+
- FontIcon - Added color and hoverColor props
16+
- ListItem
17+
- Fixed display problem with Single line checkboxes (#854)
18+
- Added rightIconButton prop
19+
- Slider - Added step functionality (#860)
20+
- Switches - Added labelStyle prop (#871)
21+
- SvgIcon - Added color and hoverColor props
22+
- TextField - Made element styles overridable (#864)
23+
- TimePicker
24+
- Fixed clock functionality for various browsers (#840)
25+
- Fixed clock numbers positioning for Safari (#870)
26+
- Fixed clock handles on Android Chrome (#873)
27+
- Toggle
28+
- Made element styles overridable (#855)
29+
- Fixed style bug on IE 10, 11 (#885)
30+
- Toolbar - Fixed error when a child element is null (#847)
31+
32+
##### Theming
33+
- Theme spacing can now be overriden (#879)
34+
135
## 0.9.1
236
###### _Jun 14, 2015_
337

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.8.0",
3+
"version": "0.9.2",
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.9.1",
4+
"version": "0.9.2",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)