From f560e0a0480082b1a03cd74d60e533d5cf598745 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 30 Apr 2017 23:12:26 +0200 Subject: [PATCH] [CHANGELOG] prepare v1.0.0-alpha.12 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c6ea14d5fe9f..ca48299dd55251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,49 @@ Below is a summary of major changes. - [Ripple/TouchRipple] Refactored and now works properly inside a button in firefox! - [Button] Raised/flat/fab are now combined into a single component. +## 1.0.0-alpha.12 +###### _Apr 30, 2017_ + +Big thanks to the 11 contributors who are pushing the `next` branch forward. + +##### Breaking changes + +- [Typography] Rename Text to Typography (#6667) @oliviertassinari +- [Radio] Change checked color to primary (#6683) @khayong + +##### Component Fixes / Enhancements + +- [Collapse] Add test coverage for wrapper ref (#6617) @agamrafaeli +- [Collapse] Add test coverage for `handleEntered()` (#6616) @agamrafaeli +- [Collapse] Add test coverage for `handleEntering()` (#6615) @agamrafaeli +- [CardHeader] Subheader doesn't go to a new line if there's no avatar (#6668) @kgregory +- [SwitchBase] Add test coverage for `handleInputChange()` (#6613) @agamrafaeli +- [Input] Reset for Safari (21751b293578f25675d415de766f77bd0178fc9c) @oliviertassinari +- [Theme] Reintroduce `muiThemeable` as `withTheme` (#6610) @sxn +- [Modal] Fixes cannot revert back to original overflow when have multiple modals (#6661) @khayong +- [style] Reset the font family where needed (#6673) @oliviertassinari +- [consoleErrorMock] Add test coverage (#6681) @agamrafaeli +- [Transition] Add test coverage for `shouldComponentUpdate()` (#6680) @agamrafaeli +- [ModalManager] Add test coverage for removal of non-exiting modal (#6678) @agamrafaeli +- [Tabs] Label text wrapping / font scaling (#6677) @shawnmcknight +- [Tabs] Cancel throttled event callbacks (#6715) @shawnmcknight +- [Tabs] Improve component lifecycle (#6730) @shawnmcknight +- [material-ui-icons] add making index.js (#6676) @taichi +- [breakpoints] up(‘xs’) should have a min-width of 0px (#6735) @rosskevin + +##### Docs + +- [docs] Fix the example "Usage" to match new Button component (#6692) @artarmstrong +- [docs] Fix theme toggling (#6652) @nathanmarks +- [TextField] Add password example to docs (#6637) @peteratticusberg +- [docs] Fix layout edit button (4b5fedf902704b5e3dd2dba63fc2263f11e975d0) @oliviertassinari +- [docs] Fix IE11 issue (6ad3354ec1a844d0f03bf890a5e73a7987179be7) @oliviertassinari + +##### Core + +- [material-ui-icons] Modernize the package (#6688) @oliviertassinari +- [core] Also take the demo into account for the regressions tests (#6669) @oliviertassinari + ## 1.0.0-alpha.11 ###### _Apr 14, 2017_