@mui/icons-material 7.0.0-alpha.2 → 7.0.0-beta.0
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 +42 -0
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.0.0-beta.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.0-alpha.2..master -->
|
|
6
|
+
|
|
7
|
+
_Feb 26, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.0.0-beta.0`
|
|
12
|
+
|
|
13
|
+
- [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
|
|
14
|
+
- [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
|
|
15
|
+
- [Grid] Rename to GridLegacy (#45363) @DiegoAndai
|
|
16
|
+
- [Grid2] Rename to Grid (#45381) @DiegoAndai
|
|
17
|
+
- Remove SvgIcon data-testid in production (#45333) @Janpot
|
|
18
|
+
- Allow nested theme creation with `vars` (#45335) @siriwatknp
|
|
19
|
+
- [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
|
|
20
|
+
- [Slider] Fix css class selector in migration guide (#45402) @sai6855
|
|
21
|
+
- [Slider] Fix spacings in .md files (#45388) @sai6855
|
|
22
|
+
- [styles] Remove deprecated exports (#45397) @DiegoAndai
|
|
23
|
+
- [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
|
|
24
|
+
- [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
|
|
25
|
+
|
|
26
|
+
### Docs
|
|
27
|
+
|
|
28
|
+
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
|
|
29
|
+
- Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
|
|
30
|
+
- Fix typo in slider docs (#45390) @sai6855
|
|
31
|
+
- Fix Context Menu selection lost on Safari (#44903) @NooBat
|
|
32
|
+
|
|
33
|
+
### Core
|
|
34
|
+
|
|
35
|
+
- [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
|
|
36
|
+
- [docs-infra] Fix theme toggle call (#45400) @siriwatknp
|
|
37
|
+
- [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
|
|
38
|
+
- [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
|
|
39
|
+
- [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
|
|
40
|
+
- [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
|
|
41
|
+
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
|
|
42
|
+
|
|
43
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
44
|
+
|
|
3
45
|
## 7.0.0-alpha.2
|
|
4
46
|
|
|
5
47
|
<!-- generated comparing v7.0.0-alpha.1..master -->
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "7.0.0-
|
|
3
|
+
"version": "7.0.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
|
-
"@mui/material": "7.0.0-
|
|
36
|
+
"@mui/material": "7.0.0-beta.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|