Releases: mui/material-ui
v5.17.1
Mar 18, 2025
This release fixes the @mui/types
dependencies in all packages to fix a package layout bug (#45612) @DiegoAndai
v5.17.0
Mar 18, 2025
A big thanks to the 2 contributors who made this release possible.
@mui/[email protected]
- [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) (#45238) @DiegoAndai
- Support nested theme when upper theme is CSS vars theme (#45604) @siriwatknp
All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
v6.4.8
Mar 17, 2025
A big thanks to the 9 contributors who made this release possible.
@mui/[email protected]
- [ListItemText] Add missing
root
slot (#45552) @sai6855 - [SpeedDial] Add missing
root
slot (#45551) @sai6855 - [Tooltip] Allow auto placement on tooltip (#45536) @Jtaks
- [useScrollTrigger] Do nothing if target is null (#45553) @vipierozan99
- [Accordion] Add missing
root
slot (#45534) @sai6855 - [AccordionSummary] Add slots and slotProps (#45560) @sai6855
- [TextareaAutosize] Fix ResizeObserver causing infinite
selectionchange
loop (#45351) (#45498) @mj12albert
@mui/[email protected]
- Add
enableCssLayer
prop to StyledEngineProvider (#45563) @siriwatknp
@mui/[email protected]
- [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp
@mui/[email protected]
Core
- [test] Fix React 18 tests (#45161) (#45496) @DiegoAndai
Docs
- [Backdrop] Fix component name in migration guide (#45507) @sai6855
- Fix broken links to MUI X docs (cherry-pick of #45145) (#45481) @mapache-salvaje
- [examples] Fix the invalid argument to extract examples (#45493) @ovtn
- Add
overriding-component-structure
doc to Material UI (#45570) @siriwatknp
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Jtaks, @mapache-salvaje, @mj12albert, @ovtn, @sai6855, @siriwatknp, @vipierozan99
v7.0.0-beta.4
Mar 13, 2025
A big thanks to the 10 contributors who made this release possible.
This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
@mui/[email protected]
- [Accordion] Add missing
root
slot (#45532) @sai6855 - [AccordionSummary] Add slots and slotProps (#45559) @sai6855
- [ListItemText] Add missing
root
slot (#45540) @sai6855 - [SpeedDial] Add missing
root
slot (#45541) @sai6855 - [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
- [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
- [TextareaAutosize] Fix ResizeObserver causing infinite
selectionchange
loop (#45351) @mj12albert - Fix negative input for CSS variables spacing array (#45550) @siriwatknp
- Add missing deprecations in deprecations-all file (#45505) @sai6855
- Rename some
@mui/material/styles/createTypography
exports (#45558) @Janpot
@mui/[email protected]
- Remove unused icon names from the download script (#45453) @yermartee
@mui/[email protected]
- Prevent nested non-vars theme inheritance (#45545) @siriwatknp
- Disable theme recalculation as default behavior (#45405) @siriwatknp
- Fix package layout inconsistencies (#45491) @DiegoAndai
@mui/[email protected]
- Add
enableCssLayer
prop to StyledEngineProvider (#45428) @siriwatknp
@mui/[email protected]
@mui/[email protected]
- Fix package layout inconsistencies (#45491) @DiegoAndai
- Use correct iri-reference homepage format (#45472) @dahiro
Docs
- [Backdrop] Fix component name in migration guide (#45506) @sai6855
- [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
Core
- [code-infra] Convert a few docs modules to ts (#45548) @Janpot
- [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
- [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
- [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
- [blog] Fix author end-of-year updates (#45533) @oliviertassinari
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
v7.0.0-beta.3
Mar 5, 2025
A big thanks to the 2 contributors who made this release possible.
@mui/[email protected]
- Fix moduleResolution:node for icons (#45444) @Janpot
- [ThemeProvider] Add
storageManager
prop toThemeProvider
(#45136) @siriwatknp - [Radio] Fix
inputProps
not forwarded (#45471) @siriwatknp
v6.4.7
Mar 5, 2025
A big thanks to the 2 contributors who made this release possible.
@mui/[email protected]
- [ThemeProvider] Add
storageManager
prop toThemeProvider
(@siriwatknp) (#45437) @siriwatknp - [Rating] Deprecate *Props and complete slots, slotProps (#45295) (#45398) @DiegoAndai
- [Radio] Fix
inputProps
not forwarded (@siriwatknp) (#4547
v7.0.0-beta.2
v7.0.0-beta.1
Feb 27, 2025
This release fixes incorrect build output from the previous release (beta.0
).
Core
- [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
- [release] Fix versions (#45420) @mj12albert
All contributors of this release in alphabetical order: @Janpot, @mj12albert
v7.0.0-beta.0
A big thanks to the 8 contributors who made this release possible.
@mui/[email protected]
- [Modal][Dialog] Remove deprecated
onBackdropClick
(#45395) @DiegoAndai - [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
- [Grid] Rename to GridLegacy (#45363) @DiegoAndai
- [Grid2] Rename to Grid (#45381) @DiegoAndai
- Remove SvgIcon data-testid in production (#45333) @Janpot
- Allow nested theme creation with
vars
(#45335) @siriwatknp - [Rating] Deprecate *Props and complete
slots
,slotProps
(#45295) @harry-whorlow - [Slider] Fix css class selector in migration guide (#45402) @sai6855
- [Slider] Fix spacings in .md files (#45388) @sai6855
- [styles] Remove deprecated exports (#45397) @DiegoAndai
- [Menu] Deprecate *Props and complete
slots
,slotProps
(#44913) @siriwatknp - [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
Docs
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
- Add
overriding-component-structure
doc to Material UI (#45186) @siriwatknp - Fix typo in slider docs (#45390) @sai6855
- Fix Context Menu selection lost on Safari (#44903) @NooBat
Core
- [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
- [docs-infra] Fix theme toggle call (#45400) @siriwatknp
- [docs-infra] Add
color-scheme
to document in iframe demos (#45406) @KenanYusuf - [docs-infra] Revert to use deprecated
CssVarsProvider
for MUI X (#45371) @siriwatknp - [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
- [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
v6.4.6
A big thanks to the 4 contributors who made this release possible.
@mui/[email protected]
- [Checkbox] Add slots and slotProps (#45361) @siriwatknp
- [Drawer] Deprecate *Props and complete
slots
,slotProps
(#45377) @siriwatknp - [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
- [InputBase] Deprecate composed classes (#45366) @siriwatknp
- Fix
slotProps.transition
types (#45367) @siriwatknp - Allow nested theme creation with
vars
(#45368) @siriwatknp - Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
- [Popover] Deprecate *Props and complete
slots
,slotProps
(#45337) @siriwatknp - [Radio] Add slots and slotProps (#45364) @siriwatknp
- [Slider] Fix css class selector in migration guide (#45409) @sai6855
- [Slider] Fix spacings in .md files (#45393) @sai6855
- [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
- [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
- [SwitchBase] Deprecate
inputProps
and complete slots, slotProps (#45338) @siriwatknp - [Tabs] Deprecate *Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
- [Menu] Deprecate *Props and complete
slots
,slotProps
(#45369) @siriwatknp
Docs
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli
- Fix typo in slider docs (#45392) @sai6855
Core
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli