@mui/icons-material 6.0.0-beta.0 → 6.0.0-beta.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 +48 -0
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-beta.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-beta.1..next -->
|
|
6
|
+
|
|
7
|
+
_Jul 16, 2024_
|
|
8
|
+
|
|
9
|
+
### `@mui/material@6.0.0-beta.2`
|
|
10
|
+
|
|
11
|
+
- ​<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
|
|
12
|
+
|
|
13
|
+
### Docs
|
|
14
|
+
|
|
15
|
+
- ​<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
|
|
16
|
+
|
|
17
|
+
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
18
|
+
|
|
19
|
+
## v6.0.0-beta.1
|
|
20
|
+
|
|
21
|
+
<!-- generated comparing v6.0.0-beta.0..next -->
|
|
22
|
+
|
|
23
|
+
_Jul 16, 2024_
|
|
24
|
+
|
|
25
|
+
A big thanks to the 6 contributors who made this release possible.
|
|
26
|
+
|
|
27
|
+
### `@mui/material@6.0.0-beta.1`
|
|
28
|
+
|
|
29
|
+
- ​<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
|
|
30
|
+
- ​<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
|
|
31
|
+
|
|
32
|
+
### `@mui/codemod@6.0.0-beta.1`
|
|
33
|
+
|
|
34
|
+
- ​<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
|
|
35
|
+
|
|
36
|
+
### Docs
|
|
37
|
+
|
|
38
|
+
- ​<!-- 07 -->Fix 301 link @oliviertassinari
|
|
39
|
+
- ​<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- ​<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
|
|
44
|
+
- ​<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
|
|
45
|
+
- ​<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
|
|
46
|
+
- ​<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
|
|
47
|
+
- ​<!-- 01 -->[website] Sync /about page @oliviertassinari
|
|
48
|
+
|
|
49
|
+
All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
|
|
50
|
+
|
|
3
51
|
## v6.0.0-beta.0
|
|
4
52
|
|
|
5
53
|
<!-- generated comparing v6.0.0-alpha.14..next -->
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"url": "https://opencollective.com/mui-org"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.24.
|
|
31
|
+
"@babel/runtime": "^7.24.8"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0",
|
|
36
|
-
"@mui/material": "6.0.0-beta.
|
|
36
|
+
"@mui/material": "6.0.0-beta.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|