Aug 9, 2021
Big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
- ✨
jss-to-styled
codemod has been improved to supportcreateStyles
(TypeScript) and<React.Fragment>
use (#27578) @mnajdova - 🦴 Isolate useAutocomplete into the unstyled package (#27485) @michaldudak
@material-ui/core@5.0.0-beta.3
- [Modal] Restore `overflowX` and `overflowY` styles (#27487) @PCOffline
- [Modal] Remove unnecessary check for children.props.tabIndex (#27374) @noviicee
- [Select] Fix regression for icon not rotating (#27511) @mnajdova
@material-ui/system@5.0.0-beta.3
@material-ui/codemod@5.0.0-beta.3
- [codemod] Add support for `createStyles` use in `jss-to-styled` (#27578) @mnajdova
- [codemod] Fix `jss-to-styled` PREFIX generation on Windows (#27491) @mnajdova
- [codemod] Fix `jss-to-styled` codemod to handle React.Fragment as root (#27495) @mnajdova
@material-ui/unstyled@5.0.0-alpha.42
- [FormControl] Create FormControlUnstyled (#27240) @michaldudak
- [Autocomplete] Move useAutocomplete to the Unstyled package (#27485) @michaldudak
Docs
- [docs] Fix layout shift when opening hash anchor (#27619) @oliviertassinari
- [docs] Add TypeScript guide for the `sx` prop (#27417) @mnajdova
- [docs] Hardcode listed colors in /customization/color/#playground (#27446) @eps1lon
- [docs] Bring back Select#onChange signature API (#27443) @eps1lon
- [docs] Remove backticks in the title (#27567) @oliviertassinari
- [docs] Fix 404 links (#27566) @oliviertassinari
- [docs] Use the same h2 for the customization demos (#27569) @oliviertassinari
- [docs] Fix syntax error in v5 migration `styled` api example (#27518) @kimbaudi
- [docs] Improve SSR configuration with emotion (#27496) @frandiox
- [docs] Change "pseudo-classes" to "state classes" (#27570) @michaldudak
- [docs] Add StackBlitz edit demo integration (#27391) @sulco
- [docs] Remove unnecessary generic argument (#27516) @bezpalko
- [docs] Add customization demos (#27411) @siriwatknp
- [docs] Restore initial descriptionRegExp logic (#27436) @oliviertassinari
- [docs] Polish jss-to-styled docs (#27457) @oliviertassinari
- [examples] Fix nextjs with styled-components example (#27583) @mnajdova
- [examples] Update create-react-app examples with styled-components to use package aliases (#27591) @mnajdova
- [examples] Improve integration examples with Next.js (#27331) @Harshita-Kanal
- [website] Add spicefactory as gold sponsor @oliviertassinari
- [website] Homepage rebranding (#27488) @siriwatknp
- [website] Add Flavien to team and about pages (#27575) @flaviendelangle
- [website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
- [website] Add references section to home (#27444) @siriwatknp
Core
- [core] rebaseWhen=auto does not seem to work (#27565) @oliviertassinari
- [core] Improve instructions for the @material-ui/styles migration (#27466) @mnajdova
- [core] Batch small changes (#27435) @oliviertassinari
- [core] Receive patch and minor dependency updates (#27455) @eps1lon
- [test] Update coverage to include all @material-ui packages (#27521) @eps1lon
- [test] Lint codemod tests (#27519) @eps1lon
- [test] Allow tests to run for 6s before timeout (#27456) @oliviertassinari
All contributors of this release in alphabetical order: @bezpalko, @eps1lon, @flaviendelangle, @frandiox, @Harshita-Kanal, @kimbaudi, @michaldudak, @mnajdova, @noviicee, @oliviertassinari, @PCOffline, @R-Bower, @ryancogswell, @siriwatknp, @sulco