v3.7.0
·
17804 commits
to master
since this release
Dec 17, 2018
Big thanks to the 11 contributors who made this release possible!
Here are some highlights ✨:
- 💅 Update some components to better match the Material specification (#13788, #13827) @bdeloeste @joshwooding.
- 📅 Add a material-ui-pickers live demo (#13697) @dmtrKovalenko.
- ⚛️ A first step toward converting all the demos to React Hooks (#13873) @adeelibr.
- And many more 🐛 bug fixes and 📝 documentation improvements.
@material-ui/[email protected]
Deprecations
We are allowing more align variants (left, center, right, inherit, justify).
Following our API guideline, we are using an enum over a boolean.
Keep in mind that monetary or generally number fields should be right aligned as that allows
you to add them up quickly in your head without having to worry about decimals.
-<TableCell numeric>
+<TableCell align="right">
Changes
- [Card][List] Change sub-components to have fixed gutters (#13788) @joshwooding
- [Button] Fix padding for Text Button variant to adhere to spec (#13827) @bdeloeste
- [ButtonBase] Add stop ripple on context menu event (#13740) @joshwooding
- [Menu] Add reason value and update documentation for on close reason (#13877) @rfbotto
- [Dialog] Add a
PaperComponent
property & draggable demo (#13879) @rfbotto - [Tabs] Correct typo in error message (#13902) @timmydoza
- [Tooltip] Fix hover display issue (#13911) @oliviertassinari
@material-ui/[email protected]
- [ToggleButton] Change the classes structure to match the core components convention (#13723) @DonBrody
@material-ui/[email protected]
@material-ui/[email protected]
Docs
- [docs] Fix search suggestions on dark mode (#13874) @rfbotto
- [docs] Add accessibility section to selection-controls with demo (#13896) @wyseguyonline
- [docs] Add support for multiple demo variants e.g JS or Hooks (#13873) @adeelibr
- [docs] Remove the withRoot HOC (#13909) @oliviertassinari
- [docs] Add material-ui-pickers in pickers page (#13697) @dmtrKovalenko
- [docs] Continue #13806 and port back some fix from @System (#13917) @oliviertassinari
- [docs] Notify that we will do core/MuiThemeProvider -> styles/ThemeProvider (#13910) @Skn0tt
- [docs] Improve the state override story (#13919) @oliviertassinari
Core
- [core] 100% remove the prop types (#13859) @oliviertassinari
- [core] Prefix the errors with Material-UI (#13892) @oliviertassinari