@mui/icons-material 9.2.0 → 9.3.1
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 +93 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,111 @@
|
|
|
1
1
|
# [Versions](https://mui.com/material-ui/getting-started/versions/)
|
|
2
2
|
|
|
3
|
+
## 9.3.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.3.0..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 6, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@9.3.1`
|
|
12
|
+
|
|
13
|
+
- [transitions] Prevent exit transitions from getting stuck (#48881) @ZeeshanTamboli
|
|
14
|
+
|
|
15
|
+
### `@mui/codemod@9.3.1`
|
|
16
|
+
|
|
17
|
+
- Include transforms in published package (#48934) @brijeshb42
|
|
18
|
+
|
|
19
|
+
### Core
|
|
20
|
+
|
|
21
|
+
- [blog] Clarify early bird renewal discount scope (#48906) @DanailH
|
|
22
|
+
- [test][pagination] Add more unit tests (#48927) @silviuaavram
|
|
23
|
+
|
|
24
|
+
All contributors of this release in alphabetical order: @brijeshb42, @DanailH, @silviuaavram, @ZeeshanTamboli
|
|
25
|
+
|
|
26
|
+
## 9.3.0
|
|
27
|
+
|
|
28
|
+
<!-- generated comparing v9.2.0..master -->
|
|
29
|
+
|
|
30
|
+
_Aug 4, 2026_
|
|
31
|
+
|
|
32
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
33
|
+
|
|
34
|
+
- ♿️ Keyboard navigation in the [Toggle Button Group](https://mui.com/material-ui/react-toggle-button/) now follows the roving tabindex pattern.
|
|
35
|
+
- ♿️ The [Autocomplete](https://mui.com/material-ui/react-autocomplete/) announces its loading and no options messages through a new `status` slot.
|
|
36
|
+
|
|
37
|
+
### `@mui/material@9.3.0`
|
|
38
|
+
|
|
39
|
+
- [autocomplete] Wrap the no results and loading messages in an aria live region (#48690) @silviuaavram
|
|
40
|
+
- [buttongroup] Respect global disableRipple / disableFocusRipple in grouped buttons (#48762) @siriwatknp
|
|
41
|
+
- [checkbox][radio] Respect global disableRipple from MuiButtonBase defaultProps (#48795) @siriwatknp
|
|
42
|
+
- [formcontrollabel] Add missing `labelPlacementEnd` class (#48843) @siriwatknp
|
|
43
|
+
- [listitembutton] Fix typos in component code (#48868) @ZeeshanTamboli
|
|
44
|
+
- [menuitem] Add `aria-checked` for checkbox and radio menu items (#48651) @siriwatknp
|
|
45
|
+
- [modal] Replace custom findIndexOf with findIndex (#48827) @ZeeshanTamboli
|
|
46
|
+
- [modal][dialog] Fix scrollbar compensation in Shadow DOM (#48826) @ZeeshanTamboli
|
|
47
|
+
- [select] Fix endAdornment overlapping the open indicator (#48723) @siriwatknp
|
|
48
|
+
- [tablepagination] Add focus style to default InputBase used in Select (#48871) @silviuaavram
|
|
49
|
+
- [togglebuttongroup] Add roving tabindex keyboard navigation (#48849) @silviuaavram
|
|
50
|
+
|
|
51
|
+
### `@mui/system@9.3.0`
|
|
52
|
+
|
|
53
|
+
- Prevent prototype pollution in cssVarsParser (#48822) @Janpot
|
|
54
|
+
|
|
55
|
+
### `@mui/codemod@9.3.0`
|
|
56
|
+
|
|
57
|
+
- Don't leak state between files in v5.0.0/path-imports (#48797) @manbearwiz
|
|
58
|
+
- Remove use of eval() (#48701) @oliviertassinari
|
|
59
|
+
- Transform all style exports in `v5.0.0/path-imports` codemod (#48800) @manbearwiz
|
|
60
|
+
|
|
61
|
+
### Docs
|
|
62
|
+
|
|
63
|
+
- Clarify `container` prop inheritance for Shadow DOM (#48670) @Juan-C-Ceballos
|
|
64
|
+
- Clarify third-party script risk in CSP unsafe-inline note (#48787) @Janpot
|
|
65
|
+
- Document `box-sx-prop` codemod (#48888) @SR0725
|
|
66
|
+
- Document Grid direction column removal in v9 upgrade guide (#48880) @kalayciburak
|
|
67
|
+
- Fix color contrast in GitHub labels example (#48844) @silviuaavram
|
|
68
|
+
- Fix per-page canonical URL and stale SEO link (#48789) @brijeshb42
|
|
69
|
+
- Fix redirect loop on the Design Kits page (#48869) @Janpot
|
|
70
|
+
- Fix typo 'overriden' -> 'overridden' in CHANGELOG (#48785) @ZhouYinLong-lab
|
|
71
|
+
- Improve TransferList examples (#48845) @silviuaavram
|
|
72
|
+
- Link a new theme generator tool (#48847) @mansourcodes
|
|
73
|
+
- Remove broken learning resource links (#48598) @morning-verlu
|
|
74
|
+
- Update the 9.2.0 changelog (#48763) @silviuaavram
|
|
75
|
+
- [autocomplete] Clarify how to render custom start and end adornments (#48883) @DebadityaHait
|
|
76
|
+
- [drawer] Clarify clipped AppBar spacing (#48887) @rushijagani-dev
|
|
77
|
+
- [menu] Fix stale `selected` prop reference in Selected menu section (#48879) @LukasTy
|
|
78
|
+
- [skeleton] Document preserving typography sizing with custom border radius (#48596) @meaqua9420
|
|
79
|
+
|
|
80
|
+
### Core
|
|
81
|
+
|
|
82
|
+
- [blog] Fix caret annotation broken by Prettier wrapping (#48884) @bernardobelchior
|
|
83
|
+
- [code-infra] Automate team sync on about page (#48794) @brijeshb42
|
|
84
|
+
- [code-infra] Bump @mui/internal-code-infra to 0.0.4-canary.101 (#48878) @Janpot
|
|
85
|
+
- [code-infra] Fix Dependabot alerts (#48756) @Janpot
|
|
86
|
+
- [code-infra] Fix team sync PR creation (#48911) @brijeshb42
|
|
87
|
+
- [code-infra] Pin node version in publish CI (#48799) @brijeshb42
|
|
88
|
+
- [core-docs] Tighten service worker host check (#48581) @Janpot
|
|
89
|
+
- [docs-infra] Change branch name to the allowed one (#48910) @brijeshb42
|
|
90
|
+
|
|
91
|
+
All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @DebadityaHait, @Janpot, @Juan-C-Ceballos, @kalayciburak, @LukasTy, @manbearwiz, @mansourcodes, @meaqua9420, @morning-verlu, @oliviertassinari, @rushijagani-dev, @silviuaavram, @siriwatknp, @SR0725, @ZeeshanTamboli, @ZhouYinLong-lab
|
|
92
|
+
|
|
3
93
|
## 9.2.0
|
|
4
94
|
|
|
5
95
|
<!-- generated comparing v9.1.2..master -->
|
|
6
96
|
|
|
7
|
-
_Jul
|
|
97
|
+
_Jul 3, 2026_
|
|
8
98
|
|
|
9
99
|
A big thanks to the 9 contributors who made this release possible.
|
|
10
100
|
|
|
11
101
|
- ⚙️ Add support for [`data-*` attributes on `slotProps`](https://mui.com/material-ui/guides/typescript/#allowing-data-attributes-on-slotprops).
|
|
12
102
|
|
|
13
|
-
### `@mui/material@9.
|
|
103
|
+
### `@mui/material@9.2.0`
|
|
14
104
|
|
|
15
105
|
- [l10n] Add missing MuiPagination localization to zh-CN locale (#48741) @greymoth-jp
|
|
16
106
|
- [select] Guard display ref during mouse down (#48744) @michelengelen
|
|
17
107
|
|
|
18
|
-
### `@mui/utils@9.
|
|
108
|
+
### `@mui/utils@9.2.0`
|
|
19
109
|
|
|
20
110
|
- [utils] Add opt-in `DataAttributesOverrides` augmentation for slot props (#48554) @LukasTy
|
|
21
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Material Design icons distributed as SVG React components.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"url": "https://opencollective.com/mui-org"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@babel/runtime": "^7.29.
|
|
30
|
+
"@babel/runtime": "^7.29.7"
|
|
31
31
|
},
|
|
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.3.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@types/react": {
|