diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0c09edf6deab..233ee8b42f5421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,66 @@ Changes. Changes everywhere! +## 1.0.0-beta.35 +###### *Feb 24, 2018* + +Big thanks to the 20 contributors who made this release possible. + +Here are some highlights ✨: +- A new lab npm package (#10288) @mbrookes. +- A breaking changes ROADMAP before v1 (#10348) @oliviertassinari. +- And many more bug fixes and documentation improvements. + +### Breaking change + +N/A + +#### Component Fixes / Enhancements + +- [Stepper] Add style override types (#10334) @vkentta +- [Input] Reset the line-height (#10346) @oliviertassinari +- [Select] Revert #9964 (#10347) @oliviertassinari +- [lab] Create lab package, add SpeedDial (#10288) @mbrookes +- [Button] Update Button mini description (#10355) @lorensr +- [SpeedDial] Fix onClick target element (#10368) @mbrookes +- [IconButton] Fix class key types (#10374) @vkentta +- [Chip] Ignore events generated by descendants (#10372) @maxdubrinsky +- [CardHeader] Add missing "action" classes key definition (#10379) @chubbsMcfly +- [Dialog] Consistent description (#10377) @oliviertassinari +- [Select] Fix the vertical-align (#10380) @oliviertassinari +- [Snackbar] Disable pausing of auto hide when window loses focus (#10390) @SebastianSchmidt +- [Select] Add `SelectDisplayProps` prop (#10408) @noah-potter +- [SelectInput] Add tabIndex prop (#10345) @keenondrums +- [Select] Make 'type' prop able to be overwritten (#10361) @fabijanski +- [Select] Set type undefined rather than null (#10430) @caub +- [ButtonBase] Fix accessibility (#10434) @oliviertassinari + +#### Docs + +- [Transitions] Document transition style prop handling (#10322) @AdamGorkoz +- [Drawer] Add clipped navigation drawer demo (#10330) @AdamGorkoz +- [docs] Fix demo links for new util components (#10337) @jprince +- [docs] Add react-final-form to Related Projects (#10352) @mbrookes +- [docs] rename theme-default to default-theme (#10356) @mbrookes +- [docs] Fix modal page link (#10360) @tanmayrajani +- [docs] Plan the breaking changes before v1 (#10348) @oliviertassinari +- [docs] Fix IE 11 and W3C warnings (#10394) @oliviertassinari +- [docs] Sort the pages by path and ignore dashes (#10396) @leMaik +- [docs] Autocomplete migration (#10397) @oliviertassinari +- [docs] Add AudioNodes to the showcase (#10407) @JohnWeisz +- [docs] Breaking changes feedback notification (#10413) @mbrookes +- [docs] Improve readability (#10412) @oliviertassinari +- [docs] Add material-ui-autosuggest to related projects (#10415) @tgrowden +- [docs] Update transitions.md (#10417) @caub +- [docs] Fix minor typo in breaking-changes notification (#10418) @phazor +- [docs] Description of how component will render (#10432) @oliviertassinari + +#### Core + +- [core] Upgrade some dependency to start looking into React 16.3 (#10338) @oliviertassinari +- [core] Remove direct references to window/document objects (#10328) @ianschmitz +- [core] Use tabIndex as number (#10431) @oliviertassinari + ## 1.0.0-beta.34 ###### *Feb 17, 2018*