You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff 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
+
1
21
## 0.12.4
2
22
###### _Oct 19, 2015_
3
23
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.
0 commit comments