Skip to content

Commit

Permalink
v0.7.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrtnz committed Mar 25, 2015
1 parent 665d036 commit 953606f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## 0.7.2
###### _Mar. 25, 2015_

##### General
- Updated react-draggable2 dependency (#391)
- Updated react and peer dependecies to React v0.13 (#452)

##### Components
- Date Picker
- Added `onShow` and `onDismiss` props (#399)
- Dialog
- Fixed scrolling issue when opened immediately (#406)
- `onShow` is now called when opened immediately (#453)
- Flat Button
- Disabled primary buttons use disabled styling over primary (#432)
- Floating Action Button
- Fixed zdepth to update when `disabled` prop changes (#390)
- Disabled secondary buttons use disabled styling over secondary (#432)
- Left Nav
- Scrolling is prevented when displayed (#406)
- Menu
- Menu and menu-related components have been moved into `js/menu/*` (#402)
- Added LinkMenuItem component (#402)
- Menu Item
- Added `disable` prop (#402)
- Overlay
- Now control scroll un/locking. (#406)
- Paper
- Added `innerStyle` prop (#418)
- Raised Button
- Disabled primary buttons use disabled styling over primary (#432)
- Tabs
- Added `initialSelectedIndex` prop (#389)

## 0.7.1
###### _Mar. 4, 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.1",
"version": "0.7.2",
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
Expand Down

1 comment on commit 953606f

@mmrtnz
Copy link
Contributor Author

@mmrtnz mmrtnz commented on 953606f Mar 26, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.7.2 has been released! The docs site has not been updated yet due to React Router's breaking changes. This is currently being worked on. Npm will update to v0.7.2 after this has been fixed. We will send updates if anything changes. Thank you for your patience!

Please sign in to comment.