@mui/icons-material 6.0.0 → 6.0.1
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 +38 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 29, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0`
|
|
12
|
+
|
|
13
|
+
- Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
|
|
14
|
+
- [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
|
|
15
|
+
|
|
16
|
+
### Docs
|
|
17
|
+
|
|
18
|
+
- [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
|
|
19
|
+
- Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
|
|
20
|
+
- [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
|
|
21
|
+
- [material-ui] Add TemplateFrame to templates (#43406) @zanivan
|
|
22
|
+
- [table] Make the data grid blend in (#43489) @oliviertassinari
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
|
|
27
|
+
- [blog] Add missing social card to the blog post (#43465) @siriwatknp
|
|
28
|
+
- [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
|
|
29
|
+
- [code-infra] Fix nextjs build cache (#43467) @JCQuintas
|
|
30
|
+
- Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
|
|
31
|
+
- Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
|
|
32
|
+
- Upgrade babel runtime (#43243) @Janpot
|
|
33
|
+
- [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
|
|
34
|
+
- [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
|
|
35
|
+
- [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
|
|
36
|
+
- [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
|
|
37
|
+
- [infra] fix workflow path (#43464) @michelengelen
|
|
38
|
+
|
|
39
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
|
|
40
|
+
|
|
3
41
|
## 6.0.0
|
|
4
42
|
|
|
5
43
|
<!-- generated comparing v6.0.0-rc.0..master -->
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
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.
|
|
36
|
+
"@mui/material": "^6.0.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|