Skip to content

v3.8.0

Choose a tag to compare

@oliviertassinari oliviertassinari released this 30 Dec 21:48
Dec 30, 2018

Big thanks to the 15 contributors who made this release possible!

Here are some highlights ✨:

@material-ui/core@v3.8.0

Deprecations

  • [Tabs] Add variant prop and deprecate fullWidth and scrollable props (#13980)

The Tabs fullWidth and scrollable properties can't be used at the same time. The API change prevents any awkward usage.

-<Tabs fullWidth>
+<Tabs variant="fullWidth">

Changes

@material-ui/system@v3.0.0-alpha.0

@material-ui/styles@v3.0.0-alpha.5

Docs

Core