@mui/icons-material 6.4.3 → 6.4.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.5
4
+
5
+ <!-- generated comparing v6.4.4..v6.x -->
6
+
7
+ _Feb 18, 2025_
8
+
9
+ A big thanks to the 5 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.5`
12
+
13
+ - [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45303) @ZeeshanTamboli
14
+ - [Button] Apply id only if loading indicator is present (#45339) @aarongarciah
15
+
16
+ ### Docs
17
+
18
+ - [icons] Fix typo in material-icons.md (#45336) @a-s-russo
19
+ - [Menu] Add Grouped Menu demo (#45292) @noobDev31
20
+
21
+ ### Core
22
+
23
+ - [blog] Consistent Base UI terminology (#45342) @aarongarciah
24
+ - Fix double redirection to Base UI (#45146) @oliviertassinari
25
+
26
+ All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @noobDev31, @oliviertassinari, @ZeeshanTamboli
27
+
28
+ ## 6.4.4
29
+
30
+ <!-- generated comparing v6.4.3..v6.x -->
31
+
32
+ _Feb 11, 2025_
33
+
34
+ A big thanks to the 3 contributors who made this release possible.
35
+
36
+ ### `@mui/material@6.4.4`
37
+
38
+ - [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
39
+ - [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
40
+ - [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
41
+
42
+ ### Docs
43
+
44
+ - [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
45
+ - [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
46
+ - A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
47
+
48
+ ### Core
49
+
50
+ - Fix missing store contributor renaming (527222d) @oliviertassinari
51
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
52
+ - Fix 404 errors (#45137) @oliviertassinari
53
+ - [docs] Sync active sponsors (#45204) @oliviertassinari
54
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
55
+
56
+ All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
57
+
3
58
  ## 6.4.3
4
59
 
5
60
  <!-- generated comparing v6.4.2..v6.x -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.4.3
2
+ * @mui/icons-material v6.4.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "6.4.3",
3
+ "version": "6.4.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.4.3"
36
+ "@mui/material": "^6.4.5"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {