Skip to content

Commit 2a43082

Browse files
committed
v0.10.3 Release
1 parent 6c7b642 commit 2a43082

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 0.10.3
2+
###### _Aug 8, 2015_
3+
4+
##### General
5+
- We've set up the project to perform automated tests - now we just need to increase our test coverage. :) (#1331)
6+
- The style auto-prefixer now caches browser test results so that it only has to perform them once.
7+
8+
##### New Components
9+
- RefreshIndicator (#1312)
10+
11+
##### Component Fixes / Enhancements
12+
- AppBar - showMenuIconButton now only affects the icon next to the title (#1295, #1182)
13+
- CardMedia - CardMedia children styles are now being properly merged (#1306)
14+
- Dialog - fixed a bug that caused the dialog height to be incorrect on window resize (#1305)
15+
- FloatingActionButton - Added backgroundColor and disabledColor props (#1329)
16+
- FocusRipples now only get rendered when needed.
17+
- IconMenu - Added isOpen() (#1288)
18+
- LeftNav
19+
- Added menuItemClassName, menuItemClassNameSubheader, menuItemClassNameLink props (#1318)
20+
- Fixed a display problem that cuased icons to not be the correct color (#1324)
21+
- ListItem - fixed incorrect styling on disabled list items (#1350)
22+
- SelectField
23+
- Fixed a bug that happened when select field was controlled and the value was undefined (#1227)
24+
- Fixed error text positioning (#1341, #1111)
25+
- Added errorStyle prop (#1341)
26+
- Snackbar - Clickaway is now properly bound when openOnMount is true (#1327)
27+
- Tabs - Added contentContainerClassName prop (#1285)
28+
- TextField - Added underlineStyle prop (#1343)
29+
- TimePicker - Added pedantic prop (#1275, #1173)
30+
131
## 0.10.2
232
###### _Jul 29, 2015_
333

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-docs",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Documentation site for material-ui",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-ui",
33
"author": "Call-em-all Engineering Team",
4-
"version": "0.10.2",
4+
"version": "0.10.3",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)