Skip to content

Commit 6f28ad0

Browse files
committed
v0.13.2 release
1 parent fd088e1 commit 6f28ad0

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 0.13.2
2+
###### _Nov 9, 2015_
3+
4+
##### General
5+
- Add tabs with slide effect (#1907)
6+
- Universal rendering support (#2007) (thanks @Cavitt)
7+
- Add labelPosition prop to buttons (#2014)
8+
- Add RenderToLayer component (#2042) (thanks @chrismcv)
9+
- Open state of of dialog now controlled through props (#1996)
10+
- openImmediately, show(), dismiss() deprecated
11+
- Update TextField docs (#2070)
12+
- New Badge component (#2045) (thanks @rhythnic)
13+
- Add import statements to components' docs pages (#2113)
14+
15+
##### Component Fixes / Enhancements
16+
- Fix server side rendering (#2021)
17+
- Add key to TableHeaderColumn for selectAll (#2030)
18+
- Fix Circular Progress transition (#2047)
19+
- Fix Snackbar getting stuck when receiving new props (#2024)
20+
- iPad enhanced textarea fix (#1720)
21+
- Table clickAway triggers onRowSelection (#2054)
22+
- Theme color fixes for Slider and Toggle (#2016)
23+
124
## 0.13.1
225
###### _Oct 29, 2015_
326

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

0 commit comments

Comments
 (0)