@mui/lab 7.0.0-beta.6 → 7.0.0-beta.8

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,89 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.0-rc.0
4
+
5
+ <!-- generated comparing v7.0.0-beta.4..master -->
6
+
7
+ _Mar 18, 2025_
8
+
9
+ A big thanks to the 4 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.0.0-rc.0`
12
+
13
+ - [StepLabel] Add missing root slot (#45603) @sai6855
14
+ - [Switch] Add slots and slotProps (#45595) @siriwatknp
15
+ - [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
16
+
17
+ ### Core
18
+
19
+ - [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
20
+ - [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
21
+ - [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
22
+ - [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
23
+ - Add StackBlitz template to issue template (#45504) @Janpot
24
+
25
+ All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
26
+
27
+ ## 7.0.0-beta.4
28
+
29
+ <!-- generated comparing v7.0.0-beta.3..master -->
30
+
31
+ _Mar 13, 2025_
32
+
33
+ A big thanks to the 10 contributors who made this release possible.
34
+ This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
35
+
36
+ ### `@mui/material@7.0.0-beta.4`
37
+
38
+ - [Accordion] Add missing `root` slot (#45532) @sai6855
39
+ - [AccordionSummary] Add slots and slotProps (#45559) @sai6855
40
+ - [ListItemText] Add missing `root` slot (#45540) @sai6855
41
+ - [SpeedDial] Add missing `root` slot (#45541) @sai6855
42
+ - [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
43
+ - [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
44
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
45
+ - Fix negative input for CSS variables spacing array (#45550) @siriwatknp
46
+ - Add missing deprecations in deprecations-all file (#45505) @sai6855
47
+ - Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
48
+
49
+ ### `@mui/icons-material@7.0.0-beta.4`
50
+
51
+ - Remove unused icon names from the download script (#45453) @yermartee
52
+
53
+ ### `@mui/system@7.0.0-beta.4`
54
+
55
+ - Prevent nested non-vars theme inheritance (#45545) @siriwatknp
56
+ - Disable theme recalculation as default behavior (#45405) @siriwatknp
57
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
58
+
59
+ ### `@mui/styled-engine@7.0.0-beta.4`
60
+
61
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
62
+
63
+ ### `@mui/types@7.3.0`
64
+
65
+ - [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
66
+
67
+ ### `@mui/utils@7.0.0-beta.4`
68
+
69
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
70
+ - Use correct iri-reference homepage format (#45472) @dahiro
71
+
72
+ ### Docs
73
+
74
+ - [Backdrop] Fix component name in migration guide (#45506) @sai6855
75
+ - [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
76
+
77
+ ### Core
78
+
79
+ - [code-infra] Convert a few docs modules to ts (#45548) @Janpot
80
+ - [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
81
+ - [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
82
+ - [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
83
+ - [blog] Fix author end-of-year updates (#45533) @oliviertassinari
84
+
85
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
86
+
3
87
  ## 7.0.0-beta.3
4
88
 
5
89
  <!-- generated comparing v7.0.0-beta.2..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v7.0.0-beta.6
2
+ * @mui/lab v7.0.0-beta.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v7.0.0-beta.6
2
+ * @mui/lab v7.0.0-beta.8
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 v7.0.0-beta.6
2
+ * @mui/lab v7.0.0-beta.8
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": "7.0.0-beta.6",
3
+ "version": "7.0.0-beta.8",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -28,13 +28,13 @@
28
28
  "url": "https://opencollective.com/mui-org"
29
29
  },
30
30
  "dependencies": {
31
- "@babel/runtime": "^7.26.9",
31
+ "@babel/runtime": "^7.26.10",
32
32
  "clsx": "^2.1.1",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/system": "7.0.0-beta.3",
35
- "@mui/base": "5.0.0-beta.69",
36
- "@mui/types": "^7.2.23",
37
- "@mui/utils": "7.0.0-beta.3"
34
+ "@mui/utils": "7.0.0-rc.0",
35
+ "@mui/base": "7.0.0-beta.4",
36
+ "@mui/types": "^7.3.1",
37
+ "@mui/system": "7.0.0-rc.0"
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-pigment-css": "^7.0.0-beta.3",
46
- "@mui/material": "7.0.0-beta.3"
45
+ "@mui/material-pigment-css": "^7.0.0-rc.0",
46
+ "@mui/material": "7.0.0-rc.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@types/react": {