Bump @mui/material from 6.3.1 to 6.4.0
Bumps @mui/material from 6.3.1 to 6.4.0.
Release notes
Sourced from @mui/material
's releases.
v6.4.0
A big thanks to the 16 contributors who made this release possible. Here are some highlights
✨ :
- Added
loading
prop to theButton
andIconButton
components (#44637)@siriwatknp
@mui/material@6.4.0
- [Alert] complete
slots
andslotProps
(#44971)@siriwatknp
- [Autocomplete] Sync runtime and TS types for key in grouped options (#44862)
@aarongarciah
- [Button] Add
loading
prop (#44637)@siriwatknp
- [CardHeader] Deprecate
*TypographyProps
and completeslots
,slotProps
(#44729)@siriwatknp
- [CircularProgress] Improve indeterminate animation to be symmetric and smooth (#44934)
@yashdev16
- [LinearProgress] Deprecate composed classes (#44933)
@headironc
- [Link] Fix error for using custom palette with underline (#44927)
@siriwatknp
- [Select] Do not set
aria-controls
when closed (#44919)@siddhantantil39
- [Select] Add missing root class (#44928)
@sai6855
- [Slider] Set onChangeCommitted to receive the last argument passed to onChange (#44795)
@good-jinu
- Add
mergeSlotProps
for extending components (#44809)@siriwatknp
- Update
mergeSlotProps
to mergestyle
(#44959)@siriwatknp
- Fix slots typing for Tooltip and StepLabel (#44985)
@siriwatknp
- Remove unnecessary blank lines (#44980)
@sai6855
Docs
- [docs] Fix Dashboard sidenav sroll (#44876)
@oliviertassinari
- [docs] Fix broken anchor link to w3.org (c51af8e)
@oliviertassinari
- [docs] Add details on complementary Menu components (#44957)
@samuelsycamore
- [docs] Remove misleading messaging on MD3 support (#44953)
@mnajdova
- [docs] Fix code copy button obscuring on small screen sizes (#44861)
@ZeeshanTamboli
- [docs] Remove more instances of Adobe XD (#44956)
@samuelsycamore
- [docs] Remove Adobe XD chips, links, and mentions (#44909)
@samuelsycamore
- [docs] Fix incorrect rendering in Typography docs (#44937)
@iaziz11
Core
- [core] Remove redundant screenshots (#44877)
@oliviertassinari
- [core] Remove Suspense and clock mocking from regressions and e2e tests (#44935)
@DiegoAndai
- [code-infra] Allow react@18 on
@mui/internal-test-utils
(#45023)@LukasTy
- [code-infra] Stabilize flaky pigment progressbar tests (#44969)
@Janpot
- [example] Update the CDN example to adapt React 19. (#44979)
@IceOfSummer
- [figma] Clarify that Material UI Sync plugin is experimental (#44975)
@oliviertassinari
All contributors of this release in alphabetical order:
@aarongarciah
,@DiegoAndai
,@good-jinu
,@headironc
,@iaziz11
,@IceOfSummer
,@Janpot
,@LukasTy
,@mnajdova
,@oliviertassinari
,@sai6855
,@samuelsycamore
,@siddhantantil39
,@siriwatknp
,@yashdev16
,@ZeeshanTamboli
Changelog
Sourced from @mui/material
's changelog.
6.4.0
Jan 13, 2025
A big thanks to the 16 contributors who made this release possible. Here are some highlights
✨ :
- Added
loading
prop to theButton
andIconButton
components (#44637)@siriwatknp
@mui/material@6.4.0
- [Alert] complete
slots
andslotProps
(#44971)@siriwatknp
- [Autocomplete] Sync runtime and TS types for key in grouped options (#44862)
@aarongarciah
- [Button] Add
loading
prop (#44637)@siriwatknp
- [CardHeader] Deprecate
*TypographyProps
and completeslots
,slotProps
(#44729)@siriwatknp
- [CircularProgress] Improve indeterminate animation to be symmetric and smooth (#44934)
@yashdev16
- [LinearProgress] Deprecate composed classes (#44933)
@headironc
- [Link] Fix error for using custom palette with underline (#44927)
@siriwatknp
- [Select] Do not set
aria-controls
when closed (#44919)@siddhantantil39
- [Select] Add missing root class (#44928)
@sai6855
- [Slider] Set onChangeCommitted to receive the last argument passed to onChange (#44795)
@good-jinu
- Add
mergeSlotProps
for extending components (#44809)@siriwatknp
- Update
mergeSlotProps
to mergestyle
(#44959)@siriwatknp
- Fix slots typing for Tooltip and StepLabel (#44985)
@siriwatknp
- Remove unnecessary blank lines (#44980)
@sai6855
Docs
- [docs] Fix Dashboard sidenav sroll (#44876)
@oliviertassinari
- [docs] Fix broken anchor link to w3.org (c51af8e)
@oliviertassinari
- [docs] Add details on complementary Menu components (#44957)
@samuelsycamore
- [docs] Remove misleading messaging on MD3 support (#44953)
@mnajdova
- [docs] Fix code copy button obscuring on small screen sizes (#44861)
@ZeeshanTamboli
- [docs] Remove more instances of Adobe XD (#44956)
@samuelsycamore
- [docs] Remove Adobe XD chips, links, and mentions (#44909)
@samuelsycamore
- [docs] Fix incorrect rendering in Typography docs (#44937)
@iaziz11
Core
- [core] Remove redundant screenshots (#44877)
@oliviertassinari
- [core] Remove Suspense and clock mocking from regressions and e2e tests (#44935)
@DiegoAndai
- [code-infra] Allow react@18 on
@mui/internal-test-utils
(#45023)@LukasTy
- [code-infra] Stabilize flaky pigment progressbar tests (#44969)
@Janpot
- [example] Update the CDN example to adapt React 19. (#44979)
@IceOfSummer
- [figma] Clarify that Material UI Sync plugin is experimental (#44975)
@oliviertassinari
All contributors of this release in alphabetical order:
@aarongarciah
,@DiegoAndai
,@good-jinu
,@headironc
,@iaziz11
,@IceOfSummer
,@Janpot
,@LukasTy
,@mnajdova
,@oliviertassinari
,@sai6855
,@samuelsycamore
,@siddhantantil39
,@siriwatknp
,@yashdev16
,@ZeeshanTamboli
Commits
-
f9949a8
v6.4.0 (#45013) -
dc02352
Bump fast-glob to ^3.3.3 (#44999) -
58e2c0f
Bump@types/react
to ^19.0.6 (#44995) -
a76cf2e
[Button] Addloading
prop (#44637) -
75e9bf5
[material-ui] Fix slots typing for Tooltip and StepLabel (#44985) -
60106b3
[material-ui][Alert] completeslots
andslotProps
(#44971) -
11b3889
[CardHeader] Deprecate*TypographyProps
and completeslots
,slotProps
(... -
9900fcb
[material-ui][LinearProgress] Deprecate composed classes (#44933) -
1d38c20
[material-ui] Remove unnecessary blank lines (#44980) -
ca4e3a9
[material-ui] UpdatemergeSlotProps
to mergestyle
(#44959) - Additional commits viewable in compare view