@mui/icons-material 7.1.0 → 7.1.2

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 CHANGED
@@ -1,5 +1,93 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.1.2
4
+
5
+ _Jun 18, 2025_
6
+
7
+ A big thanks to the 2 contributors who made this release possible.
8
+
9
+ ### `@mui/material@7.1.2`
10
+
11
+ - [Chip] Fix handling on event handlers (#46263) @sai6855
12
+
13
+ ### Docs
14
+
15
+ - Fix fade modal demo (#46271) @brijeshb42
16
+
17
+ All contributors of this release in alphabetical order: @brijeshb42, @sai6855
18
+
19
+ ## 7.1.1
20
+
21
+ <!-- generated comparing v7.1.0..master -->
22
+
23
+ _May 30, 2025_
24
+
25
+ A big thanks to the 15 contributors who made this release possible.
26
+
27
+ ### `@mui/material@7.1.1`
28
+
29
+ - [Autocomplete] Fix label shrink issue when `renderValue` is used with empty array in multiple mode (#46047) @ZeeshanTamboli
30
+ - [Autocomplete] Prevent `renderValue` from being skipped when value is 0 (#46145) @LakshitAgarwal
31
+ - [Autocomplete] Add note in JSDoc for non-TextField components in `renderInput` (#46141) @khllbnomrn
32
+ - [Chip] Add slots and slotProps (#46098) @sai6855
33
+ - [Menu] Remove depreacted `MenuListProps` from demos (#46144) @sai6855
34
+ - [TablePaginationActions] Export TablePaginationActions as new component (#46149) @sai6855
35
+ - [SnackbarContent] Fix `square` prop not working (#46196) @0210shivam
36
+ - [SnackbarContent] Fix error when theme value is CSS variable (#46198) @0210shivam
37
+
38
+ ### `@mui/codemod@7.1.1`
39
+
40
+ - Add package name option (#45977) @siriwatknp
41
+
42
+ ### `@mui/system@7.1.1`
43
+
44
+ - Skip styled component from being transformed (#46129) @siriwatknp
45
+ - Update the type for borderRadius (#46154) @codiini
46
+
47
+ ### `@mui/styled-engine@7.1.1`
48
+
49
+ - Fix variant props callback type to spread `ownerState` (#46187) @siriwatknp
50
+
51
+ ### `@mui/stylis-plugin-rtl@7.1.1`
52
+
53
+ - Fix RTL does not work with CSS layer with a new package (#46230) @siriwatknp
54
+
55
+ ### Docs
56
+
57
+ - [Dialog] Remove deprecated TransitionComponent from demo (#46185) @sai6855
58
+ - [Grid] Remove direction `column` and `column-reverse` from the demo (#46127) @0210shivam
59
+ - [Grid] Update grid migration guide (#46057) @sai6855
60
+ - [templates] Fix rendering of logos in dark mode (#46221) @sai6855
61
+ - [ToggleButtonGroup] Add spacing demo (#46058) @sai6855
62
+ - Fix typo in dark mode docs (#46229) @ZeeshanTamboli
63
+ - Clarify Next.js + Tailwind CSS v3 integration requirements (#46176) @chaitanyasharma1011
64
+ - Fix GridLegacy docs order (#46135) @oliviertassinari
65
+ - Update upgrade guide for resolution of `react-is` (#46002) @siriwatknp
66
+ - Remove oudated scaffoldhub ad (#46090) @oliviertassinari
67
+ - Show how to target global state classes with CSS Modules (#45992) @RubemMazzetto
68
+
69
+ ### Core
70
+
71
+ - [code-infra] Add plugin to check for index file access (#46178) @Janpot
72
+ - [code-infra] Bump eslint to v9 (#46222) @brijeshb42
73
+ - [code-infra] Move packages to mui/mui-public (#46155) @Janpot
74
+ - [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
75
+ - [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
76
+ - [code-infra] Remove unnecessary ref from `HighlightedCode` component (#46151) @ZeeshanTamboli
77
+ - [code-infra] Import mocha type instead of global (#46108) @JCQuintas
78
+ - [code-infra] Dependabot also create branches (795a481) @oliviertassinari
79
+ - [code-infra] Avoid running continuous release on forks (#46103) @Janpot
80
+ - [code-infra] Remove checkout job altogether (#46100) @Janpot
81
+ - [code-infra] Remove required checkout workflows in circleci (#46099) @Janpot
82
+ - Run pnpm docs:sync-team (c8f1da5) @oliviertassinari
83
+ - Upgrade MUI X packages to v8 (#45990) @KenanYusuf
84
+ - Minor detail to reduce confusion (4c64b72) @oliviertassinari
85
+ - Update security.md (#45839) @DiegoAndai
86
+ - Apply yml convention, blank line only at top level (f273220) @oliviertassinari
87
+ - Add comment that lab should be in alpha (#45999) @oliviertassinari
88
+
89
+ All contributors of this release in alphabetical order: @0210shivam, @brijeshb42, @chaitanyasharma1011, @codiini, @DiegoAndai, @Janpot, @JCQuintas, @KenanYusuf, @khllbnomrn, @LakshitAgarwal, @oliviertassinari, @RubemMazzetto, @sai6855, @siriwatknp, @ZeeshanTamboli
90
+
3
91
  ## 7.1.0
4
92
 
5
93
  <!-- generated comparing v7.0.2..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.1.0
2
+ * @mui/icons-material v7.1.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.1.0
2
+ * @mui/icons-material v7.1.2
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": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "main": "./index.js",
@@ -32,7 +32,7 @@
32
32
  "peerDependencies": {
33
33
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
34
34
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
- "@mui/material": "^7.1.0"
35
+ "@mui/material": "^7.1.2"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {