Skip to content

v3.7.0

Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 17 Dec 20:03
· 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 ✨:

@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

@material-ui/[email protected]

  • [ToggleButton] Change the classes structure to match the core components convention (#13723) @DonBrody

@material-ui/[email protected]

  • [styles] Remove hoisting of static properties in HOCs (#13698) @eps1lon

@material-ui/[email protected]

Docs

Core