npm @material-ui/system 4.0.0-rc.0

latest releases: 4.12.2, 5.0.0-beta.5, 5.0.0-beta.4...
4 years ago
May 20, 2019

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

We have done the very last breaking changes (nothing significant).
The release of v4 is imminent, stay tuned!

@material-ui/core@v4.0.0-rc.0

Breaking changes

  • [ClickAwayListener] Fix scrollbar interaction (#15743) @Umerbhat

    -<ClickAwayListener />
    +<ClickAwayListener mouseEvent="onMouseUp" />

    We recommend the default value since mouseup will be triggered by clicks
    on scrollbars.

  • [Tabs] Hide scrollbar buttons when possible (#15676) @whitneymarkov

    -<Tabs />
    +<Tabs scrollButtons="desktop" />
  • [Tabs] Remove deprecated fullWidth and scrollable props (#15670) @mbrookes

    -<Tabs fullWidth scrollable />
    +<Tabs variant="scrollable" />

Changes

@material-ui/icons@v4.0.0-rc.0

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

Docs

Core

  • [test] Colocate shadow root test for focus visible with implementation (#15712) @eps1lon
  • [test] Extend StrictMode tests (#15714) @eps1lon
  • [core] Add missing fontStyle type to TypographyStyle (#15733) @merceyz

Don't miss a new system release

NewReleases is sending notifications on new releases.