Skip to content

v5.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 27 Jul 22:57
· 12315 commits to next since this release
July 28, 2020

Big thanks to the 18 contributors who made this release possible.

@material-ui/core@v5.0.0-alpha.5

Breaking changes

  • [Grid] Rename justify prop to justifyContent (#21845) @mnajdova

    Rename justify prop with justifyContent to be aligned with the CSS property name.

    -<Grid justify="center">
    +<Grid justifyContent="center">

Changes

@material-ui/lab@v5.0.0-alpha.5

Framer

Docs

Core