Skip to content

Commit e33afed

Browse files
committed
v0.13.3 release
1 parent ad80d34 commit e33afed

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.13.3
2+
###### _Nov 17, 2015_
3+
4+
##### General
5+
- [Snackbar] add bodyStyle prop to style child div (#2104)
6+
- [DatePicker] add container prop to display DatePicker in-line or inside Dialog (#2120 and #2153)
7+
- [AppBar] add relative positioning for z-index to take effect (#1478)
8+
- [AppBar] add onTitleTouchTap prop to AppBar (#2125)
9+
- [Popover] new component! (#2043) (thanks @chrismcv)
10+
- Split [SelectField] and [TextField] doc pages (#2161)
11+
12+
##### Component Fixes / Enhancements
13+
- [SelectField] onChange triggered consistently when using value prop (#1610)
14+
- [Dialog] fix page scrolling behind dialog after resizing (#1946)
15+
- [DatePicker] fix calendar height (#2141)
16+
- [TimePicker] allow to set time to null (#2108)
17+
118
## 0.13.2
219
###### _Nov 9, 2015_
320

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.13.2",
3+
"version": "0.13.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.13.2",
4+
"version": "0.13.3",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)