Skip to content

Commit

Permalink
v0.7.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrtnz committed Apr 1, 2015
1 parent 2604a01 commit 9321a4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.7.3
###### _Apr. 1, 2015_

##### General
- Updated mui to use peer dependency changes (#471)
- Replaced `DOMIdable` with `UniqueId` (#490)

##### Components
- Dialog
- Changed `title` prop to accept node types instead of just strings (#474)
- Link Menu Item
- Fixed anchor attribute name (#493)
- Menu
- Nested menus expand when hovered (#475)

## 0.7.2
###### _Mar. 25, 2015_

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.7.2",
"version": "0.7.3",
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 9321a4a

Please sign in to comment.