|
| 1 | +## 0.3.0 |
| 2 | +###### _Nov. 17, 2014_ |
| 3 | + |
| 4 | +##### General |
| 5 | +- Updated Browserify & Reactify versions |
| 6 | +- Enabled reactify es6 transformations |
| 7 | +- Removed jQuery dependency (#25) |
| 8 | +- Added reaact-tap-event-plugin dependency |
| 9 | + |
| 10 | +##### Components |
| 11 | +- Dialog |
| 12 | + - Width is now determined by content |
| 13 | + - Position is centered horizontally inside parent container |
| 14 | + - Pressing Esc now closes the dialog (#35) |
| 15 | +- Dropdown Menu |
| 16 | + - Added underline (#39) |
| 17 | + - Fixed display problem on double click (#43) |
| 18 | +- Icon |
| 19 | + - Transfer all props to underlying span |
| 20 | +- Icon Button (New) |
| 21 | + - Buttons...that are icons. :) |
| 22 | +- Input |
| 23 | + - Added required, min, max and step |
| 24 | +- LeftNav |
| 25 | + - Fixed left nav style when docked (#36) |
| 26 | + - Transition now uses translate3d instead of left |
| 27 | + - Overlay now listens to onTouchTap |
| 28 | +- Menu Items |
| 29 | + - Added user select none styles (#45) |
| 30 | +- Paper |
| 31 | + - Added onMouseOver & onMouseOut props |
| 32 | +- Toolbar |
| 33 | + - Items are now passed in as children instead of groupItem prop |
| 34 | + |
| 35 | +##### Mixins |
| 36 | +- Added WindowListenable. Allows listening to window events. |
| 37 | + |
| 38 | +##### Utils |
| 39 | +- Added Dom and Events utility functions |
| 40 | +- Fixed a bug that caused CSS Events to bind twice |
| 41 | + |
| 42 | +##### Less |
| 43 | +- Added media query variables |
| 44 | +- Added no-wrap mixin |
| 45 | +- Removed unnecessary style resets |
| 46 | +- Removed tab highlight color on all elements |
| 47 | + |
1 | 48 | ## 0.2.2
|
2 |
| -###### Nov. 11, 2014 |
| 49 | +###### _Nov. 11, 2014_ |
3 | 50 | - Changed project structure to be less confusing. Material-UI components/styles live in the src directory.
|
4 | 51 | Docs site code lives in the docs directory. This still allows us to easily test components in the docs site
|
5 | 52 | as we are working on them
|
|
10 | 57 | - Improved ripple animation on buttons
|
11 | 58 |
|
12 | 59 | ## 0.2.1
|
13 |
| -###### Nov. 8, 2014 |
| 60 | +###### _Nov. 8, 2014_ |
14 | 61 | - Fixed icon font reference. We're now including it as part of the project
|
15 | 62 | instead of an npm dependency.
|
16 | 63 |
|
17 | 64 | ## 0.2.0
|
18 |
| -###### Nov. 7, 2014 |
| 65 | +###### _Nov. 7, 2014_ |
19 | 66 | - Icon
|
20 | 67 | - Added all font icons from the unoffical material design icon font:
|
21 | 68 | https://github.com/designjockey/material-design-fonticons
|
|
33 | 80 | - onLineBreak event now passes back event (e) on callback
|
34 | 81 |
|
35 | 82 | ## 0.1.29
|
36 |
| -###### Nov. 5, 2014 |
| 83 | +###### _Nov. 5, 2014_ |
37 | 84 | - css fix on paper component
|
38 | 85 | - hover transition fix on buttons
|
39 | 86 | - removed selected state on drop down icon component
|
|
0 commit comments