Skip to content

Commit cb79481

Browse files
committed
v0.8.0 Release
1 parent 5fc49b9 commit cb79481

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 0.8.0 (Pre-release)
2-
###### _TBD_
1+
## 0.8.0
2+
###### _May 24, 2015_
33

44
##### Breaking Changes
55
- Refactored all CSS into Javascript (#30, #316)
66
- All Material-UI components now have their styles defined inline. This solves
77
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
99
component specific. In addition to the benefits mentioned in the
1010
presentation, inline styles allow Material-UI to become CSS preprocessor
1111
agnostic and make Themeing much more dynamic and simple.
@@ -25,13 +25,26 @@
2525
and can be accessed like so `var FILENAME = require('material-ui').Styles.FILENAME;`.
2626
Material-UI has moved away from being a CSS Framework to being simply a
2727
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.
2830

2931
##### General
3032
- Themes have been added (#202)
3133
- Requiring individual components is now supported (#363)
3234
- An example would be: `var SvgIcon = require('material-ui/lib/svg-icon);`
3335
- The `/lib` folder in Material-UI contains the file structure needed when referencing individual components.
3436

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+
3548
## 0.7.5
3649
###### _Apr. 27, 2015_
3750

0 commit comments

Comments
 (0)