github mui/material-ui v5.0.0-alpha.18

latest releases: v6.0.0-alpha.0, v5.15.14, v5.15.13...
pre-release3 years ago
Dec 3, 2020

Big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:

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

Breaking changes

  • [Box] Remove deprecated props (#23716) @mnajdova
    All props are now available under the sx prop. A deprecation will be landing in v4.
    Thanks to @mbrookes developers can automate the migration with a codemod.

    -<Box p={2} bgColor="primary.main">
    +<Box sx={{ p: 2, bgColor: 'primary.main' }}>

Changes

@material-ui/system@v5.0.0-alpha.18

  • [system] Allow values to use shorter string when the prop name is contained in the value (#23635) @mnajdova
  • [system] Another round of perf improvements (#23737) @mnajdova
  • [system] Fix transform return value to support CSSObject (#23733) @mnajdova
  • [system] Make borderRadius multiply a theme's design token (#23700) @mnajdova
  • [system] Various perf gain experiments (#23688) @mnajdova

@material-ui/styles@v5.0.0-alpha.18

@material-ui/utils@v5.0.0-alpha.18

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

@material-ui/styled-engine@v5.0.0-alpha.18/@material-ui/styled-engine-sc@v5.0.0-alpha.18

  • [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon

Docs

Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.