@mui/icons-material 5.16.7 → 5.16.9

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 CHANGED
@@ -1,5 +1,70 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.16.9
4
+
5
+ <!-- generated comparing v5.16.8..v5.x -->
6
+
7
+ _Dec 3, 2024_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### `@mui/material@5.16.9`
12
+
13
+ - [Tabs] Cherry pick `ScrollbarSize` ref being overridden fix (#44595) @DiegoAndai
14
+
15
+ ### Core
16
+
17
+ - Ignore browserslist and remove tag latest (#44589) @siriwatknp
18
+
19
+ All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
20
+
21
+ ## 5.16.8
22
+
23
+ <!-- generated comparing v5.16.7..v5.x -->
24
+
25
+ _Nov 26, 2024_
26
+
27
+ A big thanks to the 8 contributors who made this release possible.
28
+
29
+ ### `@mui/material@5.16.8`
30
+
31
+ - Cherry pick ref accessing PRs (#44543) @DiegoAndai
32
+
33
+ ### `@mui/utils@5.16.8`
34
+
35
+ - Skip deep clone React element (v5.x) (#44494) @jukkatupamaki
36
+
37
+ ### Docs
38
+
39
+ - Keep sponsors up to date @oliviertassinari
40
+ - Fix MUI Treasury Layout broken links (#43753) @oliviertassinari
41
+ - Strengthen CSP rule @oliviertassinari
42
+ - Give up on restoring search @oliviertassinari
43
+ - Normalize next major message @oliviertassinari
44
+ - Fix versions URL @oliviertassinari
45
+ - Fix use of absolute URLs (#43567) @oliviertassinari
46
+ - Restore search on v5 (#43566) @oliviertassinari
47
+ - Fix link from v5 to v6 (#43585) @alexfauquette
48
+ - Updated mui-x roadmap links with the new project URL (@michelengelen) (#43446) @michelengelen
49
+ - Fix broken link to Next.js docs @oliviertassinari
50
+
51
+ ### Core
52
+
53
+ - [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
54
+ - [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
55
+ - [blog] Announcing pricing changes Sep 2024 (#43272) @cherniavskii
56
+ - Prepare for moving to v5.x branch (#43447) @siriwatknp
57
+ - [core] Cherry pick #42346 to v5 (#44475) @DiegoAndai
58
+ - [core] Fix CI on v5.x branch (#44487) @DiegoAndai
59
+ - [core] Fix CI on v5.x branch (#43564) @oliviertassinari
60
+ - [examples] Fix v5 clone example instructions (#43755) @oliviertassinari
61
+ - [examples] Fix CLI download instructions @oliviertassinari
62
+ - [examples] Fix CDN live preview example @oliviertassinari
63
+ - [examples] Fix more examples to work with v5 @oliviertassinari
64
+ - [examples] Freeze examples dependency range (#43435) @oliviertassinari
65
+
66
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
67
+
3
68
  ## 5.16.7
4
69
 
5
70
  <!-- generated comparing v5.16.6..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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.16.7
2
+ * @mui/icons-material v5.16.9
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": "5.16.7",
3
+ "version": "5.16.9",
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": {