@mui/lab 6.0.1-beta.33 → 6.0.1-beta.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/README.md +1 -1
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.4.11
|
|
4
|
+
|
|
5
|
+
_Apr 9, 2025_
|
|
6
|
+
|
|
7
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
8
|
+
|
|
9
|
+
### `@mui/material@6.4.11`
|
|
10
|
+
|
|
11
|
+
- [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45845) @Kartik-Murthy
|
|
12
|
+
- [Dialog] Deprecate composed classes (#45814) @sai6855
|
|
13
|
+
|
|
14
|
+
### `@mui/styled-engine@6.4.11`
|
|
15
|
+
|
|
16
|
+
- Add caching to improve performance for running tests with Jest (#45855) @siriwatknp
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- Add missing v7 docs banner (#45842) @DiegoAndai
|
|
21
|
+
- Add v7 is here banner (#45838) @DiegoAndai
|
|
22
|
+
- Fix lab version install instructions (#45770) @DiegoAndai
|
|
23
|
+
|
|
24
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @Kartik-Murthy, @sai6855
|
|
25
|
+
|
|
3
26
|
## 6.4.10
|
|
4
27
|
|
|
5
28
|
<!-- generated comparing v6.4.9..v6.x -->
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Install the package in your project directory with:
|
|
|
9
9
|
<!-- #npm-tag-reference -->
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install @mui/lab@^6.0.0
|
|
12
|
+
npm install @mui/lab@^6.0.0-beta
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
The lab has peer dependencies on the Material Design components and on the Emotion library.
|
package/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
|
-
"version": "6.0.1-beta.
|
|
3
|
+
"version": "6.0.1-beta.34",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@babel/runtime": "^7.26.0",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
+
"@mui/base": "5.0.0-beta.70",
|
|
35
|
+
"@mui/system": "^6.4.11",
|
|
34
36
|
"@mui/types": "~7.2.24",
|
|
35
|
-
"@mui/utils": "^6.4.9"
|
|
36
|
-
"@mui/system": "^6.4.10",
|
|
37
|
-
"@mui/base": "5.0.0-beta.70"
|
|
37
|
+
"@mui/utils": "^6.4.9"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@emotion/react": "^11.5.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
43
43
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
44
44
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
45
|
-
"@mui/material": "^6.4.
|
|
46
|
-
"@mui/material-pigment-css": "^6.4.
|
|
45
|
+
"@mui/material": "^6.4.11",
|
|
46
|
+
"@mui/material-pigment-css": "^6.4.11"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@types/react": {
|