@mui/icons-material 6.0.0-rc.0 → 6.0.0
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 +46 -0
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-rc.0..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 27, 2024_
|
|
8
|
+
|
|
9
|
+
We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0`
|
|
12
|
+
|
|
13
|
+
- Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
|
|
14
|
+
- [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
|
|
15
|
+
- [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
|
|
16
|
+
|
|
17
|
+
### `@mui/lab@6.0.0-beta.8`
|
|
18
|
+
|
|
19
|
+
- [button] Add missing customize points for span (#43436) @oliviertassinari
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- Fix broken links (#43144) @DiegoAndai
|
|
24
|
+
- Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
|
|
25
|
+
- Update pnpm order, move to second (#42712) @ahmadnadeem6236
|
|
26
|
+
- Fix CSS theme variables section (#43439) @siriwatknp
|
|
27
|
+
- Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
|
|
28
|
+
- Fix licensingModel -> licenseModel @oliviertassinari
|
|
29
|
+
- Fix Stack Overflow issue canned response @oliviertassinari
|
|
30
|
+
- Avoid referencing MUI Core @oliviertassinari
|
|
31
|
+
- Fix description of eslint-plugin-material-ui @oliviertassinari
|
|
32
|
+
- [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
|
|
33
|
+
- [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
|
|
34
|
+
- [material-ui] Refine templates theme selector (#43396) @zanivan
|
|
35
|
+
|
|
36
|
+
### Core
|
|
37
|
+
|
|
38
|
+
- Prepare for v6 stable release (#43454) @siriwatknp
|
|
39
|
+
- [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
|
|
40
|
+
- [blog] Add Material UI v6 stable release (#41932) @siriwatknp
|
|
41
|
+
- [ci] Fix the release:changelog cmd (#43451) @mnajdova
|
|
42
|
+
- [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
|
|
43
|
+
- [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
|
|
44
|
+
- [infra] Add closing message workflow (#43450) @michelengelen
|
|
45
|
+
- [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
|
|
46
|
+
|
|
47
|
+
All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
|
|
48
|
+
|
|
3
49
|
## 6.0.0-rc.0
|
|
4
50
|
|
|
5
51
|
<!-- generated comparing v6.0.0-beta.6..next -->
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ The Material Icons package depends on Material UI—install both with the follo
|
|
|
11
11
|
<!-- #default-branch-switch -->
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @mui/icons-material
|
|
14
|
+
npm install @mui/icons-material @mui/material @emotion/styled @emotion/react
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
<!-- #default-branch-switch -->
|
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
|
|
3
|
+
"version": "6.0.0",
|
|
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.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|