Skip to content

Commit 86394cc

Browse files
committed
V0.12.5 release
1 parent 588ca1e commit 86394cc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.12.5
2+
###### _Oct 21, 2015_
3+
4+
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.
5+
6+
##### Component Fixes / Enhancements
7+
- DatePicker performance has been improved (#1905)
8+
- Docs code now follows ESLint rules more strictly (#1778)
9+
- Removed duplicate keys in component definitions (#1933)
10+
111
## 0.12.4
212
###### _Oct 19, 2015_
313

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

0 commit comments

Comments
 (0)