v0.18.0
oliviertassinari
released this
30 Apr 22:26
·
21445 commits
to master
since this release
Apr 30, 2017
Big thanks to the 8 contributors who made this release possible.
This release almost exclusively contains bug fixes.
Breaking Changes
- [Table] Fix controlled behavior (#6638) @oliviertassinari
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