mui/material-ui
 Watch   
 Star   
 Fork   
29 days ago
material-ui

v6.4.9

Mar 25, 2025

A big thanks to the 7 contributors who made this release possible.

@mui/material@6.4.9

  • [Autocomplete] Fix when onHighlightChange is called (@ZeeshanTamboli) (#45635) @ZeeshanTamboli
  • [StepLabel] Add missing root slot (#45607) @sai6855
  • [Switch] Add slots and slotProps (#45628) @siriwatknp
  • [TextField] Add root slot (#45616) @sai6855
  • [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45620) @mushfiqbh

@mui/codemon@6.4.9

  • Add missing deprecations in deprecations-all file (#45508) @sai6855

Docs

  • [docs] Fix grammatical errors in support.md (#45636) @letianpailove
  • [docs] Restore utility component docs from MUI Base to Material UI (#45240) @mapache-salvaje

Core

  • [core] Prepare v6 branch for v7 stable release (#45668) @DiegoAndai

All contributors of this release in alphabetical order: @DiegoAndai, @letianpailove, @mapache-salvaje, @mushfiqbh, @sai6855, @siriwatknp, @ZeeshanTamboli

2025-03-19 17:48:49
material-ui

v7.0.0-rc.0

A big thanks to the 4 contributors who made this release possible.

@mui/material@7.0.0-rc.0

  • [StepLabel] Add missing root slot (#45603) @sai6855
  • [Switch] Add slots and slotProps (#45595) @siriwatknp
  • [utils] Add merging function to mergeSlotProps utility (#45543) @siriwatknp

Core

  • [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
  • [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
  • [code-infra] Make getVersionEnvVariables reusable for other repos (#45562) @Janpot
  • [code-infra] Update peer dependency of @mui/utils in @mui/docs (#45561) @Janpot
  • Add StackBlitz template to issue template (#45504) @Janpot

All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp

2025-03-19 02:44:50
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

2025-03-18 23:28:39
material-ui

v5.17.0

Mar 18, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@5.17.0

  • [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

2025-03-18 01:54:54
material-ui

v6.4.8

Mar 17, 2025

A big thanks to the 9 contributors who made this release possible.

@mui/material@6.4.8

  • [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/styled-engine@6.4.8

  • Add enableCssLayer prop to StyledEngineProvider (#45563) @siriwatknp

@mui/system@6.4.8

  • [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp

@mui/utils@6.4.8

  • Use correct iri-reference homepage format (#45511) @dahiro

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

2025-03-13 21:30:37
material-ui

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/material@7.0.0-beta.4

  • [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/icons-material@7.0.0-beta.4

  • Remove unused icon names from the download script (#45453) @yermartee

@mui/system@7.0.0-beta.4

  • Prevent nested non-vars theme inheritance (#45545) @siriwatknp
  • Disable theme recalculation as default behavior (#45405) @siriwatknp
  • Fix package layout inconsistencies (#45491) @DiegoAndai

@mui/styled-engine@7.0.0-beta.4

  • Add enableCssLayer prop to StyledEngineProvider (#45428) @siriwatknp

@mui/types@7.3.0

  • [code-infra] Fix type resolution for @mui/types (#45513) @Janpot

@mui/utils@7.0.0-beta.4

  • 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

2025-03-05 23:19:02
material-ui

v6.4.7

Mar 5, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@6.4.7

  • [ThemeProvider] Add storageManager prop to ThemeProvider (@siriwatknp) (#45437) @siriwatknp
  • [Rating] Deprecate *Props and complete slots, slotProps (#45295) (#45398) @DiegoAndai
  • [Radio] Fix inputProps not forwarded (@siriwatknp) (#4547
2025-03-05 23:13:32
material-ui

v7.0.0-beta.3

Mar 5, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@7.0.0-beta.3

  • Fix moduleResolution:node for icons (#45444) @Janpot
  • [ThemeProvider] Add storageManager prop to ThemeProvider (#45136) @siriwatknp
  • [Radio] Fix inputProps not forwarded (#45471) @siriwatknp
2025-02-27 23:00:48
material-ui

v7.0.0-beta.2

Feb 27, 2025

A big thanks to the 2 contributors who made this release possible.

Core

  • [code-infra] Add package.json export (#45433) @Janpot
  • [blog] React 19 migration for MUI X (#45348) @arminmeh

All contributors of this release in alphabetical order: @arminmeh, @Janpot

2025-02-27 02:36:06
material-ui

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