@mui/icons-material 9.1.1 → 9.2.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 +74 -0
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# [Versions](https://mui.com/material-ui/getting-started/versions/)
|
|
2
2
|
|
|
3
|
+
## 9.2.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.1.2..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 2, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
- ⚙️ Add support for [`data-*` attributes on `slotProps`](https://mui.com/material-ui/guides/typescript/#allowing-data-attributes-on-slotprops).
|
|
12
|
+
|
|
13
|
+
### `@mui/material@9.1.3`
|
|
14
|
+
|
|
15
|
+
- [l10n] Add missing MuiPagination localization to zh-CN locale (#48741) @greymoth-jp
|
|
16
|
+
- [select] Guard display ref during mouse down (#48744) @michelengelen
|
|
17
|
+
|
|
18
|
+
### `@mui/utils@9.1.3`
|
|
19
|
+
|
|
20
|
+
- [utils] Add opt-in `DataAttributesOverrides` augmentation for slot props (#48554) @LukasTy
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- [docs] Improve Icon Dialog responsiveness on small screens (#48639) @Prakash1185
|
|
25
|
+
- [docs] Fix invalid UTF-8 in skill references (#48739) @mturac
|
|
26
|
+
|
|
27
|
+
### Core
|
|
28
|
+
|
|
29
|
+
- [code-infra] Resolve Renovate dashboard warnings (#48700) @Sushantplive
|
|
30
|
+
- [code-infra] Validate npm publishing through dry run (#48691) @brijeshb42
|
|
31
|
+
- [code-infra] Run prettier after renovate update (#48754) @Janpot
|
|
32
|
+
- [code-infra] Fix 'A11y results committed?' check on react-pinned nightly jobs (#48740) @Janpot
|
|
33
|
+
- [core] Remove leftover Joy UI references (#48719) @siriwatknp
|
|
34
|
+
- [code-infra] Bump react-router to 7.15.1 (#48725) @Janpot
|
|
35
|
+
- [docs-infra] Drive docs analytics IDs via ANALYTICS_ENV (#48694) @Janpot
|
|
36
|
+
- [docs-infra] Pre-render API page descriptions (#48693) @brijeshb42
|
|
37
|
+
- [code-infra][icons-material] Build lib/package.json with code-infra --no-expand (#48689) @Janpot
|
|
38
|
+
- [code-infra] Fix react@18/next nightly workflow (#48635) @Janpot
|
|
39
|
+
|
|
40
|
+
All contributors of this release in alphabetical order: @brijeshb42, @greymoth-jp, @Janpot, @LukasTy, @michelengelen, @mturac, @Prakash1185, @siriwatknp, @Sushantplive
|
|
41
|
+
|
|
42
|
+
## 9.1.2
|
|
43
|
+
|
|
44
|
+
<!-- generated comparing v9.1.1..master -->
|
|
45
|
+
|
|
46
|
+
_Jun 23, 2026_
|
|
47
|
+
|
|
48
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
49
|
+
|
|
50
|
+
### `@mui/material@9.1.2`
|
|
51
|
+
|
|
52
|
+
- [autocomplete] Don't submit forms when committing `freeSolo` value with Enter key (#48679) @mj12albert
|
|
53
|
+
- [transitions] Fix RTG import in ESM (#48645) @mj12albert
|
|
54
|
+
|
|
55
|
+
### `@mui/system@9.1.2`
|
|
56
|
+
|
|
57
|
+
- [InitColorSchemeScript] Fix script tag warning in Next.js 16 dev mode (#48671) @siriwatknp
|
|
58
|
+
|
|
59
|
+
### Docs
|
|
60
|
+
|
|
61
|
+
- Fix typos in release instructions (#48687) @brijeshb42
|
|
62
|
+
- Update @mui/x-\* packages to latest (#48661) @Janpot
|
|
63
|
+
|
|
64
|
+
### Core
|
|
65
|
+
|
|
66
|
+
- [code-infra] Convert leaf @mui/system .js+.d.ts pairs to TypeScript (part 1) (#48578) @Janpot
|
|
67
|
+
- [code-infra] Bump to latest code-infra packages (#48672) @brijeshb42
|
|
68
|
+
- [code-infra] Resolve remaining minimatch advisory (#48662) @Janpot
|
|
69
|
+
- [code-infra] Bump nx to resolve minimatch advisory (#48658) @Janpot
|
|
70
|
+
- [core] Drop @babel/\* pnpm overrides (#48710) @Janpot
|
|
71
|
+
- [docs-infra] Revert "Pin StackBlitz demo vite to v7 and plugin-react to v5" (#48709) @Janpot
|
|
72
|
+
- [docs-infra] Fix code-block copy button broken on direct page load (#48653) @brijeshb42
|
|
73
|
+
- [test] Stabilize Data Grid demo data in Argos screenshots (#48654) @LukasTy
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @LukasTy, @mj12albert, @siriwatknp
|
|
76
|
+
|
|
3
77
|
## 9.1.1
|
|
4
78
|
|
|
5
79
|
<!-- generated comparing v9.1.0..master -->
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Material Design icons distributed as SVG React components.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -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.
|
|
35
|
+
"@mui/material": "^9.2.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@types/react": {
|