Skip to content

Commit accd9f0

Browse files
committed
v0.6.1 Release
1 parent 7e9f069 commit accd9f0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.6.1
2+
###### _Jan. 26, 2105_
3+
4+
##### Fixes
5+
- Checkbox & Toggle
6+
- Fixed a bug that caused checkboxes and toggles to not uncheck.
7+
18
## 0.6.0
29
###### _Jan. 26, 2105_
310

@@ -33,7 +40,7 @@
3340
- Menu Item
3441
- Menu Items now respond to onTouchTap
3542
- Radio Button
36-
- Checkbox styling now matches material design specs
43+
- Radio Button styling now matches material design specs
3744
- This component has been revamped and can now be controlled or uncontrolled.
3845
- Slider
3946
- Fixed a css bug with slider handles (#225)

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.6.0",
4+
"version": "0.6.1",
55
"description": "Material Design UI components built with React",
66
"main": "./src/index",
77
"scripts": {

0 commit comments

Comments
 (0)