@mui/icons-material 6.1.4 → 6.1.5
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 +48 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.1.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.1.4..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 22, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.1.5`
|
|
12
|
+
|
|
13
|
+
- [Autocomplete] Fix bug with child chip button events propagating to parent (#43982) @snapwich
|
|
14
|
+
- [Autocomplete] Fix Autocomplete crashing if ownerState is used in styleOverrides (#43994) @sai6855
|
|
15
|
+
- [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
|
|
16
|
+
- [Dialog] Add the aria-modal="true" by default (#44118) @mnajdova
|
|
17
|
+
- [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
|
|
18
|
+
- [pigment-css] Support project without enabling CSS variables (#44171) @siriwatknp
|
|
19
|
+
- Make the palette always return new light and dark object (#44059) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### `@mui/system@6.1.5`
|
|
22
|
+
|
|
23
|
+
- Add `defaultMode` to `InitColorSchemeScript` (#44139) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### `@mui/codemod@6.1.5`
|
|
26
|
+
|
|
27
|
+
- [Grid2] Add removal `zeroMinWidth` prop to codemod (#44178) @sai6855
|
|
28
|
+
|
|
29
|
+
### Docs
|
|
30
|
+
|
|
31
|
+
- [material-ui][FormControlLabel] Don't use unintuitive label position on chec… (#44119) @mnajdova
|
|
32
|
+
- [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu
|
|
33
|
+
- [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari
|
|
34
|
+
- [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore
|
|
35
|
+
- Add CodeSandbox/Stackblitz to the rest of the templates (#43708) @siriwatknp
|
|
36
|
+
- Update Figma link to fix 301 (a7b7d9c) @oliviertassinari
|
|
37
|
+
- Link Toolpad from Core repo (#44111) @prakhargupta1
|
|
38
|
+
- Remove HighlightedCode max-width (#43731) @Janpot
|
|
39
|
+
|
|
40
|
+
### Core
|
|
41
|
+
|
|
42
|
+
- [code-infra] Widen eslint file patterns (#44148) @Janpot
|
|
43
|
+
- [code-infra] Fix icon builder tests (#44143) @Janpot
|
|
44
|
+
- [code-infra] Fix dependabot vulnerabilities (#44124) @Janpot
|
|
45
|
+
- [core] Reference commits in changelog when no PR (#44115) @oliviertassinari
|
|
46
|
+
- [examples] Fix Pigment CSS Vite example (#44074) @oliviertassinari
|
|
47
|
+
- Fix fast-xml-parser vulnerability (#44121) @Janpot
|
|
48
|
+
|
|
49
|
+
All contributors of this release in alphabetical order: @ChinoUkaegbu, @Janpot, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @snapwich
|
|
50
|
+
|
|
3
51
|
## v6.1.4
|
|
4
52
|
|
|
5
53
|
<!-- generated comparing v6.1.3..master -->
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
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": "^6.1.
|
|
36
|
+
"@mui/material": "^6.1.5"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|