@mui/icons-material 6.4.2 → 6.4.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 +49 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.4.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.4.3..v6.x -->
|
|
6
|
+
|
|
7
|
+
_Feb 11, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.4.4`
|
|
12
|
+
|
|
13
|
+
- [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
|
|
14
|
+
- [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
|
|
15
|
+
- [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
|
|
16
|
+
|
|
17
|
+
### Docs
|
|
18
|
+
|
|
19
|
+
- [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
|
|
20
|
+
- [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
|
|
21
|
+
- A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
|
|
22
|
+
|
|
23
|
+
### Core
|
|
24
|
+
|
|
25
|
+
- Fix missing store contributor renaming (527222d) @oliviertassinari
|
|
26
|
+
- Fix MUI Base vale rule (#45140) @oliviertassinari
|
|
27
|
+
- Fix 404 errors (#45137) @oliviertassinari
|
|
28
|
+
- [docs] Sync active sponsors (#45204) @oliviertassinari
|
|
29
|
+
- [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
|
|
30
|
+
|
|
31
|
+
All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
|
|
32
|
+
|
|
33
|
+
## 6.4.3
|
|
34
|
+
|
|
35
|
+
<!-- generated comparing v6.4.2..v6.x -->
|
|
36
|
+
|
|
37
|
+
_Feb 4, 2025_
|
|
38
|
+
|
|
39
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
40
|
+
|
|
41
|
+
### `@mui/material@6.4.3`
|
|
42
|
+
|
|
43
|
+
- [LinearProgress][CircularProgress] Add variant overrides for module augmentation (#45191) @ZeeshanTamboli
|
|
44
|
+
- [TextField] Remove deprecated props from documentation (#45200) @sai6855
|
|
45
|
+
|
|
46
|
+
### Core
|
|
47
|
+
|
|
48
|
+
- Fix corepack and pnpm installation in CircleCI (#45194) @DiegoAndai
|
|
49
|
+
|
|
50
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @ZeeshanTamboli
|
|
51
|
+
|
|
3
52
|
## 6.4.2
|
|
4
53
|
|
|
5
54
|
<!-- generated comparing v6.4.1..v6.x -->
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.4",
|
|
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.4.
|
|
36
|
+
"@mui/material": "^6.4.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|