@mui/icons-material 6.4.1 → 6.4.3

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.3
4
+
5
+ <!-- generated comparing v6.4.2..v6.x -->
6
+
7
+ _Feb 4, 2025_
8
+
9
+ A big thanks to the 3 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.3`
12
+
13
+ - [LinearProgress][CircularProgress] Add variant overrides for module augmentation (#45191) @ZeeshanTamboli
14
+ - [TextField] Remove deprecated props from documentation (#45200) @sai6855
15
+
16
+ ### Core
17
+
18
+ - Fix corepack and pnpm installation in CircleCI (#45194) @DiegoAndai
19
+
20
+ All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @ZeeshanTamboli
21
+
22
+ ## 6.4.2
23
+
24
+ <!-- generated comparing v6.4.1..v6.x -->
25
+
26
+ _Jan 29, 2025_
27
+
28
+ A big thanks to the 5 contributors who made this release possible.
29
+
30
+ ### `@mui/material@6.4.2`
31
+
32
+ - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
33
+ - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
34
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
35
+
36
+ ### Core
37
+
38
+ - [code-infra] a few fixes uncovered during ESM updates (@Janpot) (#45100) @Janpot
39
+ - [code-infra] Remove rsc-builder (#45079) @Janpot
40
+ - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
41
+ - Prepare stable release from the `v6.x` branch (#45133) @DiegoAndai
42
+
43
+ ### Docs
44
+
45
+ - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
46
+
47
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @joshkel, @mj12albert, @ZeeshanTamboli
48
+
3
49
  ## 6.4.1
4
50
 
5
51
  <!-- generated comparing v6.4.0..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.4.1
2
+ * @mui/icons-material v6.4.3
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.1",
3
+ "version": "6.4.3",
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.1"
36
+ "@mui/material": "^6.4.3"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {