@mui/private-theming 5.16.6 → 5.16.12
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 +119 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,124 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.16.12
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.16.11..v5.x -->
|
|
6
|
+
|
|
7
|
+
_Dec 16, 2024_
|
|
8
|
+
|
|
9
|
+
Material UI v5 is now compatible with React 19 (#44720) @DiegoAndai
|
|
10
|
+
|
|
11
|
+
### Core
|
|
12
|
+
|
|
13
|
+
- Bump react 19 in v5 (#44720) @DiegoAndai
|
|
14
|
+
- Add `latest-v5` tag to v5 releases (#44757) @DiegoAndai
|
|
15
|
+
|
|
16
|
+
All contributors of this release in alphabetical order: @DiegoAndai
|
|
17
|
+
|
|
18
|
+
## 5.16.11
|
|
19
|
+
|
|
20
|
+
<!-- generated comparing v5.16.9..v5.x -->
|
|
21
|
+
|
|
22
|
+
_Dec 11, 2024_
|
|
23
|
+
|
|
24
|
+
A big thanks to the contributor who made this release possible.
|
|
25
|
+
|
|
26
|
+
### Core
|
|
27
|
+
|
|
28
|
+
- Bump pnpm to 9.14.4 in v5 (#44705) @DiegoAndai
|
|
29
|
+
- Fix UMD examples (#44706) @DiegoAndai
|
|
30
|
+
- [typescript] Rescue missing backports v5 (#44712) @DiegoAndai
|
|
31
|
+
|
|
32
|
+
All contributors of this release in alphabetical order: @DiegoAndai
|
|
33
|
+
|
|
34
|
+
## 5.16.9
|
|
35
|
+
|
|
36
|
+
<!-- generated comparing v5.16.8..v5.x -->
|
|
37
|
+
|
|
38
|
+
_Dec 3, 2024_
|
|
39
|
+
|
|
40
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
41
|
+
|
|
42
|
+
### `@mui/material@5.16.9`
|
|
43
|
+
|
|
44
|
+
- [Tabs] Cherry pick `ScrollbarSize` ref being overridden fix (#44595) @DiegoAndai
|
|
45
|
+
|
|
46
|
+
### Core
|
|
47
|
+
|
|
48
|
+
- Ignore browserslist and remove tag latest (#44589) @siriwatknp
|
|
49
|
+
|
|
50
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
|
|
51
|
+
|
|
52
|
+
## 5.16.8
|
|
53
|
+
|
|
54
|
+
<!-- generated comparing v5.16.7..v5.x -->
|
|
55
|
+
|
|
56
|
+
_Nov 26, 2024_
|
|
57
|
+
|
|
58
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
59
|
+
|
|
60
|
+
### `@mui/material@5.16.8`
|
|
61
|
+
|
|
62
|
+
- Cherry pick ref accessing PRs (#44543) @DiegoAndai
|
|
63
|
+
|
|
64
|
+
### `@mui/utils@5.16.8`
|
|
65
|
+
|
|
66
|
+
- Skip deep clone React element (v5.x) (#44494) @jukkatupamaki
|
|
67
|
+
|
|
68
|
+
### Docs
|
|
69
|
+
|
|
70
|
+
- Keep sponsors up to date @oliviertassinari
|
|
71
|
+
- Fix MUI Treasury Layout broken links (#43753) @oliviertassinari
|
|
72
|
+
- Strengthen CSP rule @oliviertassinari
|
|
73
|
+
- Give up on restoring search @oliviertassinari
|
|
74
|
+
- Normalize next major message @oliviertassinari
|
|
75
|
+
- Fix versions URL @oliviertassinari
|
|
76
|
+
- Fix use of absolute URLs (#43567) @oliviertassinari
|
|
77
|
+
- Restore search on v5 (#43566) @oliviertassinari
|
|
78
|
+
- Fix link from v5 to v6 (#43585) @alexfauquette
|
|
79
|
+
- Updated mui-x roadmap links with the new project URL (@michelengelen) (#43446) @michelengelen
|
|
80
|
+
- Fix broken link to Next.js docs @oliviertassinari
|
|
81
|
+
|
|
82
|
+
### Core
|
|
83
|
+
|
|
84
|
+
- [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
|
|
85
|
+
- [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
|
|
86
|
+
- [blog] Announcing pricing changes Sep 2024 (#43272) @cherniavskii
|
|
87
|
+
- Prepare for moving to v5.x branch (#43447) @siriwatknp
|
|
88
|
+
- [core] Cherry pick #42346 to v5 (#44475) @DiegoAndai
|
|
89
|
+
- [core] Fix CI on v5.x branch (#44487) @DiegoAndai
|
|
90
|
+
- [core] Fix CI on v5.x branch (#43564) @oliviertassinari
|
|
91
|
+
- [examples] Fix v5 clone example instructions (#43755) @oliviertassinari
|
|
92
|
+
- [examples] Fix CLI download instructions @oliviertassinari
|
|
93
|
+
- [examples] Fix CDN live preview example @oliviertassinari
|
|
94
|
+
- [examples] Fix more examples to work with v5 @oliviertassinari
|
|
95
|
+
- [examples] Freeze examples dependency range (#43435) @oliviertassinari
|
|
96
|
+
|
|
97
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
|
|
98
|
+
|
|
99
|
+
## 5.16.7
|
|
100
|
+
|
|
101
|
+
<!-- generated comparing v5.16.6..master -->
|
|
102
|
+
|
|
103
|
+
_Aug 9, 2024_
|
|
104
|
+
|
|
105
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
106
|
+
|
|
107
|
+
### `@mui/material@5.16.7`
|
|
108
|
+
|
|
109
|
+
- ​<!-- 3 -->[material-ui][mui-system] Add support for version runtime checks (#43233) @DiegoAndai
|
|
110
|
+
|
|
111
|
+
### Docs
|
|
112
|
+
|
|
113
|
+
- ​<!-- 4 -->[docs] Fix 301 @oliviertassinari
|
|
114
|
+
|
|
115
|
+
### Core
|
|
116
|
+
|
|
117
|
+
- ​<!-- 2 -->[website] Fix wrong link in pricing table (@zanivan) (#43143) @zanivan
|
|
118
|
+
- ​<!-- 1 -->[website] Add blog link to pricing table (@zanivan) (#43140) @zanivan
|
|
119
|
+
|
|
120
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @oliviertassinari, @zanivan
|
|
121
|
+
|
|
3
122
|
## 5.16.6
|
|
4
123
|
|
|
5
124
|
<!-- generated comparing v5.16.5..master -->
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/private-theming",
|
|
3
|
-
"version": "5.16.
|
|
3
|
+
"version": "5.16.12",
|
|
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.
|
|
31
|
+
"@mui/utils": "^5.16.12"
|
|
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": {
|