diff --git a/CHANGELOG.md b/CHANGELOG.md index 570e89047adec1..bd95025113329a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ +## 0.13.0 +###### _Oct 21, 2015_ + +##### Breaking Changes +- Material-UI for React 0.14.x + +##### Component Fixes / Enhancements +- FloatingActionButton now has iconStyle prop (#1575) +- Card title and subtitle props can be any node (#1950) + +## 0.12.5 +###### _Oct 21, 2015_ + +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. + +##### Component Fixes / Enhancements +- DatePicker performance has been improved (#1905) +- Docs code now follows ESLint rules more strictly (#1778) +- Removed duplicate keys in component definitions (#1933) + ## 0.12.4 ###### _Oct 19, 2015_ +**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. + ##### General - React 0.14 compatible diff --git a/docs/package.json b/docs/package.json index c7ddee6a5a5dbd..32954df2addb47 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "material-ui-docs", - "version": "0.12.4", + "version": "0.13.0", "description": "Documentation site for material-ui", "repository": { "type": "git", diff --git a/package.json b/package.json index 96eb7eced6471d..c1976598c2141d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material-ui", "author": "Call-em-all Engineering Team", - "version": "0.12.4", + "version": "0.13.0", "description": "Material Design UI components built with React", "main": "./lib", "scripts": {