@mui/private-theming 5.16.5 → 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 CHANGED
@@ -1,5 +1,99 @@
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
+ - &#8203;<!-- 3 -->[material-ui][mui-system] Add support for version runtime checks (#43233) @DiegoAndai
61
+
62
+ ### Docs
63
+
64
+ - &#8203;<!-- 4 -->[docs] Fix 301 @oliviertassinari
65
+
66
+ ### Core
67
+
68
+ - &#8203;<!-- 2 -->[website] Fix wrong link in pricing table (@zanivan) (#43143) @zanivan
69
+ - &#8203;<!-- 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
+
73
+ ## 5.16.6
74
+
75
+ <!-- generated comparing v5.16.5..master -->
76
+
77
+ _Jul 30, 2024_
78
+
79
+ A big thanks to the 5 contributors who made this release possible.
80
+
81
+ ### `@mui/material@5.16.6`
82
+
83
+ - [Divider] Enable borderStyle enhancement in divider with children (#43059) @anuujj
84
+
85
+ ### Docs
86
+
87
+ - [material-ui][Card] Update CardMedia description (#43121) @shahzaibdev1
88
+ - [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43114) @aliharis99
89
+ - [material-ui][Snackbar] Improve close `reason` type in demos (#43105) @sai6855
90
+
91
+ ### Core
92
+
93
+ - [code-infra] Use the same CI names on master & next (#43064) @mnajdova
94
+
95
+ All contributors of this release in alphabetical order: @aliharis99, @anuujj, @mnajdova, @sai6855, @shahzaibdev1
96
+
3
97
  ## 5.16.5
4
98
 
5
99
  <!-- generated comparing v5.16.4..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.16.5
2
+ * @mui/private-theming v5.16.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.16.5
2
+ * @mui/private-theming v5.16.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.16.5
2
+ * @mui/private-theming v5.16.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.16.5
2
+ * @mui/private-theming v5.16.8
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/private-theming",
3
- "version": "5.16.5",
3
+ "version": "5.16.8",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -28,11 +28,11 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.23.9",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "^5.16.5"
31
+ "@mui/utils": "^5.16.8"
32
32
  },
33
33
  "peerDependencies": {
34
- "@types/react": "^17.0.0 || ^18.0.0",
35
- "react": "^17.0.0 || ^18.0.0"
34
+ "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {