Skip to content

v4.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 07 Apr 23:26
Apr 8, 2019

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

Here are some highlights ✨:

@material-ui/[email protected]

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/[email protected]

Docs

Core