yarn material-ui 1.0.0-alpha.22

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
7 years ago
Jul 18, 2017
Breaking changes
<RadioGroup>
-  <LabelRadio label="Male" value="male" />
+  <FormControlLabel value="male" control={<Radio />} label="Male" />
</RadioGroup>

This change provides more flexibility.

-  <BottomNavigation index={index} onChange={this.handleChange}>
+  <BottomNavigation value={value} onChange={this.handleChange}>

Also plan to do the same for the Tabs in order to have a consistant API
where we always use value/onChange for controlled components.

<TextField
-  marginForm
+  margin="normal"
/>
Component Fixes / Enhancements
Docs
Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.