npm @material-ui/core 5.0.0-alpha.2

latest releases: 4.12.4, 5.0.0-beta.5, 5.0.0-beta.4...
3 years ago
July 4, 2020

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

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

Breaking changes

  • [Button] Make primary the default color (#21594) @mbrookes
    The button color prop is now "primary" by default, and "default" has been removed. This makes the button closer to the Material Design specification and simplifies the API.

    -<Button color="default" />
    -<Button color="primary" />
    +<Button />
    +<Button />
  • [ExpansionPanel] Remove component (#21630) @mnajdova
    This completes our effort on renaming the ExpansionPanel component Accordion

  • [Collapse] Add orientation and horizontal support (#20619) @darkowic
    The collapsedHeight prop was renamed collapsedSize to support the horizontal direction.

    -<Collapse collapsedHeight={40}>
    +<Collapse collapsedSize={40}>

Changes

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

Docs

Core

Don't miss a new core release

NewReleases is sending notifications on new releases.