Skip to content

Commit

Permalink
v0.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Nov 8, 2014
1 parent 3070ed3 commit 088d257
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
## 0.1.29 (Nov. 11, 2014)

## 0.2.0
###### Nov. 7, 2014
- Icon
- Added all font icons from the unoffical material design icon font:
https://github.com/designjockey/material-design-fonticons
- All icon names had to change because of this. Sorry. :(
- PaperButton
- Added href prop
- Css fixes
- Dialog
- Added onShow event
- Children contents of the dialog is only rendered if the dialog is opened
- LeftNav
- Fixed a bug that caused docked LeftNav component to close on menu click
- Removed isInitiallyOpen prop
- Input
- onLineBreak event now passes back event (e) on callback

## 0.1.29
###### Nov. 5, 2014
- css fix on paper component
- hover transition fix on buttons
- removed selected state on drop down icon component
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.1.30",
"version": "0.2.0",
"description": "Material Design UI components built with React",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 088d257

Please sign in to comment.