@mui/icons-material 6.0.0 → 6.0.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 +87 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.0.2
4
+
5
+ <!-- generated comparing v6.0.1..master -->
6
+
7
+ _Sep 3, 2024_
8
+
9
+ A big thanks to the 11 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.0.2`
12
+
13
+ - &#8203;<!-- 07 -->Fix `createTheme` with just color schemes (#43518) @siriwatknp
14
+ - &#8203;<!-- 06 -->[Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
15
+ - &#8203;<!-- 05 -->[MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
16
+
17
+ ### `@mui/system@6.0.2`
18
+
19
+ - &#8203;<!-- 08 -->[InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
20
+ - &#8203;<!-- 04 -->Fix composeClasses v6 behavior change (#43537) @oliviertassinari
21
+
22
+ ### `@mui/codemod@6.0.2`
23
+
24
+ - &#8203;<!-- 19 -->Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
25
+
26
+ ### Docs
27
+
28
+ - &#8203;<!-- 10 -->[figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
29
+ - &#8203;<!-- 09 -->[material-ui] Fix template shadow tokens (#43514) @zanivan
30
+ - &#8203;<!-- 15 -->Update version support range (#43565) @oliviertassinari
31
+ - &#8203;<!-- 14 -->Polish Material UI Sync plugin code format @oliviertassinari
32
+
33
+ ### Core
34
+
35
+ - &#8203;<!-- 24 -->[blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
36
+ - &#8203;<!-- 23 -->[blog] Makes the v5 name change clearer @oliviertassinari
37
+ - &#8203;<!-- 22 -->[blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
38
+ - &#8203;<!-- 21 -->[code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
39
+ - &#8203;<!-- 20 -->[code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
40
+ - &#8203;<!-- 18 -->[core] Fix CodeQL scan (#43547) @oliviertassinari
41
+ - &#8203;<!-- 17 -->[core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
42
+ - &#8203;<!-- 14 -->[docs-infra] Reduce description max-length (#43562) @oliviertassinari
43
+ - &#8203;<!-- 13 -->[docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
44
+ - &#8203;<!-- 12 -->[docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
45
+ - &#8203;<!-- 09 -->[infra] Fixed workflow file path (#43528) @michelengelen
46
+ - &#8203;<!-- 03 -->[typescript] Fix missing `Theme` generic (#43523) @siriwatknp
47
+ - &#8203;<!-- 02 -->[website] Match pricing label with page @oliviertassinari
48
+ - &#8203;<!-- 01 -->[website] Update Premium price and remove any mention to cap (#43466) @joserodolfofreitas
49
+
50
+ All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
51
+
52
+ ## v6.0.1
53
+
54
+ <!-- generated comparing v6.0.0..master -->
55
+
56
+ _Aug 29, 2024_
57
+
58
+ A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
59
+
60
+ ### `@mui/material@6.0.1`
61
+
62
+ - Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
63
+ - [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
64
+
65
+ ### Docs
66
+
67
+ - [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
68
+ - Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
69
+ - [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
70
+ - [material-ui] Add TemplateFrame to templates (#43406) @zanivan
71
+ - [table] Make the data grid blend in (#43489) @oliviertassinari
72
+
73
+ ### Core
74
+
75
+ - [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
76
+ - [blog] Add missing social card to the blog post (#43465) @siriwatknp
77
+ - [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
78
+ - [code-infra] Fix nextjs build cache (#43467) @JCQuintas
79
+ - Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
80
+ - Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
81
+ - Upgrade babel runtime (#43243) @Janpot
82
+ - [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
83
+ - [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
84
+ - [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
85
+ - [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
86
+ - [infra] fix workflow path (#43464) @michelengelen
87
+
88
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
89
+
3
90
  ## 6.0.0
4
91
 
5
92
  <!-- generated comparing v6.0.0-rc.0..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.0.0
2
+ * @mui/icons-material v6.0.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.0.0",
3
+ "version": "6.0.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.0.0"
36
+ "@mui/material": "^6.0.2"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {