Skip to content

Commit 7980cd5

Browse files
committedOct 21, 2015
V0.13.0 release
1 parent 4e29f27 commit 7980cd5

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1+
## 0.13.0
2+
###### _Oct 21, 2015_
3+
4+
##### Breaking Changes
5+
- Material-UI for React 0.14.x
6+
7+
##### Component Fixes / Enhancements
8+
- FloatingActionButton now has iconStyle prop (#1575)
9+
- Card title and subtitle props can be any node (#1950)
10+
11+
## 0.12.5
12+
###### _Oct 21, 2015_
13+
14+
v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.13.3. This version fixes that. We reverted some commits (related to React 0.14.0 support) from v0.12.4 to bring to you v0.12.5 that works as expected.
15+
16+
##### Component Fixes / Enhancements
17+
- DatePicker performance has been improved (#1905)
18+
- Docs code now follows ESLint rules more strictly (#1778)
19+
- Removed duplicate keys in component definitions (#1933)
20+
121
## 0.12.4
222
###### _Oct 19, 2015_
323

24+
**This version is not compatible with React 0.13.x.** If you're on React 0.13.x, use Material-UI v0.12.5 instead.
25+
426
##### General
527
- React 0.14 compatible
628

‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-docs",
3-
"version": "0.12.4",
3+
"version": "0.13.0",
44
"description": "Documentation site for material-ui",
55
"repository": {
66
"type": "git",

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.