@mui/styled-engine-sc 5.4.2 → 5.5.2
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 +304 -2
- package/GlobalStyles/GlobalStyles.d.ts +3 -3
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,307 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.5.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.5.1..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 21, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible. This is a small release focused on some 🐛 bug fixes and 📚 documentation improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.5.2`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
|
|
14
|
+
|
|
15
|
+
### `@mui/joy@5.0.0-alpha.20`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
|
|
18
|
+
- ​<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
|
|
19
|
+
|
|
20
|
+
### `@mui/base@5.0.0-alpha.73`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
|
|
23
|
+
|
|
24
|
+
### `@mui/styled-engine-sc@5.5.2`
|
|
25
|
+
|
|
26
|
+
- ​<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
|
|
27
|
+
|
|
28
|
+
### Docs
|
|
29
|
+
|
|
30
|
+
- ​<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
|
|
31
|
+
- ​<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
|
|
32
|
+
- ​<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
|
|
33
|
+
- ​<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
|
|
34
|
+
- ​<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
|
|
35
|
+
- ​<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
|
|
36
|
+
- ​<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
|
|
37
|
+
- ​<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
|
|
38
|
+
- ​<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
|
|
39
|
+
|
|
40
|
+
### Core
|
|
41
|
+
|
|
42
|
+
- ​<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
|
|
43
|
+
|
|
44
|
+
All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
|
|
45
|
+
|
|
46
|
+
## 5.5.1
|
|
47
|
+
|
|
48
|
+
<!-- generated comparing v5.5.0..master -->
|
|
49
|
+
|
|
50
|
+
_Mar 14, 2022_
|
|
51
|
+
|
|
52
|
+
A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
|
|
53
|
+
|
|
54
|
+
- 📊 2021 survey results post by @danilo-leal (#30999)
|
|
55
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
56
|
+
|
|
57
|
+
### @mui/material@5.5.1
|
|
58
|
+
|
|
59
|
+
- [Fab] Add z-index (#30842) @issamElmohadeb098
|
|
60
|
+
- [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
|
|
61
|
+
- [i10n] Update italian locale (#30974) @SalvatoreMazzullo
|
|
62
|
+
- [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
|
|
63
|
+
- [Popper] Allow setting default props in a theme (#30118) @hafley66
|
|
64
|
+
- [TextField] fix disappearing border in Safari (#31406) @krysia1
|
|
65
|
+
|
|
66
|
+
### @mui/joy@5.0.0-alpha.19
|
|
67
|
+
|
|
68
|
+
- [Joy] Support horizontal List (#31620) @siriwatknp
|
|
69
|
+
- [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
|
|
70
|
+
- [Joy] Add `TextField` component (#31299) @siriwatknp
|
|
71
|
+
- [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
|
|
72
|
+
- [Joy] Add `Checkbox` component (#31273) @siriwatknp
|
|
73
|
+
|
|
74
|
+
### Docs
|
|
75
|
+
|
|
76
|
+
- [blog] 2021 survey results post (#30999) @danilo-leal
|
|
77
|
+
- [docs] Add Macedonian translation (#31402) @theCuriousOne
|
|
78
|
+
- [docs] Fix API page table styles in Safari (#31696) @aaarichter
|
|
79
|
+
- [docs] Fix SEO issues (#31505) @oliviertassinari
|
|
80
|
+
- [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
|
|
81
|
+
- [docs] Add "Work in biotech" to showcase (#31711) @klyburke
|
|
82
|
+
- [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
|
|
83
|
+
- [docs] Fix search icons crash (#31651) @juanpc10
|
|
84
|
+
- [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
|
|
85
|
+
- [docs] Fix source code links on the Templates page (#31425) @danilo-leal
|
|
86
|
+
- [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
|
|
87
|
+
- [docs] Migrate button demos to base (#31395) @siriwatknp
|
|
88
|
+
- [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
|
|
89
|
+
- [docs] Remove joy mockup pages (#31412) @siriwatknp
|
|
90
|
+
- [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
|
|
91
|
+
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
92
|
+
- [docs] Fix Search crash (#31386) @reckter
|
|
93
|
+
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
94
|
+
- [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
|
|
95
|
+
- [docs] Test products search (#31351) @siriwatknp
|
|
96
|
+
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
97
|
+
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
98
|
+
- [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
|
|
99
|
+
- [website] Add new gold sponsor (#31354) @hbjORbj
|
|
100
|
+
- [website] Update Ukraine support link (#31378) @samuelsycamore
|
|
101
|
+
|
|
102
|
+
### Core
|
|
103
|
+
|
|
104
|
+
- [core] Simplify anchor link (#31419) @oliviertassinari
|
|
105
|
+
- [core] Revert unrelated changes in #31354 @oliviertassinari
|
|
106
|
+
- [test] Upgrade CircleCI convenience image (#31394) @m4theushw
|
|
107
|
+
- [typescript] Simplify display of slot props types (#31240) @michaldudak
|
|
108
|
+
|
|
109
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
|
|
110
|
+
|
|
111
|
+
## 5.5.0
|
|
112
|
+
|
|
113
|
+
<!-- generated comparing v5.4.4..master -->
|
|
114
|
+
|
|
115
|
+
_Mar 7, 2022_
|
|
116
|
+
|
|
117
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
118
|
+
|
|
119
|
+
- ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
|
|
120
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
121
|
+
|
|
122
|
+
### `@mui/material@5.5.0`
|
|
123
|
+
|
|
124
|
+
#### Breaking change
|
|
125
|
+
|
|
126
|
+
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
127
|
+
|
|
128
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
|
|
129
|
+
|
|
130
|
+
```diff
|
|
131
|
+
- import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
132
|
+
+ import { unstable_ClassNameGenerator } from '@mui/material/className';
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
#### Changes
|
|
136
|
+
|
|
137
|
+
- ​<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
|
|
138
|
+
- ​<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
|
|
139
|
+
- ​<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
|
|
140
|
+
- ​<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
|
|
141
|
+
- ​<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
|
|
142
|
+
|
|
143
|
+
### `@mui/icons-material@5.5.0`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
|
|
146
|
+
|
|
147
|
+
### `@mui/codemod@5.5.0`
|
|
148
|
+
|
|
149
|
+
- ​<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
|
|
150
|
+
|
|
151
|
+
### `@mui/lab@5.0.0-alpha.72`
|
|
152
|
+
|
|
153
|
+
- ​<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
|
|
154
|
+
|
|
155
|
+
### `@mui/base@5.0.0-alpha.71`
|
|
156
|
+
|
|
157
|
+
- ​<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
|
|
158
|
+
- ​<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
|
|
159
|
+
|
|
160
|
+
### `@mui/joy@5.0.0-alpha.18`
|
|
161
|
+
|
|
162
|
+
- ​<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
|
|
163
|
+
- ​<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
|
|
164
|
+
- ​<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
|
|
165
|
+
- ​<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
|
|
166
|
+
|
|
167
|
+
### `@mui/material-next@6.0.0-alpha.26`
|
|
168
|
+
|
|
169
|
+
- ​<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
|
|
170
|
+
|
|
171
|
+
### Docs
|
|
172
|
+
|
|
173
|
+
- ​<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
|
|
174
|
+
- ​<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
|
|
175
|
+
- ​<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
|
|
176
|
+
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
177
|
+
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
178
|
+
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
179
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
|
|
180
|
+
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
|
|
181
|
+
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
182
|
+
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
183
|
+
|
|
184
|
+
### Core
|
|
185
|
+
|
|
186
|
+
- ​<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
|
|
187
|
+
- ​<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
|
|
188
|
+
- ​<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
|
|
189
|
+
- ​<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
|
|
190
|
+
|
|
191
|
+
All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini
|
|
192
|
+
|
|
193
|
+
## 5.4.4
|
|
194
|
+
|
|
195
|
+
<!-- generated comparing v5.4.3..master -->
|
|
196
|
+
|
|
197
|
+
_Feb 28, 2022_
|
|
198
|
+
|
|
199
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
200
|
+
|
|
201
|
+
- ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
|
|
202
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
203
|
+
|
|
204
|
+
### `@mui/material@5.4.4`
|
|
205
|
+
|
|
206
|
+
- ​<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
|
|
207
|
+
- ​<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
|
|
208
|
+
- ​<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
|
|
209
|
+
- ​<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
|
|
210
|
+
- ​<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
|
|
211
|
+
|
|
212
|
+
### `@mui/system@5.4.4`
|
|
213
|
+
|
|
214
|
+
- ​<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
|
|
215
|
+
- ​<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
|
|
216
|
+
- ​<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
|
|
217
|
+
|
|
218
|
+
### `@mui/codemod@5.4.4`
|
|
219
|
+
|
|
220
|
+
- ​<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
|
|
221
|
+
|
|
222
|
+
### `@mui/base@5.0.0-alpha.70`
|
|
223
|
+
|
|
224
|
+
- ​<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
|
|
225
|
+
|
|
226
|
+
### `@mui/joy@5.0.0-alpha.17`
|
|
227
|
+
|
|
228
|
+
- ​<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
|
|
229
|
+
- ​<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
|
|
230
|
+
- ​<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
|
|
231
|
+
- ​<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
|
|
232
|
+
- ​<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
|
|
233
|
+
|
|
234
|
+
### Docs
|
|
235
|
+
|
|
236
|
+
- ​<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
|
|
237
|
+
- ​<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
|
|
238
|
+
- ​<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
|
|
239
|
+
- ​<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
|
|
240
|
+
- ​<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
|
|
241
|
+
- ​<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
|
|
242
|
+
- ​<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
|
|
243
|
+
- ​<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
|
|
244
|
+
- ​<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
|
|
245
|
+
- ​<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
|
|
246
|
+
- ​<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
|
|
247
|
+
|
|
248
|
+
### Core
|
|
249
|
+
|
|
250
|
+
- ​<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
|
|
251
|
+
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
252
|
+
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
253
|
+
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
254
|
+
- ​<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
255
|
+
|
|
256
|
+
All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
|
|
257
|
+
|
|
258
|
+
## 5.4.3
|
|
259
|
+
|
|
260
|
+
<!-- generated comparing v5.4.2..master -->
|
|
261
|
+
|
|
262
|
+
_Feb 21, 2022_
|
|
263
|
+
|
|
264
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
265
|
+
|
|
266
|
+
- 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
|
|
267
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements
|
|
268
|
+
|
|
269
|
+
### `@mui/material@5.4.3`
|
|
270
|
+
|
|
271
|
+
- ​<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
|
|
272
|
+
- ​<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
|
|
273
|
+
- ​<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
|
|
274
|
+
|
|
275
|
+
### `@mui/icons-material@5.4.3`
|
|
276
|
+
|
|
277
|
+
- ​<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
|
|
278
|
+
|
|
279
|
+
### `@mui/joy@5.0.0-alpha.16`
|
|
280
|
+
|
|
281
|
+
- ​<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
|
|
282
|
+
- ​<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
|
|
283
|
+
- ​<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
|
|
284
|
+
|
|
285
|
+
### Docs
|
|
286
|
+
|
|
287
|
+
- ​<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
|
|
288
|
+
- ​<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
|
|
289
|
+
- ​<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
|
|
290
|
+
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
291
|
+
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
292
|
+
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
293
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
294
|
+
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
295
|
+
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
296
|
+
|
|
297
|
+
### Core
|
|
298
|
+
|
|
299
|
+
- ​<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
|
|
300
|
+
- ​<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
|
|
301
|
+
- ​<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
|
|
302
|
+
|
|
303
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
|
|
304
|
+
|
|
3
305
|
## 5.4.2
|
|
4
306
|
|
|
5
307
|
_Feb 15, 2022_
|
|
@@ -120,7 +422,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
120
422
|
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
|
|
121
423
|
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
|
|
122
424
|
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
|
|
123
|
-
- ​<!-- 17 -->[docs] Hotfix notification
|
|
425
|
+
- ​<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
|
|
124
426
|
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
|
|
125
427
|
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
|
|
126
428
|
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
|
|
@@ -3529,7 +3831,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3529
3831
|
- ​<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
|
|
3530
3832
|
- ​<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
|
|
3531
3833
|
- ​<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
|
|
3532
|
-
- ​<!-- 44 -->[internal][pickers] Entangle what
|
|
3834
|
+
- ​<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
|
|
3533
3835
|
- ​<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
|
|
3534
3836
|
- ​<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
|
|
3535
3837
|
- ​<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { CSSObject, InterpolationFunction } from 'styled-components';
|
|
3
3
|
|
|
4
|
-
export interface GlobalStylesProps {
|
|
4
|
+
export interface GlobalStylesProps<Theme = {}> {
|
|
5
5
|
defaultTheme?: object;
|
|
6
|
-
styles: string | CSSObject | InterpolationFunction<
|
|
6
|
+
styles: string | CSSObject | InterpolationFunction<Theme>;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
export default function Global(props: GlobalStylesProps): React.ReactElement;
|
|
9
|
+
export default function Global<Theme = {}>(props: GlobalStylesProps<Theme>): React.ReactElement;
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED