@mui/icons-material 6.1.1 → 6.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.1.2
4
+
5
+ <!-- generated comparing v6.1.1..master -->
6
+
7
+ _Oct 2, 2024_
8
+
9
+ A big thanks to the 13 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.1.2`
12
+
13
+ - [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
14
+ - [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
15
+ - [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
16
+ - [Button] Fix regression for color `inherit` (#43862) @siriwatknp
17
+ - [LinearProgress] Fix background color (#43949) @sai6855
18
+ - Support CSS variables with shadow DOM (#43948) @siriwatknp
19
+ - Improve getReactElementRef() utils (#43022) @sai6855
20
+ - [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
21
+ - [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
22
+ - [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
23
+ - [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
24
+ - [ThemeProvider] Support setting default mode (#43951) @siriwatknp
25
+
26
+ ### Docs
27
+
28
+ - Update theme toggle demo (#43956) @Janpot
29
+ - Add note about minimum required webpack version (#43864) @Janpot
30
+ - Format Pigment CSS docs (#43812) @oliviertassinari
31
+ - Fix visual bug on dashboard template (#43836) @oliviertassinari
32
+ - Fix pigment-css.md syntax error (#43837) @kdichev
33
+ - Fix Sign-in template form experience (#43838) @oliviertassinari
34
+ - Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore
35
+ - Fix 301 to chromium (#43809) @oliviertassinari
36
+ - [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore
37
+ - [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli
38
+ - [Table] Stabilize random series in virtualized table demo (#43744) @Janpot
39
+ - [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore
40
+
41
+ ### Core
42
+
43
+ - [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot
44
+ - [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore
45
+ - [code-infra] Fix and update bundling fixtures (#43709) @Janpot
46
+ - [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot
47
+ - [code-infra] Optimize regression tests (#43889) @Janpot
48
+ - [code-infra] Remove custom playwright installation steps (#43881) @Janpot
49
+ - [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot
50
+ - [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot
51
+ - Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten
52
+ - Uniformity in version range @oliviertassinari
53
+ - Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
54
+ - [docs-infra] Strengthen CSP (#43711) @oliviertassinari
55
+ - [docs-infra] Open Codesandbox demo with fontsize=12 (#43860) @siriwatknp
56
+ - [icons] Reduce Material Icon page size (#43911) @oliviertassinari
57
+ - [test] Point Istanbul to correct URL (#43935) @sai6855
58
+ - [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
59
+ - [website] Add 'Row spanning' (#43831) @oliviertassinari
60
+ - [website] Improve Next roles section (#43822) @oliviertassinari
61
+ - [website] Open the xCharts, eXplore and X general react engineer roles (#43805) @DanailH
62
+
63
+ All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
64
+
3
65
  ## v6.1.1
4
66
 
5
67
  <!-- generated comparing v6.1.0..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.1.1
2
+ * @mui/icons-material v6.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": "6.1.1",
3
+ "version": "6.1.2",
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.1.1"
36
+ "@mui/material": "^6.1.2"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {