@mui/styled-engine 5.11.9 โ 5.11.16
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 +511 -10
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,506 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.11.16
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.15..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 4, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
|
|
10
|
+
|
|
11
|
+
- ๐
Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
12
|
+
- ๐ bug fixes and ๐ documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.11.16`
|
|
15
|
+
|
|
16
|
+
- [Autocomplete] Listen for click on the root element (#36369) @sai6855
|
|
17
|
+
- [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
|
|
18
|
+
- [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
|
|
19
|
+
- [Grid] Missing slot (#36765) @siriwatknp
|
|
20
|
+
- [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
|
|
21
|
+
- [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev
|
|
22
|
+
|
|
23
|
+
### `@mui/icons-material@5.11.16`
|
|
24
|
+
|
|
25
|
+
- [icons] Do not ignore popular icons (#36608) @michaldudak
|
|
26
|
+
|
|
27
|
+
### `@mui/joy@5.0.0-alpha.74`
|
|
28
|
+
|
|
29
|
+
- [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
|
|
30
|
+
- [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb
|
|
31
|
+
|
|
32
|
+
### Docs
|
|
33
|
+
|
|
34
|
+
- [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
|
|
35
|
+
- [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
|
|
36
|
+
- [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
|
|
37
|
+
- [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
|
|
38
|
+
- [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
|
|
39
|
+
- [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
|
|
40
|
+
- [docs] Fix double API page redirection (#36743) @oliviertassinari
|
|
41
|
+
- [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
|
|
42
|
+
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
43
|
+
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
44
|
+
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
45
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
46
|
+
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
47
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
48
|
+
- [docs] Fix small typo (#36727) @RBerthier
|
|
49
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
50
|
+
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
51
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
52
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
53
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
54
|
+
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
55
|
+
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
56
|
+
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
57
|
+
|
|
58
|
+
### Core
|
|
59
|
+
|
|
60
|
+
- [blog] Compress images @oliviertassinari
|
|
61
|
+
- [core] Remove unused token (#36722) @oliviertassinari
|
|
62
|
+
|
|
63
|
+
All contributors of this release in alphabetical order: @alexfauquette, @amal-qb, @danilo-leal, @DevinCLane, @gitstart, @hbjORbj, @HeVictor, @LadyBluenotes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @RBerthier, @sai6855, @siriwatknp, @viclafouch, @yushanwebdev
|
|
64
|
+
|
|
65
|
+
## 5.11.15
|
|
66
|
+
|
|
67
|
+
<!-- generated comparing v5.11.14..master -->
|
|
68
|
+
|
|
69
|
+
_Mar 28, 2023_
|
|
70
|
+
|
|
71
|
+
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week โจ:
|
|
72
|
+
|
|
73
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI ๐จ (#35741)
|
|
74
|
+
|
|
75
|
+
### `@mui/material@5.11.15`
|
|
76
|
+
|
|
77
|
+
- [Chip] Fix error when theme value is a CSS variable (#36654) @siriwatknp
|
|
78
|
+
- [Grid2] Support dynamic nested columns (#36401) @siriwatknp
|
|
79
|
+
|
|
80
|
+
### `@mui/system@5.11.15`
|
|
81
|
+
|
|
82
|
+
- [system] Enable regressions tests & fix regressions (#36611) @mnajdova
|
|
83
|
+
- [Stack] Add `useFlexGap` prop (#36404) @siriwatknp
|
|
84
|
+
|
|
85
|
+
### `@mui/base@5.0.0-alpha.122`
|
|
86
|
+
|
|
87
|
+
- [Autocomplete] Update `autoSelect` prop description (#36280) @sai6855
|
|
88
|
+
- [TablePagination][base] Improve `actions` type in `slotProps` (#36458) @sai6855
|
|
89
|
+
- [Base] Add JSDoc comments for classes of Base components (#36586) @hbjORbj
|
|
90
|
+
- [useSlider][base] Add API docs for the hook parameters and return type (#36576) @varunmulay22
|
|
91
|
+
|
|
92
|
+
### `@mui/joy@5.0.0-alpha.73`
|
|
93
|
+
|
|
94
|
+
- [Joy] Miscellaneous fixes (#36628) @siriwatknp
|
|
95
|
+
- [Joy] Add palette customizer (#35741) @siriwatknp
|
|
96
|
+
|
|
97
|
+
### Docs
|
|
98
|
+
|
|
99
|
+
- Revert "[docs] Use `theme.applyDarkStyles` for the rest of the docs" (#36602) @mnajdova
|
|
100
|
+
- [blog] Improvements on v6 announcement blog (#36505) @joserodolfofreitas
|
|
101
|
+
- [docs] Add `Snackbar` coming soon page (#36604) @danilo-leal
|
|
102
|
+
- [docs] Add accordion coming soon page (#36279) @siriwatknp
|
|
103
|
+
- [docs] Fix palette customizer theme augmentation (#36629) @siriwatknp
|
|
104
|
+
- [docs] Finish migration away from https://reactjs.org/ @oliviertassinari
|
|
105
|
+
- [docs] Remove duplicated slot descriptions (#36621) @hbjORbj
|
|
106
|
+
- [docs] Fix broken example link (#36607) @mnajdova
|
|
107
|
+
- [docs] Use `theme.applyDarkStyles` (#36606) @siriwatknp
|
|
108
|
+
- [docs] Improve API for theme default prop (#36490) @oliviertassinari
|
|
109
|
+
- [docs][Table] Refactor `Sorting & Selecting` table demo (#33236) @IFaniry
|
|
110
|
+
|
|
111
|
+
### Core
|
|
112
|
+
|
|
113
|
+
- [core] Use Netlify function for feedback management (#36472) @alexfauquette
|
|
114
|
+
|
|
115
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @hbjORbj, @IFaniry, @joserodolfofreitas, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @varunmulay22
|
|
116
|
+
|
|
117
|
+
## 5.11.14
|
|
118
|
+
|
|
119
|
+
<!-- generated comparing v5.11.13..master -->
|
|
120
|
+
|
|
121
|
+
_Mar 21, 2023_
|
|
122
|
+
|
|
123
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
124
|
+
This release was mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
125
|
+
|
|
126
|
+
### `@mui/material@5.11.14`
|
|
127
|
+
|
|
128
|
+
- [Breadcrumbs] Add ability to change icon used in `BreadcrumbCollapsed` through slots (#33812) @pratikkarad
|
|
129
|
+
- [Stepper] Add aria-current to active StepButton (#36526) @michalak111
|
|
130
|
+
- [TabScrollButton] Add ability to change left and right icons (#33863) @pratikkarad
|
|
131
|
+
- [ListItemButton] Respect LinkComponent (#34159) @zaverden
|
|
132
|
+
- [l10n] Add Central Kurdish (ku-CKB) locale (#36592) @HediMuhamad
|
|
133
|
+
|
|
134
|
+
### `@mui/system@5.11.14`
|
|
135
|
+
|
|
136
|
+
- [system] Fix sx prop regression for fontWeight values (#36543) @mnajdova
|
|
137
|
+
|
|
138
|
+
### `@mui/base@5.0.0-alpha.121`
|
|
139
|
+
|
|
140
|
+
- [docs][base] Improve the Slots Table in API docs (#36330) @hbjORbj
|
|
141
|
+
|
|
142
|
+
### `@mui/joy@5.0.0-alpha.72`
|
|
143
|
+
|
|
144
|
+
- [Joy] Ensure new CSS variable naming is everywhere (#36460) @hbjORbj
|
|
145
|
+
- [Menu][joy] Classname listbox is missing (#36520) @hbjORbj
|
|
146
|
+
- [Joy] Fix `--List-decorator*` vars (#36595) @siriwatknp
|
|
147
|
+
|
|
148
|
+
### `@mui/lab@5.0.0-alpha.124`
|
|
149
|
+
|
|
150
|
+
- [Masonry] Include Masonry in theme augmentation interface (#36533) @hbjORbj
|
|
151
|
+
|
|
152
|
+
### Docs
|
|
153
|
+
|
|
154
|
+
- [blog] Post blog about Chamonix retreat to the website (#36517) @mikailaread
|
|
155
|
+
- [blog] Fix image layout shift (#36522) @oliviertassinari
|
|
156
|
+
- [docs] Use `theme.applyDarkStyles` for the rest of the docs (#36161) @siriwatknp
|
|
157
|
+
- [docs] Fix 301 and 404 links (#36555) @oliviertassinari
|
|
158
|
+
- [docs] Keep slot code order in API docs (#36499) @oliviertassinari
|
|
159
|
+
- [docs] Missing className on Migrating from JSS example (#36536) @gabrielnafuzi
|
|
160
|
+
- [docs] Fix function name for Joy templates (#36512) @hbjORbj
|
|
161
|
+
- [docs] Add multiline Chip example (#36437) @dav1app
|
|
162
|
+
- [docs] Add a new gold sponsor (#36518) @hbjORbj
|
|
163
|
+
- [docs][joy] Improve the Slots Table in API docs (#36328) @hbjORbj
|
|
164
|
+
- [docs] Fix virtualElement demo for Popper (#36320) @sai6855
|
|
165
|
+
- [docs] Fix typo in API docs (#36388) @RomanHotsiy
|
|
166
|
+
- [docs] Ensure classname displayed under Slots section in API docs exists (#36539) @hbjORbj
|
|
167
|
+
- [docs][joy] Build TS versions for Modal component demos (#36385) @varunmulay22
|
|
168
|
+
- [docs][joy] Build TS versions for Menu component demos (#36383) @varunmulay22
|
|
169
|
+
- [docs][joy] Build TS versions for Switch component demos (#36379) @varunmulay22
|
|
170
|
+
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
171
|
+
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
172
|
+
- [website] Designer role changes (#36528) @danilo-leal
|
|
173
|
+
- [website] No association between showcase and MUI @oliviertassinari
|
|
174
|
+
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
175
|
+
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
176
|
+
|
|
177
|
+
### Core
|
|
178
|
+
|
|
179
|
+
- [core] Fix CI @oliviertassinari
|
|
180
|
+
- [core] Fix blank line @oliviertassinari
|
|
181
|
+
- [website] Simplify internal ops @oliviertassinari
|
|
182
|
+
|
|
183
|
+
All contributors of this release in alphabetical order: @danilo-leal, @dav1app, @gabrielnafuzi, @hbjORbj, @HediMuhamad, @michalak111, @mikailaread, @mnajdova, @oliviertassinari, @pratikkarad, @RomanHotsiy, @sai6855, @siriwatknp, @varunmulay22, @zaverden
|
|
184
|
+
|
|
185
|
+
## 5.11.13
|
|
186
|
+
|
|
187
|
+
<!-- generated comparing v5.11.12..master -->
|
|
188
|
+
|
|
189
|
+
_Mar 14, 2023_
|
|
190
|
+
|
|
191
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights โจ:
|
|
192
|
+
|
|
193
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in MUI Base (#35963)
|
|
194
|
+
- other ๐ bug fixes and ๐ documentation improvements.
|
|
195
|
+
|
|
196
|
+
### `@mui/material@5.11.13`
|
|
197
|
+
|
|
198
|
+
- ​<!-- 13 -->[core] Bump MUI Base's version in Material UI (#36492) @hbjORbj
|
|
199
|
+
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
200
|
+
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
201
|
+
|
|
202
|
+
### `@mui/base@5.0.0-alpha.121`
|
|
203
|
+
|
|
204
|
+
- ​<!-- 16 -->[base] Disable classes generation via a context (#35963) @michaldudak
|
|
205
|
+
- ​<!-- 15 -->[useMenu][base] Add return interface for useMenu hook (#36376) @HeVictor
|
|
206
|
+
- ​<!-- 05 -->[useBadge] Add interface for the return value (#36042) @skevprog
|
|
207
|
+
- ​<!-- 04 -->[useMenuItem] Add explicit return type (#36359) @rayrw
|
|
208
|
+
- ​<!-- 03 -->[useTabs] Add explicit return type (#36047) @sai6855
|
|
209
|
+
|
|
210
|
+
### Docs
|
|
211
|
+
|
|
212
|
+
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
213
|
+
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
214
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
215
|
+
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
216
|
+
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
217
|
+
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
218
|
+
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
219
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
220
|
+
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
221
|
+
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
222
|
+
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
223
|
+
|
|
224
|
+
All contributors of this release in alphabetical order: @erikian, @hbjORbj, @HeVictor, @hrutik7, @joserodolfofreitas, @m4theushw, @michaldudak, @oliviertassinari, @oyar99, @rayrw, @sai6855, @siriwatknp, @skevprog
|
|
225
|
+
|
|
226
|
+
## 5.11.12
|
|
227
|
+
|
|
228
|
+
<!-- generated comparing v5.11.11..master -->
|
|
229
|
+
|
|
230
|
+
_Mar 6, 2023_
|
|
231
|
+
|
|
232
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
|
|
233
|
+
|
|
234
|
+
- @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
|
|
235
|
+
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy UI when using the default theme (#35739)
|
|
236
|
+
- other ๐ bug fixes and ๐ documentation improvements.
|
|
237
|
+
|
|
238
|
+
### `@mui/material@5.11.12`
|
|
239
|
+
|
|
240
|
+
- ​<!-- 30 -->[Autocomplete] Fix list scrolls to the top when new data is added on touch devices (#36231) @SaidMarar
|
|
241
|
+
- ​<!-- 29 -->[Autocomplete] Add `Mui-expanded` class (#33312) @Osman-Sodefa
|
|
242
|
+
- ​<!-- 24 -->[Dialog] Use the `id` prop provided to the `DialogTitle` component (#36353) @Kundan28
|
|
243
|
+
- ​<!-- 07 -->[Menu] Fix Menu Paper styles overriding in the theme (#36316) @Paatus
|
|
244
|
+
|
|
245
|
+
### `@mui/lab@5.0.0-alpha.122`
|
|
246
|
+
|
|
247
|
+
- ​<!-- 05 -->[TreeView] Fix Tree View inside shadow root crashes (#36225) @NoFr1ends
|
|
248
|
+
|
|
249
|
+
### `@mui/system@5.11.12`
|
|
250
|
+
|
|
251
|
+
#### Breaking changes
|
|
252
|
+
|
|
253
|
+
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
254
|
+
|
|
255
|
+
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy UI, it needs to be wrapped inside `unstable_createCssVarsTheme` - a util exported from the MUI System. Below is an example of how the migration should look like:
|
|
256
|
+
|
|
257
|
+
```diff
|
|
258
|
+
import {
|
|
259
|
+
unstable_createCssVarsProvider as createCssVarsProvider,
|
|
260
|
+
+ unstable_createCssVarsTheme as createCssVarsTheme,
|
|
261
|
+
} from '@mui/system';
|
|
262
|
+
|
|
263
|
+
const { CssVarsProvider } = createCssVarsProvider({
|
|
264
|
+
- theme: {
|
|
265
|
+
+ theme: createCssVarsTheme({
|
|
266
|
+
colorSchemes: {
|
|
267
|
+
light: {
|
|
268
|
+
typography: {
|
|
269
|
+
htmlFontSize: '16px',
|
|
270
|
+
h1: {
|
|
271
|
+
fontSize: '1rem',
|
|
272
|
+
fontWeight: 500,
|
|
273
|
+
},
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
|
+
},
|
|
277
|
+
+ shouldSkipGeneratingVar: (keys) => keys[0] === 'typography' && keys[1] === 'h1',
|
|
278
|
+
- },
|
|
279
|
+
+ }),
|
|
280
|
+
defaultColorScheme: 'light',
|
|
281
|
+
- shouldSkipGeneratingVar: (keys) => keys[0] === 'typography' && keys[1] === 'h1',
|
|
282
|
+
});
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
Or you can define it directly in the theme prop:
|
|
286
|
+
|
|
287
|
+
```diff
|
|
288
|
+
<CssVarsProvider
|
|
289
|
+
+ theme={createCssVarsProvider({
|
|
290
|
+
+ // other theme keys
|
|
291
|
+
+ shouldSkipGeneratingVar: (keys) => keys[0] === 'typography' && keys[1] === 'h1'
|
|
292
|
+
+ })} />
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
This breaking change **only** affects experimental APIs
|
|
296
|
+
|
|
297
|
+
### `@mui/base@5.0.0-alpha.120`
|
|
298
|
+
|
|
299
|
+
#### Breaking changes
|
|
300
|
+
|
|
301
|
+
- ​<!-- 27 -->[Select][base] Add the multiselect functionality to SelectUnstyled (#36274) @michaldudak
|
|
302
|
+
|
|
303
|
+
The MultiSelectUnstyled was removed. The `SelectUnstyled` component with the `multiple` prop should be used instead. Additionally, the SelectUnstyledProps received a second generic parameter: `Multiple extends boolean`. If you deal with strictly single- or multi-select components, you can hard-code this parameter to `false` or `true`, respectively. Below is an example of how the migration should look like:
|
|
304
|
+
|
|
305
|
+
```diff
|
|
306
|
+
-import MultiSelectUnstyled from '@mui/base/MultiSelectUnstyled';
|
|
307
|
+
+import SelectUnstyled from '@mui/base/SelectUnstyled';
|
|
308
|
+
|
|
309
|
+
export default App() {
|
|
310
|
+
-return <MultiSelectUnstyled />
|
|
311
|
+
+return <SelectUnstyled multiple />
|
|
312
|
+
}
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
#### Changes
|
|
316
|
+
|
|
317
|
+
- ​<!-- 34 -->[useSnackBar] Add explicit return type (#36052) @sai6855
|
|
318
|
+
- ​<!-- 04 -->[useMenu] Fix `import type` syntax (#36411) @ZeeshanTamboli
|
|
319
|
+
- ​<!-- 03 -->[useSwitch] Add explicit return type (#36050) @sai6855
|
|
320
|
+
|
|
321
|
+
### `@mui/joy@5.0.0-alpha.70`
|
|
322
|
+
|
|
323
|
+
#### Breaking changes
|
|
324
|
+
|
|
325
|
+
- ​<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
|
|
326
|
+
|
|
327
|
+
Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
|
|
328
|
+
|
|
329
|
+
```diff
|
|
330
|
+
-<List sx={{ py: 'var(--List-divider-gap)' }}>
|
|
331
|
+
+<List sx={{ py: 'var(--ListDivider-gap)' }}>
|
|
332
|
+
-<Switch sx={{ '--Switch-track-width': '40px' }}>
|
|
333
|
+
+<Switch sx={{ '--Switch-trackWidth': '40px' }}>
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
#### Changes
|
|
337
|
+
|
|
338
|
+
- ​<!-- 28 -->[Autocomplete][joy] Add disabled class to the popup indicator (#36397) @hbjORbj
|
|
339
|
+
- ​<!-- 08 -->[Joy] Fix broken loading button in Safari (#36298) @Kuba429
|
|
340
|
+
|
|
341
|
+
### Docs
|
|
342
|
+
|
|
343
|
+
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
344
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
345
|
+
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
346
|
+
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
347
|
+
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
348
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating MUI Base in Material UI (#36365) @mnajdova
|
|
349
|
+
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
350
|
+
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
351
|
+
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
352
|
+
- ​<!-- 16 -->[docs][joy] Build TS versions for Radio component demos (#36406) @sai6855
|
|
353
|
+
- ​<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
|
|
354
|
+
- ​<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
|
|
355
|
+
- ​<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
|
|
356
|
+
- ​<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
|
|
357
|
+
- ​<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
|
|
358
|
+
- ​<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
|
|
359
|
+
|
|
360
|
+
### Core
|
|
361
|
+
|
|
362
|
+
- ​<!-- 31 -->Revert "Bump rimraf to ^4.1.3" (#36420) @mnajdova
|
|
363
|
+
- ​<!-- 25 -->[core] Fix test utils types and external `buildApiUtils` usage issues (#36310) @LukasTy
|
|
364
|
+
- ​<!-- 06 -->[test] Remove duplicate `combobox` role queries in Autocomplete tests (#36394) @ZeeshanTamboli
|
|
365
|
+
- ​<!-- 02 -->[website] Clarify redistribution @oliviertassinari
|
|
366
|
+
- ​<!-- 01 -->[website] Sync /about page (#36334) @oliviertassinari
|
|
367
|
+
|
|
368
|
+
All contributors of this release in alphabetical order: @cherniavskii, @hbjORbj, @joserodolfofreitas, @Kuba429, @Kundan28, @LukasTy, @MBilalShafi, @michaldudak, @mnajdova, @NoFr1ends, @oliviertassinari, @Osman-Sodefa, @Paatus, @sai6855, @SaidMarar, @varunmulay22, @ZeeshanTamboli
|
|
369
|
+
|
|
370
|
+
## 5.11.11
|
|
371
|
+
|
|
372
|
+
<!-- generated comparing v5.11.10..master -->
|
|
373
|
+
|
|
374
|
+
_Feb 27, 2023_
|
|
375
|
+
|
|
376
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights โจ:
|
|
377
|
+
|
|
378
|
+
- ๐ added API documentation for the slots in MUI Base and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
|
|
379
|
+
- other ๐ bug fixes and ๐ documentation improvements.
|
|
380
|
+
|
|
381
|
+
### `@mui/material@5.11.11`
|
|
382
|
+
|
|
383
|
+
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
384
|
+
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
385
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from the system (#33795) @mnajdova
|
|
386
|
+
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
387
|
+
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
388
|
+
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
389
|
+
- ​<!-- 04 -->[Snackbar] Replace component logic with `useSnackbar` hook (#36272) @ZeeshanTamboli
|
|
390
|
+
- ​<!-- 03 -->[TextField] Fix floating label position (#36246) @oliviertassinari
|
|
391
|
+
- ​<!-- 13 -->[TextField] Fix floating label position (#36288) @oliviertassinari
|
|
392
|
+
|
|
393
|
+
### `@mui/base@5.0.0-alpha.119`
|
|
394
|
+
|
|
395
|
+
#### Breaking changes
|
|
396
|
+
|
|
397
|
+
- ​<!-- 29 -->[base] Remove `classes` prop from the Base components that have it (#36157) @hbjORbj
|
|
398
|
+
These are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled.
|
|
399
|
+
You can replace the `classes` prop by providing the class name prop directly to the prop via `slotProps`. Below is an example of how the migration should look like:
|
|
400
|
+
|
|
401
|
+
```diff
|
|
402
|
+
<TablePaginationUnstyled
|
|
403
|
+
- classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }}
|
|
404
|
+
+ slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}}
|
|
405
|
+
/>
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
- ​<!-- 28 -->[base] Move hooks to their own directories (#36235) @hbjORbj
|
|
409
|
+
Base hooks (e.g., `useSelect`) are no longer exported from `{Component}Unstyled` directories and instead they have their own directories.
|
|
410
|
+
Below is an example of how the migration should look like:
|
|
411
|
+
|
|
412
|
+
```diff
|
|
413
|
+
-import { useBadge } from '@mui/base/BadgeUnstyled';
|
|
414
|
+
+import useBadge from '@mui/base/useBadge';
|
|
415
|
+
```
|
|
416
|
+
|
|
417
|
+
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-hook-imports) to help with the migration.
|
|
418
|
+
|
|
419
|
+
#### Changes
|
|
420
|
+
|
|
421
|
+
- ​<!-- 31 -->[Autocomplete] Add docs interface for the hook (#36242) @HeVictor
|
|
422
|
+
- ​<!-- 09 -->[MenuUnstyled] Remove extra useMemo (#36265) @ivp-dev
|
|
423
|
+
- ​<!-- 31 -->[base] Export all slot prop overrides interfaces (#36323) @michaldudak
|
|
424
|
+
|
|
425
|
+
### `@mui/codemod@5.11.11`
|
|
426
|
+
|
|
427
|
+
- ​<!-- 35 -->[base] Codemod for hook directory migration (#36295) @hbjORbj
|
|
428
|
+
|
|
429
|
+
### `@mui/joy@5.0.0-alpha.69`
|
|
430
|
+
|
|
431
|
+
- ​<!-- 15 -->[Joy] Able to remove default tokens from theme types (#36006) @siriwatknp
|
|
432
|
+
- ​<!-- 14 -->[Joy] Fix modal dialog overflow viewport (#36103) @siriwatknp
|
|
433
|
+
- ​<!-- 13 -->[Joy] Select popup should have max-height (#36156) @Vivek-Prajapatii
|
|
434
|
+
- ​<!-- 12 -->[Joy] Fix `ListDivider` to change semantic based on `List` (#36266) @siriwatknp
|
|
435
|
+
|
|
436
|
+
### Docs
|
|
437
|
+
|
|
438
|
+
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
439
|
+
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
440
|
+
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
441
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
442
|
+
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
443
|
+
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
444
|
+
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
445
|
+
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
446
|
+
- ​<!-- 19 -->[docs][joy] Build API documentations (#36008) @hbjORbj
|
|
447
|
+
- ​<!-- 18 -->[examples] Update Next.js examples to use built-in font (#36315) @Juneezee
|
|
448
|
+
- ​<!-- 17 -->[examples] Update curl link in `material-next-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
|
|
449
|
+
- ​<!-- 16 -->[examples] Convert Next.js \_document class components to function components (#36109) @ossan-engineer
|
|
450
|
+
|
|
451
|
+
### Core
|
|
452
|
+
|
|
453
|
+
- ​<!-- 08 -->[Rating] Add a comment in Rating component to use `readOnly` state class (#36357) @ZeeshanTamboli
|
|
454
|
+
- ​<!-- 02 -->[website] Fix broken links to role levels (#36333) @oliviertassinari
|
|
455
|
+
- ​<!-- 01 -->[website] Sync gold sponsors (#36312) @oliviertassinari
|
|
456
|
+
|
|
457
|
+
All contributors of this release in alphabetical order: @hbjORbj, @HeVictor, @ivp-dev, @jrparish, @Juneezee, @LukasTy, @MBilalShafi, @michaldudak, @mnajdova, @oliviertassinari, @ossan-engineer, @sai6855, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli
|
|
458
|
+
|
|
459
|
+
## 5.11.10
|
|
460
|
+
|
|
461
|
+
<!-- generated comparing v5.11.9..master -->
|
|
462
|
+
|
|
463
|
+
_Feb 20, 2023_
|
|
464
|
+
|
|
465
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
466
|
+
This release was mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
467
|
+
|
|
468
|
+
### `@mui/material@5.11.10`
|
|
469
|
+
|
|
470
|
+
- ​<!-- 22 -->[Avatar] Fix ownerState usage with styleOverrides when fallback is used (#36228) @sai6855
|
|
471
|
+
- ​<!-- 21 -->[Badge][material] Replace `BadgeUnstyled` with `useBadge` hook (#36158) @hbjORbj
|
|
472
|
+
- ​<!-- 03 -->[Switch] Fix DOM warning when `type` isn't `checkbox` or `radio` (#36170) @dani-mp
|
|
473
|
+
- ​<!-- 02 -->[TextareaAutosize] Convert code to TypeScript (#35862) @sai6855
|
|
474
|
+
- ​<!-- 01 -->[useMediaQuery] Fix behavior of noSsr with React 18 (#36056) @oliviertassinari
|
|
475
|
+
|
|
476
|
+
### `@mui/joy@5.0.0-alpha.68`
|
|
477
|
+
|
|
478
|
+
- ​<!-- 05 -->[Joy] Add `zIndex` to theme (#36236) @siriwatknp
|
|
479
|
+
- ​<!-- 04 -->[Joy] Remove transition from all components (#35952) @hbjORbj
|
|
480
|
+
|
|
481
|
+
### Docs
|
|
482
|
+
|
|
483
|
+
- ​<!-- 20 -->[docs][base] Fix base Input demos for Safari (#36213) @mj12albert
|
|
484
|
+
- ​<!-- 16 -->[docs] Fix 301 links @oliviertassinari
|
|
485
|
+
- ​<!-- 15 -->[docs] Fix modal transition demos (#36137) @oliviertassinari
|
|
486
|
+
- ​<!-- 14 -->[docs] Update links to pt examples (#36237) @Aleff13
|
|
487
|
+
- ​<!-- 13 -->[docs] Update custom Typography variants example (#36185) @mj12albert
|
|
488
|
+
- ​<!-- 12 -->[docs] Change markdown numbering syntax (#36187) @mj12albert
|
|
489
|
+
- ​<!-- 11 -->[docs] Fix switch alignment in `Disabled tree items` section in Tree View docs (#36217) @PunitSoniME
|
|
490
|
+
- ​<!-- 10 -->[docs] Standardize example names (#36112) @samuelsycamore
|
|
491
|
+
- ​<!-- 09 -->[docs] Fix typo @oliviertassinari
|
|
492
|
+
- ​<!-- 08 -->[docs] Fix markdown table alignments (#36136) @oliviertassinari
|
|
493
|
+
- ​<!-- 07 -->[docs] Small color tweaks to the docs search bar (#36160) @danilo-leal
|
|
494
|
+
- ​<!-- 06 -->[docs][joy] Update class name prefixes in the `Anatomy` section (#36210) @ZeeshanTamboli
|
|
495
|
+
|
|
496
|
+
### Core
|
|
497
|
+
|
|
498
|
+
- ​<!-- 19 -->[core] Migrate nprogress to emotion (#36181) @siriwatknp
|
|
499
|
+
- ​<!-- 18 -->[core] Enforce namespace import for ReactDOM (#36208) @mj12albert
|
|
500
|
+
- ​<!-- 17 -->[core] Fix deploy preview links (#36203) @siriwatknp
|
|
501
|
+
|
|
502
|
+
All contributors of this release in alphabetical order: @Aleff13, @dani-mp, @danilo-leal, @hbjORbj, @mj12albert, @oliviertassinari, @PunitSoniME, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
503
|
+
|
|
3
504
|
## 5.11.9
|
|
4
505
|
|
|
5
506
|
<!-- generated comparing v5.11.8..master -->
|
|
@@ -1964,7 +2465,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
1964
2465
|
- ๐งช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
1965
2466
|
- ๐ Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
1966
2467
|
- ๐ Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
1967
|
-
- โ ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/
|
|
2468
|
+
- โ ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
|
|
1968
2469
|
- many other ๐ bug fixes and ๐ documentation improvements
|
|
1969
2470
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
1970
2471
|
|
|
@@ -1990,7 +2491,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
1990
2491
|
|
|
1991
2492
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
1992
2493
|
|
|
1993
|
-
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/
|
|
2494
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
1994
2495
|
|
|
1995
2496
|
**Changes**
|
|
1996
2497
|
|
|
@@ -3514,7 +4015,7 @@ _Feb 1, 2022_
|
|
|
3514
4015
|
|
|
3515
4016
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights โจ:
|
|
3516
4017
|
|
|
3517
|
-
- ๐ @goncalovf added an example project using [
|
|
4018
|
+
- ๐ @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) (#28241)
|
|
3518
4019
|
- Number of ๐ bug fixes and ๐ documentation improvements.
|
|
3519
4020
|
|
|
3520
4021
|
### `@mui/material@5.4.0`
|
|
@@ -4967,7 +5468,7 @@ _Sep 1, 2021_
|
|
|
4967
5468
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
4968
5469
|
|
|
4969
5470
|
- ๐ Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
4970
|
-
- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/
|
|
5471
|
+
- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
|
|
4971
5472
|
- ๐งช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
|
|
4972
5473
|
|
|
4973
5474
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -4999,7 +5500,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4999
5500
|
|
|
5000
5501
|
> **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
5001
5502
|
|
|
5002
|
-
We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/
|
|
5503
|
+
We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) for smooth migration.
|
|
5003
5504
|
|
|
5004
5505
|
#### Changes
|
|
5005
5506
|
|
|
@@ -6134,7 +6635,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6134
6635
|
|
|
6135
6636
|
- ๐ฉโ๐ค We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
6136
6637
|
- ๐ฆ Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
|
|
6137
|
-
- โ๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/
|
|
6638
|
+
- โ๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
|
|
6138
6639
|
- And many more ๐ bug fixes and ๐ improvements.
|
|
6139
6640
|
|
|
6140
6641
|
### `@material-ui/core@5.0.0-alpha.35`
|
|
@@ -8402,7 +8903,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8402
8903
|
|
|
8403
8904
|
- [Box] Remove deprecated props (#23716) @mnajdova
|
|
8404
8905
|
All props are now available under the `sx` prop. A deprecation will be landing in v4.
|
|
8405
|
-
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/
|
|
8906
|
+
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#box-sx-prop).
|
|
8406
8907
|
|
|
8407
8908
|
```diff
|
|
8408
8909
|
-<Box p={2} bgcolor="primary.main">
|
|
@@ -8757,7 +9258,7 @@ _Nov 4, 2020_
|
|
|
8757
9258
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights โจ:
|
|
8758
9259
|
|
|
8759
9260
|
- โ๏ธ Add support for React 17 (#23311) @eps1lon.
|
|
8760
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
9261
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
8761
9262
|
- ๐ Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
8762
9263
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
8763
9264
|
|
|
@@ -9766,7 +10267,7 @@ Here are some highlights โจ:
|
|
|
9766
10267
|
#### Breaking changes
|
|
9767
10268
|
|
|
9768
10269
|
- [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
|
|
9769
|
-
Depending on your use case either use a [callback ref](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
|
|
10270
|
+
Depending on your use case either use a [callback ref](https://legacy.reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
|
|
9770
10271
|
|
|
9771
10272
|
#### Changes
|
|
9772
10273
|
|
|
@@ -10229,7 +10730,7 @@ Here are some highlights โจ:
|
|
|
10229
10730
|
|
|
10230
10731
|
- [RootRef] Remove component (#21974) @eps1lon
|
|
10231
10732
|
This component was removed. You can get a reference to the underlying DOM node of our components via `ref` prop.
|
|
10232
|
-
The component relied on [`ReactDOM.findDOMNode`](https://reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
|
|
10733
|
+
The component relied on [`ReactDOM.findDOMNode`](https://legacy.reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://legacy.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
|
|
10233
10734
|
|
|
10234
10735
|
```diff
|
|
10235
10736
|
-<RootRef rootRef={ref}>
|
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.11.
|
|
3
|
+
"version": "5.11.16",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for emotion.",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.
|
|
29
|
+
"@babel/runtime": "^7.21.0",
|
|
30
30
|
"@emotion/cache": "^11.10.5",
|
|
31
|
-
"csstype": "^3.1.
|
|
31
|
+
"csstype": "^3.1.2",
|
|
32
32
|
"prop-types": "^15.8.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|