Skip to content

v4.5.0

Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 02 Oct 08:10
· 16049 commits to master since this release
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/[email protected]

@material-ui/[email protected]

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

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

@material-ui/[email protected]

@material-ui/[email protected]

@material-ui/[email protected]

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

Docs

Core