yarn material-ui 0.18.0

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
Apr 30, 2017

Big thanks to the 8 contributors who made this release possible.
This release almost exclusively contains bug fixes.

Breaking Changes

This PR is introducing a breaking change by removing the ambiguity between default state and controlled state. Now, as soon as the selected property is used, the row selection of the component is controlled, hence fully implementing what's documented:

selected: This property can be used to programmatically select rows.

Component Fixes / Enhancements
  • [AutoComplete] Fix overriding TextField value and onChange prop (#6642) @umidbekkarimov
  • [AutoComplete] Fix undesired behaviour with controlled searchText (#6621) @NickMalt
  • [Stepper] Allow single Step child (#6707) @StephanBijzitter
  • [style] Use 'default' cursor for disabled component states (#6700) @demigor
  • [DropDownMenu] Pass autoWidth property to Menu component (#6632) @bamaboy
  • [Menu] Fix focus index when multiselect is used (#6717) @jony89
  • [Tabs] Fix transition when isRtl is used (#6737) @jony89
Docs

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.