@mui/styled-engine 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/GlobalStyles/GlobalStyles.d.ts +1 -1
- package/README.md +1 -1
- package/StyledEngineProvider/StyledEngineProvider.d.ts +1 -1
- package/index.d.ts +8 -6
- 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/README.md
CHANGED
|
@@ -8,4 +8,4 @@ It is used internally in the `@mui/system` package.
|
|
|
8
8
|
|
|
9
9
|
<!-- #default-branch-switch -->
|
|
10
10
|
|
|
11
|
-
Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation.
|
|
11
|
+
Visit [https://v5.mui.com/material-ui/integrations/styled-components/](https://v5.mui.com/material-ui/integrations/styled-components/) to view the full documentation.
|
package/index.d.ts
CHANGED
|
@@ -200,20 +200,22 @@ export interface CreateMUIStyled<
|
|
|
200
200
|
): CreateStyledComponent<PropsOf<C> & MUIStyledCommonProps, {}, {}, Theme>;
|
|
201
201
|
|
|
202
202
|
<
|
|
203
|
-
Tag extends keyof JSX.IntrinsicElements,
|
|
204
|
-
ForwardedProps extends
|
|
203
|
+
Tag extends keyof React.JSX.IntrinsicElements,
|
|
204
|
+
ForwardedProps extends
|
|
205
|
+
keyof React.JSX.IntrinsicElements[Tag] = keyof React.JSX.IntrinsicElements[Tag],
|
|
205
206
|
>(
|
|
206
207
|
tag: Tag,
|
|
207
|
-
options: FilteringStyledOptions<JSX.IntrinsicElements[Tag], ForwardedProps> &
|
|
208
|
+
options: FilteringStyledOptions<React.JSX.IntrinsicElements[Tag], ForwardedProps> &
|
|
209
|
+
MuiStyledOptions,
|
|
208
210
|
): CreateStyledComponent<
|
|
209
211
|
MUIStyledCommonProps,
|
|
210
|
-
Pick<JSX.IntrinsicElements[Tag], ForwardedProps>,
|
|
212
|
+
Pick<React.JSX.IntrinsicElements[Tag], ForwardedProps>,
|
|
211
213
|
{},
|
|
212
214
|
Theme
|
|
213
215
|
>;
|
|
214
216
|
|
|
215
|
-
<Tag extends keyof JSX.IntrinsicElements>(
|
|
217
|
+
<Tag extends keyof React.JSX.IntrinsicElements>(
|
|
216
218
|
tag: Tag,
|
|
217
219
|
options?: StyledOptions<MUIStyledCommonProps> & MuiStyledOptions,
|
|
218
|
-
): CreateStyledComponent<MUIStyledCommonProps, JSX.IntrinsicElements[Tag], {}, Theme>;
|
|
220
|
+
): CreateStyledComponent<MUIStyledCommonProps, React.JSX.IntrinsicElements[Tag], {}, Theme>;
|
|
219
221
|
}
|
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/styled-engine",
|
|
3
|
-
"version": "5.16.
|
|
3
|
+
"version": "5.16.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for emotion.",
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/mui/material-ui/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://mui.com/system/styled/",
|
|
23
|
+
"homepage": "https://v5.mui.com/system/styled/",
|
|
24
24
|
"funding": {
|
|
25
25
|
"type": "opencollective",
|
|
26
26
|
"url": "https://opencollective.com/mui-org"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "^7.23.9",
|
|
30
|
-
"@emotion/cache": "^11.
|
|
30
|
+
"@emotion/cache": "^11.13.5",
|
|
31
31
|
"csstype": "^3.1.3",
|
|
32
32
|
"prop-types": "^15.8.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@emotion/react": "^11.4.1",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|
|
37
|
-
"react": "^17.0.0 || ^18.0.0"
|
|
37
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"@emotion/react": {
|