@mui/icons-material 6.4.9 → 6.4.11

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 +46 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.11
4
+
5
+ _Apr 9, 2025_
6
+
7
+ A big thanks to the 3 contributors who made this release possible.
8
+
9
+ ### `@mui/material@6.4.11`
10
+
11
+ - [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45845) @Kartik-Murthy
12
+ - [Dialog] Deprecate composed classes (#45814) @sai6855
13
+
14
+ ### `@mui/styled-engine@6.4.11`
15
+
16
+ - Add caching to improve performance for running tests with Jest (#45855) @siriwatknp
17
+
18
+ ### Docs
19
+
20
+ - Add missing v7 docs banner (#45842) @DiegoAndai
21
+ - Add v7 is here banner (#45838) @DiegoAndai
22
+ - Fix lab version install instructions (#45770) @DiegoAndai
23
+
24
+ All contributors of this release in alphabetical order: @DiegoAndai, @Kartik-Murthy, @sai6855
25
+
26
+ ## 6.4.10
27
+
28
+ <!-- generated comparing v6.4.9..v6.x -->
29
+
30
+ _Mar 31, 2025_
31
+
32
+ A big thanks to the 4 contributors who made this release possible.
33
+
34
+ ### `@mui/material@6.4.10`
35
+
36
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45735) @imadx
37
+ - [Popover] Allow `null` in `anchorEl` function return type (#45723) @eduter
38
+
39
+ ### Docs
40
+
41
+ - Fix new React project link, CRA deprecated (#45669) @oliviertassinari
42
+
43
+ ### Core
44
+
45
+ - [utils] Support cleanup callbacks in useForkRef (#45733) @DiegoAndai
46
+
47
+ All contributors of this release in alphabetical order: @DiegoAndai, @eduter, @imadx, @oliviertassinari
48
+
3
49
  ## 6.4.9
4
50
 
5
51
  <!-- generated comparing v6.4.8..v6.x -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.4.9
2
+ * @mui/icons-material v6.4.11
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.9",
3
+ "version": "6.4.11",
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.9"
36
+ "@mui/material": "^6.4.11"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {