@mui/icons-material 7.0.0-beta.4 → 7.0.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 CHANGED
@@ -1,5 +1,82 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.0
4
+
5
+ <!-- generated comparing v7.0.0-rc.0..master -->
6
+
7
+ _Mar 26, 2025_
8
+
9
+ 🎉 We're happy to announce the stable release of v7.
10
+
11
+ - Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement.
12
+ - Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
13
+
14
+ ### `@mui/material@7.0.0`
15
+
16
+ - [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli
17
+ - [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh
18
+ - Update minimum TypeScript support to 4.9 (#45535) @siriwatknp
19
+
20
+ ### `@mui/system@7.0.0`
21
+
22
+ - [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
23
+
24
+ ### `@mui/lab@7.0.0-beta.9`
25
+
26
+ - [lab] Remove @mui/base dependency (#45602) @mnajdova
27
+
28
+ ### Docs
29
+
30
+ - [docs] Fix unnecessary redirects for v7 (#45677) @Janpot
31
+ - [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari
32
+ - [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai
33
+ - [docs] Fix grammatical errors in support.md (#45631) @letianpailove
34
+ - [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg
35
+ - [docs] Deprecate Toolpad Studio (#45613) @Janpot
36
+ - [docs] Sync the mode from page to demos #45661 @siriwatknp
37
+
38
+ ### Core
39
+
40
+ - [blog] v7 stable release (#45623) @DiegoAndai
41
+ - [code-infra] Disable flaky masonry screenshot (#45678) @Janpot
42
+ - [code-infra] Migrate regression tests to vite (#44964) @Janpot
43
+ - [code-infra] Update rollup (#45666) @Janpot
44
+ - [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot
45
+ - [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy
46
+ - [code-infra] Improve Argos script debuggability (#45619) @Janpot
47
+ - [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot
48
+ - [core] Prepare master for v7 stable (#45674) @DiegoAndai
49
+ - [core] Improve instructions on changing domain (#45637) @mnajdova
50
+ - [core] Deprecate `ponyfillGlobal` (#45606) @Janpot
51
+ - [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp
52
+ - [styles] Remove code & docs (#45633) @mnajdova
53
+
54
+ All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
55
+
56
+ ## 7.0.0-rc.0
57
+
58
+ <!-- generated comparing v7.0.0-beta.4..master -->
59
+
60
+ _Mar 18, 2025_
61
+
62
+ A big thanks to the 4 contributors who made this release possible.
63
+
64
+ ### `@mui/material@7.0.0-rc.0`
65
+
66
+ - [StepLabel] Add missing root slot (#45603) @sai6855
67
+ - [Switch] Add slots and slotProps (#45595) @siriwatknp
68
+ - [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
69
+
70
+ ### Core
71
+
72
+ - [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
73
+ - [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
74
+ - [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
75
+ - [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
76
+ - Add StackBlitz template to issue template (#45504) @Janpot
77
+
78
+ All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
79
+
3
80
  ## 7.0.0-beta.4
4
81
 
5
82
  <!-- generated comparing v7.0.0-beta.3..master -->
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!-- #host-reference -->
4
4
 
5
- This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://next.mui.com/material-ui/icons/#svgicon) components.
5
+ This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://mui.com/material-ui/icons/#svgicon) components.
6
6
 
7
7
  > Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet.
8
8
 
@@ -13,15 +13,15 @@ The Material Icons package depends on Material UI—install both with the follo
13
13
  <!-- #npm-tag-reference -->
14
14
 
15
15
  ```bash
16
- npm install @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react
16
+ npm install @mui/icons-material @mui/material @emotion/styled @emotion/react
17
17
  ```
18
18
 
19
19
  ## Documentation
20
20
 
21
21
  <!-- #host-reference -->
22
22
 
23
- - Learn more about Material UI's [SVG Icon component](https://next.mui.com/material-ui/icons/#svgicon).
24
- - Browse the available icons on the [Material Icons page](https://next.mui.com/material-ui/material-icons/).
23
+ - Learn more about Material UI's [SVG Icon component](https://mui.com/material-ui/icons/#svgicon).
24
+ - Browse the available icons on the [Material Icons page](https://mui.com/material-ui/material-icons/).
25
25
 
26
26
  ## Contributing
27
27
 
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.0.0-beta.4
2
+ * @mui/icons-material v7.0.0
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/icons-material v7.0.0-beta.4
2
+ * @mui/icons-material v7.0.0
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/icons-material",
3
- "version": "7.0.0-beta.4",
3
+ "version": "7.0.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -28,12 +28,12 @@
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
  },
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-beta.4"
36
+ "@mui/material": "^7.0.0"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {