File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments