npm @material-ui/system 4.5.0

latest releases: 4.12.2, 5.0.0-beta.5, 5.0.0-beta.4...
4 years ago
Oct 2, 2019

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

Here are some highlights ✨:

  • 💄 Add startIcon and endIcon props for the button (#17600) @mbrookes

    import DeleteIcon from '@material-ui/icons/Delete';
    
    <Button startIcon={<DeleteIcon />}>
      Delete
    </Button>
  • 🔐 Add support for Chrome autofill (#17436, #17552) @croraf

  • 💅 Adjust table styles to match spec (#17388) @kybarg

  • 💅 Adjust menu styles to match spec (#17332) @damir-sirola

  • 💅 Adjust chip styles to match spec (#17584) @oliviertassinari

  • And many more 🐛 bug fixes 📚 improvements.

@material-ui/core@v4.5.0

@material-ui/lab@v4.0.0-alpha.28

  • [Slider] Remove from the lab (#17528) @oliviertassinari

    -import { Slider } from '@material-ui/lab';
    +import { Slider } from '@material-ui/core';

@material-ui/system@v4.5.0

@material-ui/codemod@v4.5.0

@material-ui/codemod@v4.5.0

  • [codemod] Fix build importing esm version of babel/runtime (#17561) @merceyz

Docs

Core

Don't miss a new system release

NewReleases is sending notifications on new releases.