npm @material-ui/styles 5.0.0-alpha.27

latest releases: 4.11.5, 5.0.0-beta.5, 5.0.0-beta.4...
3 years ago

Mar 5, 2021

Big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

@material-ui/core@5.0.0-alpha.27

@material-ui/system@5.0.0-alpha.27

  • [system] Fix behavior of visuallyHidden when used with `sx` prop (#25110) @niting143

@material-ui/lab@5.0.0-alpha.27

Breaking changes

The prop didn't solve any important problem better than any of its alternatives do.

-<DatePicker dateAdapter={x} />
+<LocalizationProvider dateAdapter={x}>
+  <DatePicker />
+</LocalizationProvider>

Changes

  • [Pickers][internal] Use React.forwardRef instead of forwardedRef prop (#25173) @eps1lon

@material-ui/styles@5.0.0-alpha.27

Docs

Core

All contributors of this release in alphabetical order: @beaudry, @eps1lon, @m4theushw, @mbrookes, @mngu, @natac13, @niting143, @oliviertassinari, @praveenkumar-kalidass, @ruppysuppy, @silver-snoopy, @vicasas

Don't miss a new styles release

NewReleases is sending notifications on new releases.