Homepage
All Releases

v4.0.0-alpha.7

Apr 8, 2019

A big thanks to the 24 contributors who made this release possible!

Here are some highlights ✨:

@material-ui/core@v4.0.0-alpha.7

Breaking changes

  • [Switch][radio][Checkbox] Improve specification compliance (#15097) @oliviertassinari

    Refactore the implementation to make it easier to override the styles. Rename the class names to match the specification wording:

    -icon
    -bar
    +thumb
    +track
  • [Snackbar] Match the new specification (#15122) @oliviertassinari

    • Change the dimensions
    • Change the default transition to from Slide to Grow.
  • [TextField] Fix height inconsistency (#15217) @gautam-relayr

    Remove the inputType class from InputBase.

Changes

@material-ui/styles@v4.0.0-alpha.7

Docs

Core