v5.0.0-alpha.27
Pre-release
Pre-release
Mar 5, 2021
Big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
- 👩🎤 Convert 8 components to emotion (#25091, #25158, #25146, #25142, #25166) @natac13, @mngu, @m4theushw, @praveenkumar-kalidass.
- 📚 Convert 5 components demos to emotion (#25164, #25183, #25180, #25145, #25138) @vicasas
- And many more 🐛 bug fixes and 📚 improvements.
@material-ui/[email protected]
- [Autocomplete] Support readonly type for the options (#25155) @silver-snoopy
- [Drawer] Migrate to emotion (#25091) @natac13
- [LinearProgress] Migrate to emotion (#25158) @mngu
- [Pagination] Migrate Pagination and PaginationItem to emotion (#25146) @mngu
- [Radio] Migrate to emotion (#25152) @mngu
- [Snackbar] Migrate to emotion (#25142) @m4theushw
- [SpeedDial] Migrate to emotion (#25166) @m4theushw
- [Stepper] Migrate StepConnector to emotion (#25092) @praveenkumar-kalidass
- [styled] Fix override logic to support component without root (#25143) @niting143
- [Table] Remove default role logic in TableCell (#25105) @silver-snoopy
- [Table] Use primary cover over secondary for selected state (#25182) @beaudry
- [theme] Fix styleOverrides with nested selectors (#25156) @ruppysuppy
@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
@material-ui/[email protected]
Docs
- [docs] Migrate Bottom Navigation demos to emotion (#25180) @vicasas
- [docs] Migrate Button demos to emotion (#25138) @vicasas
- [docs] Migrate Divider demos to emotion (#25145) @vicasas
- [docs] Migrate Pagination demos to emotion (#25183) @vicasas
- [docs] Migrate Typography demos to emotion (#25164) @vicasas
- [docs] Remove CircleCI from backers (#24801) @mbrookes
- [docs] Update the used testing libraries (#25144) @oliviertassinari
Core
- [CHANGELOG] Better document breaking changes @oliviertassinari
- [core] Modernize icons `builder:src` (#25137) @eps1lon
- [core] Properly use BABEL_ENV test and development (#25139) @eps1lon
- [test] Add (manual) visual regression test for icons (#25160) @eps1lon
All contributors of this release in alphabetical order: @beaudry, @eps1lon, @m4theushw, @mbrookes, @mngu, @natac13, @niting143, @oliviertassinari, @praveenkumar-kalidass, @ruppysuppy, @silver-snoopy, @vicasas