@mui/lab 6.0.1-beta.33 → 6.0.1-beta.35

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 CHANGED
@@ -1,5 +1,65 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.12
4
+
5
+ <!-- generated comparing v6.4.11..v6.x -->
6
+
7
+ _May 30, 2025_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.12`
12
+
13
+ - [Badge] Replace useSlotProps with useSlot hook (#45876) @sai6855
14
+ - [BottomNavigationAction] Add slots and slotProps (#45875) @sai6855
15
+ - [CardActionArea] Add slots and slotProps (#45877) @sai6855
16
+ - [OutlinedInput] Add missing `notchedOutline` slot (#45938) @siriwatknp
17
+ - [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#45886) @good-jinu
18
+ - Fix theme object changes between renders (#45874) @siriwatknp
19
+
20
+ ### `@mui/material-nextjs@6.4.12`
21
+
22
+ - Do not wrap `@layer` order rules in App Router (#45870) @Nayeem-XTREME
23
+
24
+ ### `@mui/system@6.4.12`
25
+
26
+ - Skip styled component from being transformed (#46184) @siriwatknp
27
+
28
+ ### Docs
29
+
30
+ - [Dialog] Remove deprecated props usage in demos (#45928) @sai6855
31
+ - [Grid] Update grid migration guide (#46153) @sai6855
32
+ - [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (@andreachiera) (#45865) @andreachiera
33
+ - Update CSS variable usage in migration guide for Pigment CSS (#46038) @sai6855
34
+ - Remove outdated StackOverflow tag (9b9f96b) @oliviertassinari
35
+ - Update `@mui/icons-material` install command to use 6.x version (#45810) @Nickknack
36
+ - Add AccordionSummary to the breaking change migration (#45973) @siriwatknp
37
+
38
+ All contributors of this release in alphabetical order: @andreachiera, @good-jinu, @Nayeem-XTREME, @Nickknack, @oliviertassinari, @sai6855, @siriwatknp
39
+
40
+ ## 6.4.11
41
+
42
+ _Apr 9, 2025_
43
+
44
+ A big thanks to the 3 contributors who made this release possible.
45
+
46
+ ### `@mui/material@6.4.11`
47
+
48
+ - [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45845) @Kartik-Murthy
49
+ - [Dialog] Deprecate composed classes (#45814) @sai6855
50
+
51
+ ### `@mui/styled-engine@6.4.11`
52
+
53
+ - Add caching to improve performance for running tests with Jest (#45855) @siriwatknp
54
+
55
+ ### Docs
56
+
57
+ - Add missing v7 docs banner (#45842) @DiegoAndai
58
+ - Add v7 is here banner (#45838) @DiegoAndai
59
+ - Fix lab version install instructions (#45770) @DiegoAndai
60
+
61
+ All contributors of this release in alphabetical order: @DiegoAndai, @Kartik-Murthy, @sai6855
62
+
3
63
  ## 6.4.10
4
64
 
5
65
  <!-- 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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v6.0.1-beta.33
2
+ * @mui/lab v6.0.1-beta.35
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v6.0.1-beta.33
2
+ * @mui/lab v6.0.1-beta.35
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v6.0.1-beta.33
2
+ * @mui/lab v6.0.1-beta.35
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "6.0.1-beta.33",
3
+ "version": "6.0.1-beta.35",
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/types": "~7.2.24",
34
+ "@mui/system": "^6.4.12",
35
35
  "@mui/utils": "^6.4.9",
36
- "@mui/system": "^6.4.10",
37
- "@mui/base": "5.0.0-beta.70"
36
+ "@mui/base": "5.0.0-beta.70",
37
+ "@mui/types": "~7.2.24"
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.10",
46
- "@mui/material-pigment-css": "^6.4.10"
45
+ "@mui/material": "^6.4.12",
46
+ "@mui/material-pigment-css": "^6.4.12"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@types/react": {