Skip to content

v5.0.0-alpha.27

Pre-release
Pre-release
Compare
Choose a tag to compare
@mnajdova mnajdova released this 05 Mar 13:06
2de88ce

Mar 5, 2021

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

@material-ui/[email protected]

@material-ui/[email protected]

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

@material-ui/[email protected]

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

Docs

Core

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