@mui/utils 7.0.0-alpha.2 → 7.0.0-beta.2

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,77 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.0-beta.2
4
+
5
+ <!-- generated comparing v7.0.0-beta.1..master -->
6
+
7
+ _Feb 27, 2025_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### Core
12
+
13
+ - [code-infra] Add package.json export (#45433) @Janpot
14
+ - [blog] React 19 migration for MUI X (#45348) @arminmeh
15
+
16
+ All contributors of this release in alphabetical order: @arminmeh, @Janpot
17
+
18
+ ## 7.0.0-beta.1
19
+
20
+ <!-- generated comparing v7.0.0-beta.0..master -->
21
+
22
+ _Feb 27, 2025_
23
+
24
+ This release fixes incorrect build output from the previous release (`beta.0`).
25
+
26
+ ### Core
27
+
28
+ - [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
29
+ - [release] Fix versions (#45420) @mj12albert
30
+
31
+ All contributors of this release in alphabetical order: @Janpot, @mj12albert
32
+
33
+ ## 7.0.0-beta.0
34
+
35
+ <!-- generated comparing v7.0.0-alpha.2..master -->
36
+
37
+ _Feb 26, 2025_
38
+
39
+ A big thanks to the 8 contributors who made this release possible.
40
+
41
+ ### `@mui/material@7.0.0-beta.0`
42
+
43
+ - [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
44
+ - [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
45
+ - [Grid] Rename to GridLegacy (#45363) @DiegoAndai
46
+ - [Grid2] Rename to Grid (#45381) @DiegoAndai
47
+ - Remove SvgIcon data-testid in production (#45333) @Janpot
48
+ - Allow nested theme creation with `vars` (#45335) @siriwatknp
49
+ - [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
50
+ - [Slider] Fix css class selector in migration guide (#45402) @sai6855
51
+ - [Slider] Fix spacings in .md files (#45388) @sai6855
52
+ - [styles] Remove deprecated exports (#45397) @DiegoAndai
53
+ - [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
54
+ - [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
55
+
56
+ ### Docs
57
+
58
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
59
+ - Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
60
+ - Fix typo in slider docs (#45390) @sai6855
61
+ - Fix Context Menu selection lost on Safari (#44903) @NooBat
62
+
63
+ ### Core
64
+
65
+ - [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
66
+ - [docs-infra] Fix theme toggle call (#45400) @siriwatknp
67
+ - [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
68
+ - [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
69
+ - [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
70
+ - [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
71
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
72
+
73
+ All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
74
+
3
75
  ## 7.0.0-alpha.2
4
76
 
5
77
  <!-- generated comparing v7.0.0-alpha.1..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/utils v7.0.0-alpha.2
2
+ * @mui/utils v7.0.0-beta.2
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/utils v7.0.0-alpha.2
2
+ * @mui/utils v7.0.0-beta.2
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/utils v7.0.0-alpha.2
2
+ * @mui/utils v7.0.0-beta.2
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/utils",
3
- "version": "7.0.0-alpha.2",
3
+ "version": "7.0.0-beta.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Utility functions for React components.",
@@ -52,6 +52,7 @@
52
52
  },
53
53
  "module": "./esm/index.js",
54
54
  "exports": {
55
+ "./package.json": "./package.json",
55
56
  ".": {
56
57
  "require": {
57
58
  "types": "./index.d.ts",