Skip to content

Commit 706446d

Browse files
committed
v0.5.0 Release
1 parent 5f75486 commit 706446d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.5.0
2+
###### _Jan. 3, 2105_
3+
4+
##### Breaking Changes
5+
- Removed lesshat dependency. Be sure to change your build process to include an
6+
[autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer).
7+
8+
##### Components
9+
- Buttons
10+
- Ripple animations are much faster now. The animation starts onMouseDown or onTouchStart
11+
and completes onMouseUp or onTouchEnd. Now we can spam buttons all day long. :)
12+
- Spacebar key up triggers button clicks. (#155)
13+
- Slider
14+
- Changed slider cursor (#187)
15+
- Snackbar (New)
16+
- Added a snackbar component.
17+
118
## 0.4.1
219
###### _Dec. 25, 2104_
320

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

0 commit comments

Comments
 (0)