Nov 28, 2022
A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/material@5.10.16
- [Autocomplete] Fix inferred value type when
multiple
prop istrue
(#35275) @fenghan34 - [Chip] Add
skipFocusWhenDisabled
prop to not allow focussing deletable chip if disabled (#35065) @sai6855 - [Chip] Remove unnecessary handleKeyDown event handler (#35231) @ZeeshanTamboli
- [FormControl] Add missing types in
useFormControl
(#35168) @ZeeshanTamboli - [IconButton] Add missing color classes (#33820) @Zetta56
- [SwipeableDrawer] Make paper ref accessible (#35082) @sai6855
@mui/system@5.10.16
- [system] Remove unnecessary parsed theme (#35239) @siriwatknp
- [theme] Fix TypeScript type for custom variants in responsive font sizes (#35057) @ZeeshanTamboli
@mui/base@5.0.0-alpha.108
- [Base] Allow useSlotProps to receive undefined elementType (#35192) @leventdeniz
Docs
- [docs] Improve feedback precision (#34641) @alexfauquette
- [docs] Add Black Friday notification @oliviertassinari
- [docs] Fix migration feedback (#35232) @alexfauquette
- [docs] Improve the useSelect demo styling (#33883) @michaldudak
- [docs] Fix layout jump on first mistake (#35215) @oliviertassinari
- [docs] Support demos with side effect imports (#35177) @m4theushw
- [examples] Fix Next.js errors (#35246) @oliviertassinari
- [examples] Updated Remix examples with the lates changes using React 18 (#35092) @58bits
Core
- [core] Remove unused pattern (#35165) @iamxukai
- [core] Fix Base version in changelog (#35224) @siriwatknp
- [core] Migrate
describeConformance
to TypeScript (#35193) @flaviendelangle - [core] Skip CI for docs and examples paths (#35225) @siriwatknp
All contributors of this release in alphabetical order: @58bits, @alexfauquette, @fenghan34, @flaviendelangle, @iamxukai, @leventdeniz, @m4theushw, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli, @Zetta56