Skip to content

Commit 2bded21

Browse files
authored
[release] v6.4.8 (#45574)
1 parent d7c97bd commit 2bded21

File tree

18 files changed

+85
-61
lines changed

18 files changed

+85
-61
lines changed

Diff for: CHANGELOG.md

+47-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 6.4.8
4+
5+
<!-- generated comparing v6.4.7..v6.x -->
6+
7+
_Mar 14, 2025_
8+
9+
A big thanks to the 9 contributors who made this release possible.
10+
11+
12+
13+
- [ListItemText] Add missing `root` slot (#45552) @sai6855
14+
- [SpeedDial] Add missing `root` slot (#45551) @sai6855
15+
- [Tooltip] Allow auto placement on tooltip (#45536) @Jtaks
16+
- [useScrollTrigger] Do nothing if target is null (#45553) @vipierozan99
17+
- [Accordion] Add missing `root` slot (#45534) @sai6855
18+
- [AccordionSummary] Add slots and slotProps (#45560) @sai6855
19+
- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) (#45498) @mj12albert
20+
21+
22+
23+
- Add `enableCssLayer` prop to StyledEngineProvider (#45563) @siriwatknp
24+
25+
26+
27+
- [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp
28+
29+
30+
31+
- Use correct iri-reference homepage format (#45511) @dahiro
32+
33+
### Core
34+
35+
- [test] Fix React 18 tests (#45161) (#45496) @DiegoAndai
36+
37+
### Docs
38+
39+
- [Backdrop] Fix component name in migration guide (#45507) @sai6855
40+
- Fix broken links to MUI X docs (cherry-pick of #45145) (#45481) @mapache-salvaje
41+
- [examples] Fix the invalid argument to extract examples (#45493) @ovtn
42+
- Add `overriding-component-structure` doc to Material UI (#45570) @siriwatknp
43+
44+
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Jtaks, @mapache-salvaje, @mj12albert, @ovtn, @sai6855, @siriwatknp, @vipierozan99
45+
346
## 6.4.7
447

548
<!-- generated comparing v6.4.6..v6.x -->
@@ -31,21 +74,21 @@ A big thanks to the 4 contributors who made this release possible.
3174
3275

3376
- [Checkbox] Add slots and slotProps (#45361) @siriwatknp
34-
- [Drawer] Deprecate *Props and complete `slots`, `slotProps` (#45377) @siriwatknp
77+
- [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#45377) @siriwatknp
3578
- [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
3679
- [InputBase] Deprecate composed classes (#45366) @siriwatknp
3780
- Fix `slotProps.transition` types (#45367) @siriwatknp
3881
- Allow nested theme creation with `vars` (#45368) @siriwatknp
3982
- Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
40-
- [Popover] Deprecate *Props and complete `slots`, `slotProps` (#45337) @siriwatknp
83+
- [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45337) @siriwatknp
4184
- [Radio] Add slots and slotProps (#45364) @siriwatknp
4285
- [Slider] Fix css class selector in migration guide (#45409) @sai6855
4386
- [Slider] Fix spacings in .md files (#45393) @sai6855
4487
- [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
4588
- [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
4689
- [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
47-
- [Tabs] Deprecate *Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
48-
- [Menu] Deprecate *Props and complete `slots`, `slotProps` (#45369) @siriwatknp
90+
- [Tabs] Deprecate \*Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
91+
- [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#45369) @siriwatknp
4992

5093
### Docs
5194

Diff for: docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mui/styled-engine-sc": "workspace:^",
4242
"@mui/styles": "workspace:^",
4343
"@mui/system": "workspace:^",
44-
"@mui/types": "workspace:^",
44+
"@mui/types": "workspace:~",
4545
"@mui/utils": "workspace:^",
4646
"@mui/x-charts": "7.23.6",
4747
"@mui/x-data-grid": "7.23.6",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

Diff for: packages/mui-base/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.69",
3+
"version": "5.0.0-beta.70",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Base is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
@@ -42,15 +42,15 @@
4242
"dependencies": {
4343
"@babel/runtime": "^7.26.0",
4444
"@floating-ui/react-dom": "^2.1.1",
45-
"@mui/types": "workspace:^",
45+
"@mui/types": "workspace:~",
4646
"@mui/utils": "workspace:^",
4747
"@popperjs/core": "^2.11.8",
4848
"clsx": "^2.1.1",
4949
"prop-types": "^15.8.1"
5050
},
5151
"devDependencies": {
5252
"@mui/internal-test-utils": "workspace:^",
53-
"@mui/types": "workspace:^",
53+
"@mui/types": "workspace:~",
5454
"@testing-library/react": "^16.1.0",
5555
"@testing-library/user-event": "^14.5.2",
5656
"@types/chai": "^4.3.20",

Diff for: packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

Diff for: packages/mui-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

Diff for: packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

Diff for: packages/mui-joy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/base": "workspace:*",
4343
"@mui/core-downloads-tracker": "workspace:^",
4444
"@mui/system": "workspace:^",
45-
"@mui/types": "workspace:^",
45+
"@mui/types": "workspace:~",
4646
"@mui/utils": "workspace:^",
4747
"clsx": "^2.1.1",
4848
"prop-types": "^15.8.1"

Diff for: packages/mui-lab/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "6.0.0-beta.30",
3+
"version": "6.0.0-beta.31",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -43,7 +43,7 @@
4343
"@babel/runtime": "^7.26.0",
4444
"@mui/base": "workspace:*",
4545
"@mui/system": "workspace:^",
46-
"@mui/types": "workspace:^",
46+
"@mui/types": "workspace:~",
4747
"@mui/utils": "workspace:^",
4848
"clsx": "^2.1.1",
4949
"prop-types": "^15.8.1"

Diff for: packages/mui-material-pigment-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

Diff for: packages/mui-material/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
@@ -43,7 +43,7 @@
4343
"@babel/runtime": "^7.26.0",
4444
"@mui/core-downloads-tracker": "workspace:^",
4545
"@mui/system": "workspace:^",
46-
"@mui/types": "workspace:^",
46+
"@mui/types": "workspace:~",
4747
"@mui/utils": "workspace:^",
4848
"@popperjs/core": "^2.11.8",
4949
"@types/react-transition-group": "^4.4.12",

Diff for: packages/mui-private-theming/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "6.4.6",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@mui/internal-test-utils": "workspace:^",
46-
"@mui/types": "workspace:^",
46+
"@mui/types": "workspace:~",
4747
"@types/chai": "^4.3.20",
4848
"@types/react": "^19.0.10",
4949
"chai": "^4.5.0",

Diff for: packages/mui-styled-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "6.4.6",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

Diff for: packages/mui-styles/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
@@ -40,7 +40,7 @@
4040
"@babel/runtime": "^7.26.0",
4141
"@emotion/hash": "^0.9.2",
4242
"@mui/private-theming": "workspace:^",
43-
"@mui/types": "workspace:^",
43+
"@mui/types": "workspace:~",
4444
"@mui/utils": "workspace:^",
4545
"clsx": "^2.1.1",
4646
"csstype": "^3.1.3",

Diff for: packages/mui-system/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "6.4.7",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
@@ -42,7 +42,7 @@
4242
"@babel/runtime": "^7.26.0",
4343
"@mui/private-theming": "workspace:^",
4444
"@mui/styled-engine": "workspace:^",
45-
"@mui/types": "workspace:^",
45+
"@mui/types": "workspace:~",
4646
"@mui/utils": "workspace:^",
4747
"clsx": "^2.1.1",
4848
"csstype": "^3.1.3",

Diff for: packages/mui-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/types",
3-
"version": "7.2.21",
3+
"version": "7.2.24",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility types for MUI.",

Diff for: packages/mui-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "6.4.6",
3+
"version": "6.4.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",
@@ -39,15 +39,15 @@
3939
},
4040
"dependencies": {
4141
"@babel/runtime": "^7.26.0",
42-
"@mui/types": "workspace:^",
42+
"@mui/types": "workspace:~",
4343
"@types/prop-types": "^15.7.14",
4444
"clsx": "^2.1.1",
4545
"prop-types": "^15.8.1",
4646
"react-is": "^19.0.0"
4747
},
4848
"devDependencies": {
4949
"@mui/internal-test-utils": "workspace:^",
50-
"@mui/types": "workspace:^",
50+
"@mui/types": "workspace:~",
5151
"@types/chai": "^4.3.20",
5252
"@types/mocha": "^10.0.10",
5353
"@types/node": "^20.17.12",

0 commit comments

Comments
 (0)