Skip to content

Commit

Permalink
v0.6.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Jan 27, 2015
1 parent 7e9f069 commit accd9f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.1
###### _Jan. 26, 2105_

##### Fixes
- Checkbox & Toggle
- Fixed a bug that caused checkboxes and toggles to not uncheck.

## 0.6.0
###### _Jan. 26, 2105_

Expand Down Expand Up @@ -33,7 +40,7 @@
- Menu Item
- Menu Items now respond to onTouchTap
- Radio Button
- Checkbox styling now matches material design specs
- Radio Button styling now matches material design specs
- This component has been revamped and can now be controlled or uncontrolled.
- Slider
- Fixed a css bug with slider handles (#225)
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.6.0",
"version": "0.6.1",
"description": "Material Design UI components built with React",
"main": "./src/index",
"scripts": {
Expand Down

0 comments on commit accd9f0

Please sign in to comment.