|
| 1 | +## 0.9.0 |
| 2 | +###### _Jun 9, 2015_ |
| 3 | + |
| 4 | +##### Breaking |
| 5 | +We've cleaned up some of our click/tap events. (#771) Upgrade should be straight forward, please see below: |
| 6 | +- DropDownIcon - closeOnMenuItemClick has been replaced with closeOnMenuItemTouchTap. |
| 7 | +- Menu - onItemClick has been removed; use onItemTap instead. |
| 8 | +- MenuItem - onClick event has been removed; use onTouchTap instead. |
| 9 | + |
| 10 | +##### General |
| 11 | +- ClickAwayable is now bound to onTouchTap instead of onClick (#766) |
| 12 | + |
| 13 | +##### Components |
| 14 | +- AppBar will now render its children (#725) |
| 15 | +- DatePicker will now properly handle defaultDate prop changes (#722) |
| 16 | +- Dialog actions now respond to onTouchTap (#752) |
| 17 | +- LeftNav |
| 18 | + - Fixed line height style bug (#742) |
| 19 | + - Fixed a bug that caused the LeftNav to immediately close on iOS full screen mode (#751, #366) |
| 20 | +- Menu |
| 21 | + - Will now adjust its height when props change (#544, #203) |
| 22 | + - MenuItemStyle prop is now passed down to nested menus (#802) |
| 23 | +- RadioButtonGroup can now have its styles overridden (#768) |
| 24 | +- RaisedButtons - Fixed a bug that caused incorrect transitions (#731, #702) |
| 25 | +- SvgIcon - ViewBox can now be passed in as a prop (#747) |
| 26 | +- Tabs - Components inside tabs now keep their state when switching between tabs (#700, #450) |
| 27 | +- TextField |
| 28 | + - Multi-line text fields can now be initialized with a certain number of rows (#693) |
| 29 | + - Fixed style bug that caused width to not be set on disabled text-fields |
| 30 | + - Fixed style bug that caused focus underline to be black |
| 31 | + - Fixed style problem that caused text to jump on multi-line inputs |
| 32 | +- Theme (New) |
| 33 | + - This is a high order component that can be used to set your theme overrides (#797) |
| 34 | + |
1 | 35 | ## 0.8.0 |
2 | 36 | ###### _May 24, 2015_ |
3 | 37 |
|
|
34 | 68 | - An example would be: `var SvgIcon = require('material-ui/lib/svg-icon);` |
35 | 69 | - The `/lib` folder in Material-UI contains the file structure needed when referencing individual components. |
36 | 70 |
|
37 | | -###### Components |
| 71 | +##### Components |
38 | 72 | - Date Picker |
39 | 73 | - Added AutoOK Prop (#658) |
40 | 74 | - Added ability to specify min and max dates (#658) |
|
44 | 78 | - Linear and Circular Progress Indicators - NEW (#632) |
45 | 79 | - TimePicker - NEW (#589) |
46 | 80 |
|
47 | | - |
48 | 81 | ## 0.7.5 |
49 | 82 | ###### _Apr. 27, 2015_ |
50 | 83 |
|
51 | 84 | ###### General |
52 | 85 | - Removed deprecation warnings by replacing `this.getDOMNode()` with `React.findDOMNode()` (#558) |
53 | 86 | - Replaced `process.NODE_ENV` with `process.env.NODE_ENV` (#573) |
54 | 87 |
|
55 | | -###### Components |
| 88 | +##### Components |
56 | 89 | - DropDownMenu |
57 | 90 | - Fixed `props is not defined` error when `onChange` is invoked (#556) |
58 | 91 | - Floating Action Button |
|
0 commit comments