@mui/icons-material 9.0.0-alpha.1 → 9.0.0-alpha.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 +28 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 9.0.0-alpha.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.0.0-alpha.1..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 5, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### @mui/material@9.0.0-alpha.2
|
|
12
|
+
|
|
13
|
+
- Clean up duplicated CSS rules (#47838) @sai6855
|
|
14
|
+
|
|
15
|
+
### @mui/system@9.0.0-alpha.2
|
|
16
|
+
|
|
17
|
+
- Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855
|
|
18
|
+
|
|
19
|
+
### Docs
|
|
20
|
+
|
|
21
|
+
- Move shared components to @mui/docs package (#47672) @Janpot
|
|
22
|
+
- Fix small typo in NumberField page (#47877) @arthur-plazanet
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- [code-infra] Reduce paths for attw checks (#47896) @brijeshb42
|
|
27
|
+
- [docs-infra] Run syncTeamMembers (#47900) @Janpot
|
|
28
|
+
|
|
29
|
+
All contributors of this release in alphabetical order: @arthur-plazanet, @brijeshb42, @Janpot, @sai6855
|
|
30
|
+
|
|
3
31
|
## 9.0.0-alpha.1
|
|
4
32
|
|
|
5
33
|
<!-- generated comparing v9.0.0-alpha.0..master -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.2",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Material Design icons distributed as SVG React components.",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
34
34
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
|
-
"@mui/material": "9.0.0-alpha.
|
|
35
|
+
"@mui/material": "9.0.0-alpha.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@types/react": {
|