@mui/icons-material 5.16.6 → 5.16.8
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 +70 -0
- package/README.md +4 -4
- package/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,75 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.16.8
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.16.7..v5.x -->
|
|
6
|
+
|
|
7
|
+
_Nov 26, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.16.8`
|
|
12
|
+
|
|
13
|
+
- Cherry pick ref accessing PRs (#44543) @DiegoAndai
|
|
14
|
+
|
|
15
|
+
### `@mui/utils@5.16.8`
|
|
16
|
+
|
|
17
|
+
- Skip deep clone React element (v5.x) (#44494) @jukkatupamaki
|
|
18
|
+
|
|
19
|
+
### Docs
|
|
20
|
+
|
|
21
|
+
- Keep sponsors up to date @oliviertassinari
|
|
22
|
+
- Fix MUI Treasury Layout broken links (#43753) @oliviertassinari
|
|
23
|
+
- Strengthen CSP rule @oliviertassinari
|
|
24
|
+
- Give up on restoring search @oliviertassinari
|
|
25
|
+
- Normalize next major message @oliviertassinari
|
|
26
|
+
- Fix versions URL @oliviertassinari
|
|
27
|
+
- Fix use of absolute URLs (#43567) @oliviertassinari
|
|
28
|
+
- Restore search on v5 (#43566) @oliviertassinari
|
|
29
|
+
- Fix link from v5 to v6 (#43585) @alexfauquette
|
|
30
|
+
- Updated mui-x roadmap links with the new project URL (@michelengelen) (#43446) @michelengelen
|
|
31
|
+
- Fix broken link to Next.js docs @oliviertassinari
|
|
32
|
+
|
|
33
|
+
### Core
|
|
34
|
+
|
|
35
|
+
- [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
|
|
36
|
+
- [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
|
|
37
|
+
- [blog] Announcing pricing changes Sep 2024 (#43272) @cherniavskii
|
|
38
|
+
- Prepare for moving to v5.x branch (#43447) @siriwatknp
|
|
39
|
+
- [core] Cherry pick #42346 to v5 (#44475) @DiegoAndai
|
|
40
|
+
- [core] Fix CI on v5.x branch (#44487) @DiegoAndai
|
|
41
|
+
- [core] Fix CI on v5.x branch (#43564) @oliviertassinari
|
|
42
|
+
- [examples] Fix v5 clone example instructions (#43755) @oliviertassinari
|
|
43
|
+
- [examples] Fix CLI download instructions @oliviertassinari
|
|
44
|
+
- [examples] Fix CDN live preview example @oliviertassinari
|
|
45
|
+
- [examples] Fix more examples to work with v5 @oliviertassinari
|
|
46
|
+
- [examples] Freeze examples dependency range (#43435) @oliviertassinari
|
|
47
|
+
|
|
48
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
|
|
49
|
+
|
|
50
|
+
## 5.16.7
|
|
51
|
+
|
|
52
|
+
<!-- generated comparing v5.16.6..master -->
|
|
53
|
+
|
|
54
|
+
_Aug 9, 2024_
|
|
55
|
+
|
|
56
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
57
|
+
|
|
58
|
+
### `@mui/material@5.16.7`
|
|
59
|
+
|
|
60
|
+
- ​<!-- 3 -->[material-ui][mui-system] Add support for version runtime checks (#43233) @DiegoAndai
|
|
61
|
+
|
|
62
|
+
### Docs
|
|
63
|
+
|
|
64
|
+
- ​<!-- 4 -->[docs] Fix 301 @oliviertassinari
|
|
65
|
+
|
|
66
|
+
### Core
|
|
67
|
+
|
|
68
|
+
- ​<!-- 2 -->[website] Fix wrong link in pricing table (@zanivan) (#43143) @zanivan
|
|
69
|
+
- ​<!-- 1 -->[website] Add blog link to pricing table (@zanivan) (#43140) @zanivan
|
|
70
|
+
|
|
71
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @oliviertassinari, @zanivan
|
|
72
|
+
|
|
3
73
|
## 5.16.6
|
|
4
74
|
|
|
5
75
|
<!-- generated comparing v5.16.5..master -->
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mui/icons-material
|
|
2
2
|
|
|
3
|
-
This package provides the Google [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [`SvgIcon`](https://mui.com/material-ui/api/svg-icon/) components.
|
|
3
|
+
This package provides the Google [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [`SvgIcon`](https://v5.mui.com/material-ui/api/svg-icon/) components.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ npm install @mui/icons-material
|
|
|
14
14
|
|
|
15
15
|
<!-- #default-branch-switch -->
|
|
16
16
|
|
|
17
|
-
These components use the Material UI's [SvgIcon](https://mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
|
|
17
|
+
These components use the Material UI's [SvgIcon](https://v5.mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
|
|
18
18
|
|
|
19
19
|
If you are not already using Material UI in your project, you can add it with:
|
|
20
20
|
|
|
@@ -26,8 +26,8 @@ npm install @mui/material
|
|
|
26
26
|
|
|
27
27
|
<!-- #default-branch-switch -->
|
|
28
28
|
|
|
29
|
-
- [The SvgIcon documentation](https://mui.com/material-ui/icons/#svgicon)
|
|
30
|
-
- [The Material Design icons search](https://mui.com/material-ui/material-icons/)
|
|
29
|
+
- [The SvgIcon documentation](https://v5.mui.com/material-ui/icons/#svgicon)
|
|
30
|
+
- [The Material Design icons search](https://v5.mui.com/material-ui/material-icons/)
|
|
31
31
|
|
|
32
32
|
## Contributing
|
|
33
33
|
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.16.
|
|
3
|
+
"version": "5.16.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"bugs": {
|
|
23
23
|
"url": "https://github.com/mui/material-ui/issues"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://mui.com/material-ui/material-icons/",
|
|
25
|
+
"homepage": "https://5.mui.com/material-ui/material-icons/",
|
|
26
26
|
"funding": {
|
|
27
27
|
"type": "opencollective",
|
|
28
28
|
"url": "https://opencollective.com/mui-org"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@mui/material": "^5.0.0",
|
|
35
|
-
"@types/react": "^17.0.0 || ^18.0.0",
|
|
36
|
-
"react": "^17.0.0 || ^18.0.0"
|
|
35
|
+
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|