Skip to content

Commit 3da654e

Browse files
committed
v0.9.1 Release
1 parent 28e7766 commit 3da654e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.9.1
2+
###### _Jun 14, 2015_
3+
4+
##### General
5+
The following components have been modified to allow for style overrides:
6+
Radio Button Group, Radio Button, Enchanced Switch Label, Text Field, Toogle, Checkbox (#807)
7+
8+
##### New Components
9+
- List, ListItem, ListDivder, Avatar (#836)
10+
11+
##### Components
12+
- Checkbox - Added checkedIcon and unCheckedIcon props. This is useful to create icon toggles.
13+
- Dialog - Fixed a bug with the open immediately flag (#810)
14+
- DropDownIcon - Added support for icon ligature (#806)
15+
- Menu - Fixed a style problem (#843)
16+
- RadioButtonGroup - Fixed a bug with mapping Radio children (#820)
17+
- Slider - Fixed a glitch that happened when click on the slider handle (#833)
18+
- TextField - Added fullWidth prop (#827)
19+
- TimePicker
20+
- Fixed a bug with the defaultTime setting (#822)
21+
- Fixed clock handles on Firefox (#825)
22+
123
## 0.9.0
224
###### _Jun 9, 2015_
325

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

0 commit comments

Comments
 (0)