@mui/icons-material 7.3.3 → 7.3.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 +25 -0
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.3.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.3.3..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 2, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
Small update to revert a change that broke the `<Tabs>` component. Also publishing a beta version of `@mui/lab` which was accidentally published as a stable release.
|
|
12
|
+
|
|
13
|
+
### `@mui/material@7.3.4`
|
|
14
|
+
|
|
15
|
+
- [Tabs] Revert "Fix not scrolling to correct tab after refresh when auto scrollable (#46869)" (#47014) @ZeeshanTamboli
|
|
16
|
+
|
|
17
|
+
### Docs
|
|
18
|
+
|
|
19
|
+
- Sort package manager automatically (#46897) @Janpot
|
|
20
|
+
|
|
21
|
+
### Core
|
|
22
|
+
|
|
23
|
+
- Bring @mui/lab back to unstable version (#47012) @Janpot
|
|
24
|
+
- Fix `ThemeOptions` and `createTheme*` cyclic dependency (#47007) @siriwatknp
|
|
25
|
+
|
|
26
|
+
All contributors of this release in alphabetical order: @Janpot, @siriwatknp, @ZeeshanTamboli
|
|
27
|
+
|
|
3
28
|
## 7.3.3
|
|
4
29
|
|
|
5
30
|
<!-- generated comparing v7.3.2..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.3.
|
|
3
|
+
"version": "7.3.4",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Material Design icons distributed as SVG React components.",
|
|
6
6
|
"main": "./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": "^7.3.
|
|
35
|
+
"@mui/material": "^7.3.4"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@types/react": {
|