@mui/private-theming 7.0.0-beta.2 → 7.0.0-beta.4

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,85 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.0-beta.4
4
+
5
+ <!-- generated comparing v7.0.0-beta.3..master -->
6
+
7
+ _Mar 13, 2025_
8
+
9
+ A big thanks to the 10 contributors who made this release possible.
10
+ This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
11
+
12
+ ### `@mui/material@7.0.0-beta.4`
13
+
14
+ - [Accordion] Add missing `root` slot (#45532) @sai6855
15
+ - [AccordionSummary] Add slots and slotProps (#45559) @sai6855
16
+ - [ListItemText] Add missing `root` slot (#45540) @sai6855
17
+ - [SpeedDial] Add missing `root` slot (#45541) @sai6855
18
+ - [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
19
+ - [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
20
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
21
+ - Fix negative input for CSS variables spacing array (#45550) @siriwatknp
22
+ - Add missing deprecations in deprecations-all file (#45505) @sai6855
23
+ - Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
24
+
25
+ ### `@mui/icons-material@7.0.0-beta.4`
26
+
27
+ - Remove unused icon names from the download script (#45453) @yermartee
28
+
29
+ ### `@mui/system@7.0.0-beta.4`
30
+
31
+ - Prevent nested non-vars theme inheritance (#45545) @siriwatknp
32
+ - Disable theme recalculation as default behavior (#45405) @siriwatknp
33
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
34
+
35
+ ### `@mui/styled-engine@7.0.0-beta.4`
36
+
37
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
38
+
39
+ ### `@mui/types@7.3.0`
40
+
41
+ - [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
42
+
43
+ ### `@mui/utils@7.0.0-beta.4`
44
+
45
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
46
+ - Use correct iri-reference homepage format (#45472) @dahiro
47
+
48
+ ### Docs
49
+
50
+ - [Backdrop] Fix component name in migration guide (#45506) @sai6855
51
+ - [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
52
+
53
+ ### Core
54
+
55
+ - [code-infra] Convert a few docs modules to ts (#45548) @Janpot
56
+ - [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
57
+ - [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
58
+ - [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
59
+ - [blog] Fix author end-of-year updates (#45533) @oliviertassinari
60
+
61
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
62
+
63
+ ## 7.0.0-beta.3
64
+
65
+ <!-- generated comparing v7.0.0-beta.2..master -->
66
+
67
+ _Mar 5, 2025_
68
+
69
+ A big thanks to the 3 contributors who made this release possible.
70
+
71
+ ### `@mui/material@7.0.0-beta.3`
72
+
73
+ - Fix moduleResolution:node for icons (#45444) @Janpot
74
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (#45136) @siriwatknp
75
+ - [Radio] Fix `inputProps` not forwarded (#45471) @siriwatknp
76
+
77
+ ### `@mui/codemod@7.0.0-beta.3`
78
+
79
+ - [codemod] Fix codemods not found (#45473) @DiegoAndai
80
+
81
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @siriwatknp
82
+
3
83
  ## 7.0.0-beta.2
4
84
 
5
85
  <!-- generated comparing v7.0.0-beta.1..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v7.0.0-beta.2
2
+ * @mui/private-theming v7.0.0-beta.4
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/private-theming v7.0.0-beta.2
2
+ * @mui/private-theming v7.0.0-beta.4
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/private-theming v7.0.0-beta.2
2
+ * @mui/private-theming v7.0.0-beta.4
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/private-theming",
3
- "version": "7.0.0-beta.2",
3
+ "version": "7.0.0-beta.4",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.26.9",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "7.0.0-beta.2"
31
+ "@mui/utils": "7.0.0-beta.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",