|
1 | | -## 0.8.0 (Pre-release) |
2 | | -###### _TBD_ |
| 1 | +## 0.8.0 |
| 2 | +###### _May 24, 2015_ |
3 | 3 |
|
4 | 4 | ##### Breaking Changes |
5 | 5 | - Refactored all CSS into Javascript (#30, #316) |
6 | 6 | - All Material-UI components now have their styles defined inline. This solves |
7 | 7 | many problems with CSS as mentions in [@vjeux's presentation](https://speakerdeck.com/vjeux/react-css-in-js) |
8 | | - such polluting the global namespace with classes that really should be |
| 8 | + such as polluting the global namespace with classes that really should be |
9 | 9 | component specific. In addition to the benefits mentioned in the |
10 | 10 | presentation, inline styles allow Material-UI to become CSS preprocessor |
11 | 11 | agnostic and make Themeing much more dynamic and simple. |
|
25 | 25 | and can be accessed like so `var FILENAME = require('material-ui').Styles.FILENAME;`. |
26 | 26 | Material-UI has moved away from being a CSS Framework to being simply a |
27 | 27 | set of React components. |
| 28 | +- Paper component no longer generates nested divs (#601) |
| 29 | + - This allowed us to simplify styling of paper containers. As a result, styling the inner div is no longer necessary. |
28 | 30 |
|
29 | 31 | ##### General |
30 | 32 | - Themes have been added (#202) |
31 | 33 | - Requiring individual components is now supported (#363) |
32 | 34 | - An example would be: `var SvgIcon = require('material-ui/lib/svg-icon);` |
33 | 35 | - The `/lib` folder in Material-UI contains the file structure needed when referencing individual components. |
34 | 36 |
|
| 37 | +###### Components |
| 38 | +- Date Picker |
| 39 | + - Added AutoOK Prop (#658) |
| 40 | + - Added ability to specify min and max dates (#658) |
| 41 | + - Added Year Selector (#658) |
| 42 | +- Dialog now repositions on screen resize (#597) |
| 43 | +- Left Nav will now close with a swipe gesture (#614) |
| 44 | +- Linear and Circular Progress Indicators - NEW (#632) |
| 45 | +- TimePicker - NEW (#589) |
| 46 | + |
| 47 | + |
35 | 48 | ## 0.7.5 |
36 | 49 | ###### _Apr. 27, 2015_ |
37 | 50 |
|
|
0 commit comments