Skip to content

Commit 6b294fd

Browse files
committed
v0.4.1 Release
1 parent 60053d5 commit 6b294fd

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 0.4.1
2+
###### _Dec. 25, 2104_
3+
4+
##### General
5+
- Updated to react 0.12.2; browserify 7.0.3
6+
- Fixed ripple animation on Firefox (#129)
7+
- Updated red, green, and blue color variables to match specs (#177)
8+
9+
##### Components
10+
- Buttons
11+
- Added secondary button colors
12+
- Removed underline styles on link buttons (#172)
13+
- Date Picker (New)
14+
- Added new date picker component.
15+
- Dialog version is implemented, inline version to follow in upcoming release.
16+
- Has both portrait and landscape modes.
17+
- Keyboard support: arrow keys advance dates, shift+arrow advances month.
18+
- Dialog
19+
- Dialog actions now generate buttons with secondary colors.
20+
- Added contentClassName prop. This is used to style the actual dialog window.
21+
For example, setting its width.
22+
- Dialog contents no longer are removed from the DOM when the dialog is dismissed.
23+
- Disabled scrolling when the dialog window is open.
24+
- Input
25+
- Added disabled input styles (#140)
26+
- Added blur() method
27+
- Added support for email input type (#170)
28+
- Fix textarea placeholder focus exception (#170)
29+
- Added mui-is-not-empty class when the input isn't empty (#170)
30+
- Slider
31+
- Trigger onChange when clicking on slider (#153)
32+
133
## 0.4.0
234
###### _Dec. 15, 2014_
335

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

0 commit comments

Comments
 (0)