Skip to content

Commit abc159f

Browse files
committed
v0.7.4 Release
1 parent 0cf4078 commit abc159f

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.7.4
2+
###### _Apr. 21, 2015_
3+
4+
##### General
5+
- Updated to react v0.13
6+
7+
##### Components
8+
- AppBar
9+
- Fixed IE toString.Call() issue (#518, #468)
10+
- Buttons
11+
- Button events now do not fire on disabled buttons (#512)
12+
- Fixed rapid keyboard tabbing issue (#528)
13+
- DatePicker
14+
- Added autoOk, minDate, and maxDate props (#538)
15+
- Dialog
16+
- Fixed IE toString.Call() issue (#518, #468)
17+
- Added modal prop (#523)
18+
- Fixed warnings caused by overwriting props (#500)
19+
- Added ability to give an action button autofocus (#552)
20+
- DropDownMenu
21+
- Handle selectIndex less than 0 (#480)
22+
- Fixed issue of using this component outside strict mode (#533)
23+
- LeftNav
24+
- Added onNavOpen & onNavClose events (#495)
25+
- Switches
26+
- Fixed errors on disabled switches on mobile (#476)
27+
128
## 0.7.3
229
###### _Apr. 1, 2015_
330

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

0 commit comments

Comments
 (0)