@mui/styled-engine-sc 5.8.0 → 5.10.1
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 +865 -20
- package/index.d.ts +9 -0
- package/index.js +13 -2
- package/legacy/index.js +13 -2
- package/modern/index.js +13 -2
- package/node/index.js +17 -2
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,850 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.10.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.10.0..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 15, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible. This release was mostly around 🐛 bug fixes and 📚 documentation improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.10.1`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 04 -->[TableCell] Enable variant overrides via TypeScript module augmentation (#33856) @arjunvijayanathakurup
|
|
14
|
+
|
|
15
|
+
### `@mui/system@5.10.1`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 05 -->[system] Fix `ContainerProps` export (#33923) @bugzpodder
|
|
18
|
+
|
|
19
|
+
### `@mui/base@5.0.0-alpha.93`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
|
|
22
|
+
- ​<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
|
|
23
|
+
- ​<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
|
|
24
|
+
|
|
25
|
+
### `@mui/joy@5.0.0-alpha.41`
|
|
26
|
+
|
|
27
|
+
- ​<!-- 07 -->[IconButton][joy] Fix large IconButton scaling (#33885) @cherewaty
|
|
28
|
+
|
|
29
|
+
### Docs
|
|
30
|
+
|
|
31
|
+
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
32
|
+
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
33
|
+
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
34
|
+
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
35
|
+
- ​<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
|
|
36
|
+
- ​<!-- 18 -->[docs] Remove dead NoSsr in the demos (#33910) @oliviertassinari
|
|
37
|
+
- ​<!-- 17 -->[docs] Fix the reopening menu problem in MenuUnstyled demo (#33890) @michaldudak
|
|
38
|
+
- ​<!-- 24 -->[docs] Fix a few link issues (#33909) @oliviertassinari
|
|
39
|
+
- ​<!-- 16 -->[docs] Explain the icons package dependencies (#33592) @michaldudak
|
|
40
|
+
- ​<!-- 15 -->[docs] Fix reported SEO issues (#33818) @oliviertassinari
|
|
41
|
+
- ​<!-- 14 -->[docs] Add permanent notifications back (#33843) @oliviertassinari
|
|
42
|
+
- ​<!-- 13 -->[docs] Enforce description for all pages (#33698) @oliviertassinari
|
|
43
|
+
- ​<!-- 12 -->[docs] Clarify difference in startup times between named and default imports (#33109) @cmdcolin
|
|
44
|
+
- ​<!-- 11 -->[docs] Update transform function in the sx prop sizing docs (#33850) @ZeeshanTamboli
|
|
45
|
+
- ​<!-- 10 -->[docs] Adding missing accessibility labels (#33782) @PunitSoniME
|
|
46
|
+
- ​<!-- 09 -->[docs] Fix `/system/getting-started/advanced/` does not exist (#33867) @MonstraG
|
|
47
|
+
- ​<!-- 32 -->[docs] New Crowdin updates (#32213) @l10nbot
|
|
48
|
+
- ​<!-- 08 -->[examples] Fix broken path to favicon.ico (#33906) @mmostafavi
|
|
49
|
+
- ​<!-- 02 -->[website] Add new FAQ to pricing page (#33553) @oliviertassinari
|
|
50
|
+
- ​<!-- 03 -->[website] Miscellaneous improvements to the marketing pages (#33897) @danilo-leal
|
|
51
|
+
|
|
52
|
+
### Core
|
|
53
|
+
|
|
54
|
+
- ​<!-- 29 -->[core] Add the download tracker package (#33899) @michaldudak
|
|
55
|
+
- ​<!-- 28 -->[core] Use proper external build id for Argos uploads (#33929) @cherniavskii
|
|
56
|
+
- ​<!-- 27 -->[core] Enforce 70 as the max width on the title on the docs (#33819) @oliviertassinari
|
|
57
|
+
- ​<!-- 26 -->[core] Clear yarn installation warning (#33776) @michaldudak
|
|
58
|
+
- ​<!-- 25 -->[core] Bump yarn to 1.22.19 (#33656) @michaldudak
|
|
59
|
+
- ​<!-- 24 -->[core] Remove outdated Next.js options (#33845) @oliviertassinari
|
|
60
|
+
- ​<!-- 34 -->[core] Add the download tracker build script (#33941) @michaldudak
|
|
61
|
+
- ​<!-- 01 -->[website] Allow /r/store- redirection pattern @oliviertassinari
|
|
62
|
+
|
|
63
|
+
All contributors of this release in alphabetical order: @arjunvijayanathakurup, @bugzpodder, @cherewaty, @cherniavskii, @cmdcolin, @danilo-leal, @EthanStandel, @hayawata3626, @IsaacInsoll, @l10nbot, @michaldudak, @mmostafavi, @MonstraG, @oliviertassinari, @PunitSoniME, @samuelsycamore, @TKrishnasamy, @ZeeshanTamboli
|
|
64
|
+
|
|
65
|
+
## 5.10.0
|
|
66
|
+
|
|
67
|
+
<!-- generated comparing v5.9.3..master -->
|
|
68
|
+
|
|
69
|
+
_Aug 8, 2022_
|
|
70
|
+
|
|
71
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
72
|
+
|
|
73
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
74
|
+
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
75
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
76
|
+
|
|
77
|
+
### `@mui/material@5.10.0`
|
|
78
|
+
|
|
79
|
+
- [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME
|
|
80
|
+
- [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli
|
|
81
|
+
- [Skeleton] Add `rounded` variant (#33687) @siriwatknp
|
|
82
|
+
- [Stepper] Fix classes for icon container (#33734) @pratikkarad
|
|
83
|
+
- [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz
|
|
84
|
+
- [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm
|
|
85
|
+
- [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685
|
|
86
|
+
|
|
87
|
+
### `@mui/system@5.10.0`
|
|
88
|
+
|
|
89
|
+
- Fix unnecessary styles created from `sx` (#33752) @siriwatknp
|
|
90
|
+
- Fix duplicated styles in Box (#33774) @iamxukai
|
|
91
|
+
- Don't spread props to DOM for string tags (#33761) @siriwatknp
|
|
92
|
+
- Add `Stack` component (#33760) @mnajdova
|
|
93
|
+
|
|
94
|
+
### `@mui/joy@5.0.0-alpha.40`
|
|
95
|
+
|
|
96
|
+
- [Stack] Add new component (#33800) @mnajdova
|
|
97
|
+
- [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj
|
|
98
|
+
- [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj
|
|
99
|
+
- Miscellaneous fixes (#33796, #33750) @siriwatknp
|
|
100
|
+
|
|
101
|
+
### Docs
|
|
102
|
+
|
|
103
|
+
- [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore
|
|
104
|
+
- [docs] Test new image best practice @oliviertassinari
|
|
105
|
+
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
106
|
+
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
107
|
+
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
108
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
109
|
+
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
110
|
+
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
111
|
+
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
112
|
+
- [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618
|
|
113
|
+
|
|
114
|
+
### Core
|
|
115
|
+
|
|
116
|
+
- [blog] Add social card to Tenerife retreat post (#33764)
|
|
117
|
+
- [blog] Fix blue outline bug (#33707) @oliviertassinari
|
|
118
|
+
- [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore
|
|
119
|
+
- [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii
|
|
120
|
+
- [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari
|
|
121
|
+
- [core] Update Playwright packages together (#33737) @michaldudak
|
|
122
|
+
- [website] Fix notifications not being marked as read in production (#33756) @cherniavskii
|
|
123
|
+
|
|
124
|
+
All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
|
|
125
|
+
|
|
126
|
+
## 5.9.3
|
|
127
|
+
|
|
128
|
+
<!-- generated comparing v5.9.2..master -->
|
|
129
|
+
|
|
130
|
+
_Aug 1, 2022_
|
|
131
|
+
|
|
132
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
133
|
+
|
|
134
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
|
|
135
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
136
|
+
|
|
137
|
+
### `@mui/material@5.9.3`
|
|
138
|
+
|
|
139
|
+
- [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
|
|
140
|
+
- [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
|
|
141
|
+
- [Input] Add the readOnly state class (#33654) @michaldudak
|
|
142
|
+
- [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
|
|
143
|
+
|
|
144
|
+
### `@mui/system@5.9.3`
|
|
145
|
+
|
|
146
|
+
- [system] Make @emotion/\* fully supported in the System (#33205) @garronej
|
|
147
|
+
|
|
148
|
+
### `@mui/codemod@5.9.3`
|
|
149
|
+
|
|
150
|
+
- [codemod] Fix theme-spacing performance (#33691) @siriwatknp
|
|
151
|
+
- [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
|
|
152
|
+
|
|
153
|
+
### `@mui/styled-engine-sc@5.9.3`
|
|
154
|
+
|
|
155
|
+
- [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
|
|
156
|
+
|
|
157
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
158
|
+
|
|
159
|
+
- [Joy] Add Tabs components (#33664) @siriwatknp
|
|
160
|
+
- [Joy] Miscellaneous fixes (#33685) @siriwatknp
|
|
161
|
+
- [Joy] Update read.me content (#33643) @danilo-leal
|
|
162
|
+
|
|
163
|
+
### Docs
|
|
164
|
+
|
|
165
|
+
- [blog] Add blog post about company retreat in Tenerife 🏝 (#33566) @samuelsycamore
|
|
166
|
+
- [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
|
|
167
|
+
- [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
|
|
168
|
+
- [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
|
|
169
|
+
- [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
|
|
170
|
+
- [docs] Update module reference for `usePagination` (#33675) @fullstackzach
|
|
171
|
+
- [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
|
|
172
|
+
- [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
|
|
173
|
+
- [website] Remove legacy redirect @oliviertassinari
|
|
174
|
+
- [website] Add new legal pages (#33650) @oliviertassinari
|
|
175
|
+
- [website] Clarify when a license in development is required (#33668) @oliviertassinari
|
|
176
|
+
- [website] Update links to rows pages (#33739) @cherniavskii
|
|
177
|
+
- [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
|
|
178
|
+
|
|
179
|
+
### Core
|
|
180
|
+
|
|
181
|
+
- [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
|
|
182
|
+
- [core] Remove accidentally added files (#33636) @michaldudak
|
|
183
|
+
- [core] Update packages with security issues (#33679) @michaldudak
|
|
184
|
+
- [core] Add React 17 nightly build (#33594) @mnajdova
|
|
185
|
+
- [core] Update lerna to 5.2.0 (#33635) @michaldudak
|
|
186
|
+
- [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
|
|
187
|
+
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
188
|
+
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
189
|
+
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
190
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
191
|
+
|
|
192
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
193
|
+
|
|
194
|
+
## 5.9.2
|
|
195
|
+
|
|
196
|
+
<!-- generated comparing v5.9.1..master -->
|
|
197
|
+
|
|
198
|
+
_Jul 25, 2022_
|
|
199
|
+
|
|
200
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
201
|
+
|
|
202
|
+
- 🧪 Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
|
|
203
|
+
- 🧪 Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
|
|
204
|
+
- Many other 🐛 bug fixes and 📚 documentation improvements
|
|
205
|
+
|
|
206
|
+
### `@mui/material@5.9.2`
|
|
207
|
+
|
|
208
|
+
- ​<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
|
|
209
|
+
- ​<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
|
|
210
|
+
- ​<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
|
|
211
|
+
- ​<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
|
|
212
|
+
- ​<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
|
|
213
|
+
- ​<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
|
|
214
|
+
- ​<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
|
|
215
|
+
- ​<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
|
|
216
|
+
- ​<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
|
|
217
|
+
- ​<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
|
|
218
|
+
|
|
219
|
+
### `@mui/base@5.0.0-alpha.91`
|
|
220
|
+
|
|
221
|
+
- ​<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
|
|
222
|
+
- ​<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
|
|
223
|
+
|
|
224
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
225
|
+
|
|
226
|
+
- ​<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
|
|
227
|
+
- ​<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
|
|
228
|
+
- ​<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
|
|
229
|
+
|
|
230
|
+
### Docs
|
|
231
|
+
|
|
232
|
+
- ​<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
|
|
233
|
+
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
234
|
+
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
235
|
+
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
236
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
237
|
+
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
238
|
+
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
239
|
+
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
240
|
+
- ​<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
|
|
241
|
+
- ​<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
|
|
242
|
+
- ​<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
|
|
243
|
+
- ​<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
|
|
244
|
+
- ​<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
|
|
245
|
+
- ​<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
|
|
246
|
+
- ​<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
|
|
247
|
+
|
|
248
|
+
### Core
|
|
249
|
+
|
|
250
|
+
- ​<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
|
|
251
|
+
- ​<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
|
|
252
|
+
- ​<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
|
|
253
|
+
|
|
254
|
+
All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
255
|
+
|
|
256
|
+
## 5.9.1
|
|
257
|
+
|
|
258
|
+
<!-- generated comparing v5.9.0..master -->
|
|
259
|
+
|
|
260
|
+
_Jul 18, 2022_
|
|
261
|
+
|
|
262
|
+
A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
|
|
263
|
+
|
|
264
|
+
### `@mui/material@5.9.1`
|
|
265
|
+
|
|
266
|
+
- ​<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
|
|
267
|
+
- ​<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
|
|
268
|
+
- ​<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
|
|
269
|
+
- ​<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
|
|
270
|
+
|
|
271
|
+
### `@mui/system@5.9.1`
|
|
272
|
+
|
|
273
|
+
- ​<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
|
|
274
|
+
- ​<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
|
|
275
|
+
|
|
276
|
+
### `@mui/base@5.0.0-alpha.90`
|
|
277
|
+
|
|
278
|
+
- ​<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
|
|
279
|
+
- ​<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
|
|
280
|
+
- ​<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
|
|
281
|
+
|
|
282
|
+
### `@mui/lab@5.0.0-alpha.91`
|
|
283
|
+
|
|
284
|
+
- ​<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
|
|
285
|
+
|
|
286
|
+
### Docs
|
|
287
|
+
|
|
288
|
+
- ​<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
|
|
289
|
+
- ​<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
|
|
290
|
+
- ​<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
|
|
291
|
+
- ​<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
|
|
292
|
+
- ​<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
|
|
293
|
+
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
294
|
+
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
295
|
+
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
296
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
297
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
298
|
+
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
299
|
+
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
300
|
+
|
|
301
|
+
### Core
|
|
302
|
+
|
|
303
|
+
- ​<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
|
|
304
|
+
- ​<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
|
|
305
|
+
|
|
306
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
|
|
307
|
+
|
|
308
|
+
## 5.9.0
|
|
309
|
+
|
|
310
|
+
<!-- generated comparing v5.8.7..master -->
|
|
311
|
+
|
|
312
|
+
_Jul 12, 2022_
|
|
313
|
+
|
|
314
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
315
|
+
|
|
316
|
+
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
317
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
318
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
319
|
+
- ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
|
|
320
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
321
|
+
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
322
|
+
|
|
323
|
+
### `@mui/material@5.9.0`
|
|
324
|
+
|
|
325
|
+
- [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
|
|
326
|
+
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
327
|
+
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
328
|
+
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
329
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
330
|
+
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
331
|
+
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
332
|
+
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
333
|
+
|
|
334
|
+
### `@mui/system@5.9.0`
|
|
335
|
+
|
|
336
|
+
- [System] Add offset feature to Grid (#33415) @siriwatknp
|
|
337
|
+
- [system] Add new `Grid` implementation (#32746) @siriwatknp
|
|
338
|
+
|
|
339
|
+
### `@mui/lab@5.0.0-alpha.90`
|
|
340
|
+
|
|
341
|
+
**⚠️ Breaking changes**
|
|
342
|
+
|
|
343
|
+
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
344
|
+
|
|
345
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
|
|
346
|
+
|
|
347
|
+
**Changes**
|
|
348
|
+
|
|
349
|
+
- [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
|
|
350
|
+
|
|
351
|
+
### `@mui/base@5.0.0-alpha.89`
|
|
352
|
+
|
|
353
|
+
- [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
|
|
354
|
+
- [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
|
|
355
|
+
- [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
|
|
356
|
+
- [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
|
|
357
|
+
|
|
358
|
+
### `@mui/joy@5.0.0-alpha.36`
|
|
359
|
+
|
|
360
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
361
|
+
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
362
|
+
|
|
363
|
+
### Docs
|
|
364
|
+
|
|
365
|
+
- [docs] Correcting small grammatical error (#33393) @robyyo
|
|
366
|
+
- [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
|
|
367
|
+
- [docs] Fix e2e tests (#33477) @siriwatknp
|
|
368
|
+
- [docs] Fix dead links (#33462) @oliviertassinari
|
|
369
|
+
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
370
|
+
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
371
|
+
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
372
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
373
|
+
- [docs] Update to React 18 (#33196) @mnajdova
|
|
374
|
+
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
375
|
+
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
376
|
+
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
377
|
+
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
378
|
+
- [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
379
|
+
- [examples] Add MUI base example (#33154) @siriwatknp
|
|
380
|
+
|
|
381
|
+
### Core
|
|
382
|
+
|
|
383
|
+
- [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
|
|
384
|
+
- [core] Remove old babel resolve rule (#33432) @oliviertassinari
|
|
385
|
+
- [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
|
|
386
|
+
- [website] Link EULA in the license quantity section (#33292) @oliviertassinari
|
|
387
|
+
|
|
388
|
+
All contributors of this release in alphabetical order: @baharalidurrani, @cherniavskii, @danilo-leal, @davidgarciab, @flaviendelangle, @hbjORbj, @ivan-ngchakming, @Janpot, @jgbae, @joebingham-wk, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @omeraplak, @robyyo, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
389
|
+
|
|
390
|
+
## 5.8.7
|
|
391
|
+
|
|
392
|
+
<!-- generated comparing v5.8.6..master -->
|
|
393
|
+
|
|
394
|
+
_Jul 4, 2022_
|
|
395
|
+
|
|
396
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
397
|
+
|
|
398
|
+
- 🐛 Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
399
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
400
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
401
|
+
|
|
402
|
+
### `@mui/material@5.8.7`
|
|
403
|
+
|
|
404
|
+
- [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
|
|
405
|
+
- [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
|
|
406
|
+
- [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
|
|
407
|
+
- [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
|
|
408
|
+
|
|
409
|
+
### `@mui/styled-engine@5.8.7`
|
|
410
|
+
|
|
411
|
+
- [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
|
|
412
|
+
|
|
413
|
+
### `@mui/system@5.8.7`
|
|
414
|
+
|
|
415
|
+
- [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
|
|
416
|
+
- [system] Export required types (#33324) @michaldudak
|
|
417
|
+
|
|
418
|
+
### `@mui/joy@5.0.0-alpha.35`
|
|
419
|
+
|
|
420
|
+
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
421
|
+
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
422
|
+
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
423
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
424
|
+
|
|
425
|
+
### `@mui/base@5.0.0-alpha.88`
|
|
426
|
+
|
|
427
|
+
- [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
|
|
428
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
429
|
+
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
430
|
+
|
|
431
|
+
### Docs
|
|
432
|
+
|
|
433
|
+
- [docs] Fix Link typings in the react-router example (#32308) @aaarichter
|
|
434
|
+
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
435
|
+
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
436
|
+
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
437
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
438
|
+
|
|
439
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
440
|
+
|
|
441
|
+
## 5.8.6
|
|
442
|
+
|
|
443
|
+
<!-- generated comparing v5.8.5..master -->
|
|
444
|
+
|
|
445
|
+
_Jun 27, 2022_
|
|
446
|
+
|
|
447
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
448
|
+
|
|
449
|
+
- ⚒️ Fixed React 18 issues in few components
|
|
450
|
+
- 🚀 Improved the TypeScript augmentation when using CSS variables with `@mui/material`
|
|
451
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
452
|
+
|
|
453
|
+
### `@mui/material@5.8.6`
|
|
454
|
+
|
|
455
|
+
- ​<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
|
|
456
|
+
- ​<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
|
|
457
|
+
|
|
458
|
+
Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
|
|
459
|
+
|
|
460
|
+
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
461
|
+
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
462
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
463
|
+
|
|
464
|
+
### `@mui/system@5.8.6`
|
|
465
|
+
|
|
466
|
+
- ​<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
|
|
467
|
+
|
|
468
|
+
### `@mui/utils@5.8.6`
|
|
469
|
+
|
|
470
|
+
- ​<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
|
|
471
|
+
|
|
472
|
+
### `@mui/base@5.0.0-alpha.87`
|
|
473
|
+
|
|
474
|
+
- ​<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
|
|
475
|
+
- ​<!-- 24 -->[base] Improve some types (#33270) @mnajdova
|
|
476
|
+
- ​<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
|
|
477
|
+
- ​<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
|
|
478
|
+
- ​<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
|
|
479
|
+
- ​<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
|
|
480
|
+
- ​<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
|
|
481
|
+
|
|
482
|
+
### `@mui/joy@5.0.0-alpha.34`
|
|
483
|
+
|
|
484
|
+
- ​<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
|
|
485
|
+
|
|
486
|
+
### Docs
|
|
487
|
+
|
|
488
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
489
|
+
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
490
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
491
|
+
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
492
|
+
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
493
|
+
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
494
|
+
- ​<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
|
|
495
|
+
- ​<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
|
|
496
|
+
|
|
497
|
+
### Core
|
|
498
|
+
|
|
499
|
+
- ​<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
|
|
500
|
+
- ​<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
|
|
501
|
+
- ​<!-- 02 -->[website] List new core role @oliviertassinari
|
|
502
|
+
- ​<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
|
|
503
|
+
|
|
504
|
+
All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
|
|
505
|
+
|
|
506
|
+
## 5.8.5
|
|
507
|
+
|
|
508
|
+
<!-- generated comparing v5.8.4..master -->
|
|
509
|
+
|
|
510
|
+
_Jun 20, 2022_
|
|
511
|
+
|
|
512
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
513
|
+
|
|
514
|
+
- 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
|
|
515
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
516
|
+
|
|
517
|
+
### `@mui/material@5.8.5`
|
|
518
|
+
|
|
519
|
+
- ​<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
|
|
520
|
+
- ​<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
|
|
521
|
+
- ​<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
|
|
522
|
+
- ​<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
|
|
523
|
+
|
|
524
|
+
### `@mui/codemod@5.8.5`
|
|
525
|
+
|
|
526
|
+
- ​<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
|
|
527
|
+
|
|
528
|
+
### `@mui/lab@5.0.0-alpha.87`
|
|
529
|
+
|
|
530
|
+
- ​<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
|
|
531
|
+
|
|
532
|
+
### `@mui/base@5.0.0-alpha.86`
|
|
533
|
+
|
|
534
|
+
- ​<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
|
|
535
|
+
- ​<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
|
|
536
|
+
- ​<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
|
|
537
|
+
- ​<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
|
|
538
|
+
- ​<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
|
|
539
|
+
- ​<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
|
|
540
|
+
|
|
541
|
+
### `@mui/joy@5.0.0-alpha.33`
|
|
542
|
+
|
|
543
|
+
- ​<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
|
|
544
|
+
- ​<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
|
|
545
|
+
- ​<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
|
|
546
|
+
|
|
547
|
+
### Docs
|
|
548
|
+
|
|
549
|
+
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
550
|
+
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
551
|
+
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
552
|
+
- ​<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
|
|
553
|
+
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
554
|
+
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
555
|
+
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
556
|
+
- ​<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
|
|
557
|
+
- ​<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
|
|
558
|
+
- ​<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
|
|
559
|
+
- ​<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
|
|
560
|
+
|
|
561
|
+
### Core
|
|
562
|
+
|
|
563
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
564
|
+
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
565
|
+
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
566
|
+
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
567
|
+
- ​<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
|
|
568
|
+
|
|
569
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
|
|
570
|
+
|
|
571
|
+
## 5.8.4
|
|
572
|
+
|
|
573
|
+
<!-- generated comparing v5.8.3..master -->
|
|
574
|
+
|
|
575
|
+
_Jun 14, 2022_
|
|
576
|
+
|
|
577
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
578
|
+
|
|
579
|
+
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
580
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
581
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
582
|
+
|
|
583
|
+
### `@mui/material@5.8.4`
|
|
584
|
+
|
|
585
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
586
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
587
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
588
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
589
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
590
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
591
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
592
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
593
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
594
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
595
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
596
|
+
|
|
597
|
+
### `@mui/system@5.8.4`
|
|
598
|
+
|
|
599
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
600
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
601
|
+
|
|
602
|
+
### `@mui/codemod@5.8.4`
|
|
603
|
+
|
|
604
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
605
|
+
|
|
606
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
607
|
+
|
|
608
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
609
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
610
|
+
|
|
611
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
612
|
+
|
|
613
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
614
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
615
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
616
|
+
|
|
617
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
618
|
+
|
|
619
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
620
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
621
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
622
|
+
|
|
623
|
+
### Docs
|
|
624
|
+
|
|
625
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
626
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
627
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
628
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
629
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
630
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
631
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
632
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
633
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
634
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
635
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
636
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
637
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
638
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
639
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
640
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
641
|
+
|
|
642
|
+
### Core
|
|
643
|
+
|
|
644
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
645
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
646
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
647
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
648
|
+
|
|
649
|
+
All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
|
|
650
|
+
|
|
651
|
+
## 5.8.3
|
|
652
|
+
|
|
653
|
+
<!-- generated comparing v5.8.2..master -->
|
|
654
|
+
|
|
655
|
+
_Jun 7, 2022_
|
|
656
|
+
|
|
657
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
658
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
659
|
+
|
|
660
|
+
### `@mui/material@5.8.3`
|
|
661
|
+
|
|
662
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
663
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
664
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
665
|
+
|
|
666
|
+
### `@mui/system@5.8.3`
|
|
667
|
+
|
|
668
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
669
|
+
|
|
670
|
+
### `@mui/codemod@5.8.3`
|
|
671
|
+
|
|
672
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
673
|
+
|
|
674
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
675
|
+
|
|
676
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
677
|
+
|
|
678
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
679
|
+
|
|
680
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
681
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
682
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
683
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
684
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
685
|
+
|
|
686
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
687
|
+
|
|
688
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
689
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
690
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
691
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
692
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
693
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
694
|
+
|
|
695
|
+
### Docs
|
|
696
|
+
|
|
697
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
698
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
699
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
700
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
701
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
702
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
703
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
704
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
705
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
706
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
707
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
708
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
709
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
710
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
711
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
712
|
+
|
|
713
|
+
### Core
|
|
714
|
+
|
|
715
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
716
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
717
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
718
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
719
|
+
- Add security link to README for Tidelift @mbrookes
|
|
720
|
+
|
|
721
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
722
|
+
|
|
723
|
+
## 5.8.2
|
|
724
|
+
|
|
725
|
+
<!-- generated comparing v5.8.1..master -->
|
|
726
|
+
|
|
727
|
+
_May 30, 2022_
|
|
728
|
+
|
|
729
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
730
|
+
|
|
731
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
732
|
+
|
|
733
|
+
### `@mui/system@5.8.2`
|
|
734
|
+
|
|
735
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
736
|
+
|
|
737
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
738
|
+
|
|
739
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
740
|
+
|
|
741
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
742
|
+
|
|
743
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
744
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
745
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
746
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
747
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
748
|
+
|
|
749
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
750
|
+
|
|
751
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
752
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
753
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
754
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
755
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
756
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
757
|
+
|
|
758
|
+
### Docs
|
|
759
|
+
|
|
760
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
761
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
762
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
763
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
764
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
765
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
766
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
767
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
768
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
769
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
770
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
771
|
+
|
|
772
|
+
### Core
|
|
773
|
+
|
|
774
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
775
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
776
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
777
|
+
|
|
778
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
779
|
+
|
|
780
|
+
## 5.8.1
|
|
781
|
+
|
|
782
|
+
<!-- generated comparing v5.8.0..master -->
|
|
783
|
+
|
|
784
|
+
_May 23, 2022_
|
|
785
|
+
|
|
786
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
787
|
+
|
|
788
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
789
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
790
|
+
|
|
791
|
+
### `@mui/material@5.8.1`
|
|
792
|
+
|
|
793
|
+
- ​<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
|
|
794
|
+
- ​<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
|
|
795
|
+
- ​<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
|
|
796
|
+
- ​<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
|
|
797
|
+
- ​<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
|
|
798
|
+
- ​<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
|
|
799
|
+
- ​<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
|
|
800
|
+
- ​<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
|
|
801
|
+
|
|
802
|
+
### `@mui/system@5.8.1`
|
|
803
|
+
|
|
804
|
+
- ​<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
|
|
805
|
+
- ​<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
|
|
806
|
+
- ​<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
|
|
807
|
+
- ​<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
|
|
808
|
+
|
|
809
|
+
### `@mui/lab@5.0.0-alpha.83`
|
|
810
|
+
|
|
811
|
+
- ​<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
|
|
812
|
+
- ​<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
|
|
813
|
+
|
|
814
|
+
### `@mui/base@5.0.0-alpha.82`
|
|
815
|
+
|
|
816
|
+
- ​<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
|
|
817
|
+
|
|
818
|
+
### `@mui/joy@5.0.0-alpha.29`
|
|
819
|
+
|
|
820
|
+
- ​<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
|
|
821
|
+
- ​<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
|
|
822
|
+
- ​<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
|
|
823
|
+
- ​<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
|
|
824
|
+
|
|
825
|
+
### Docs
|
|
826
|
+
|
|
827
|
+
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
828
|
+
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
829
|
+
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
830
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
831
|
+
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
832
|
+
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
833
|
+
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
834
|
+
- ​<!-- 24 -->[docs] Fix typo in notifications @mbrookes
|
|
835
|
+
- ​<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
|
|
836
|
+
- ​<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
|
|
837
|
+
- ​<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
|
|
838
|
+
- ​<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
|
|
839
|
+
- ​<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
|
|
840
|
+
|
|
841
|
+
### Core
|
|
842
|
+
|
|
843
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
844
|
+
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
845
|
+
|
|
846
|
+
All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
|
|
847
|
+
|
|
3
848
|
## 5.8.0
|
|
4
849
|
|
|
5
850
|
<!-- generated comparing v5.7.0..master -->
|
|
@@ -824,7 +1669,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
824
1669
|
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
825
1670
|
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
826
1671
|
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
827
|
-
- ​<!-- 04 -->[
|
|
1672
|
+
- ​<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
828
1673
|
|
|
829
1674
|
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
|
|
830
1675
|
|
|
@@ -889,7 +1734,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
889
1734
|
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
890
1735
|
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
891
1736
|
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
892
|
-
- [
|
|
1737
|
+
- [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
893
1738
|
|
|
894
1739
|
### `@mui/system@5.4.2`
|
|
895
1740
|
|
|
@@ -923,7 +1768,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
923
1768
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
924
1769
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
925
1770
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
926
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1771
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
927
1772
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
928
1773
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
929
1774
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -938,7 +1783,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
938
1783
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
939
1784
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
940
1785
|
|
|
941
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1786
|
+
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
942
1787
|
|
|
943
1788
|
## 5.4.1
|
|
944
1789
|
|
|
@@ -1472,7 +2317,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1472
2317
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
1473
2318
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
1474
2319
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
1475
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in
|
|
2320
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
1476
2321
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
1477
2322
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
1478
2323
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -1553,7 +2398,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1553
2398
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
1554
2399
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
1555
2400
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
1556
|
-
- ​<!-- 18 -->[docs] Improve wording in
|
|
2401
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
1557
2402
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
1558
2403
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
1559
2404
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -1566,7 +2411,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1566
2411
|
### Core
|
|
1567
2412
|
|
|
1568
2413
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
1569
|
-
- ​<!-- 28 -->[core] Transition to a new
|
|
2414
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
1570
2415
|
|
|
1571
2416
|
All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
|
|
1572
2417
|
|
|
@@ -1648,14 +2493,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1648
2493
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1649
2494
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1650
2495
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1651
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
2496
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1652
2497
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1653
2498
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1654
2499
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1655
2500
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1656
2501
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1657
2502
|
|
|
1658
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
2503
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1659
2504
|
|
|
1660
2505
|
## 5.2.0
|
|
1661
2506
|
|
|
@@ -1803,7 +2648,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1803
2648
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
1804
2649
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
1805
2650
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
1806
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2651
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
1807
2652
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
1808
2653
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
1809
2654
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -2473,7 +3318,7 @@ _Sep 1, 2021_
|
|
|
2473
3318
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2474
3319
|
|
|
2475
3320
|
- 🎉 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).
|
|
2476
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/
|
|
3321
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
|
|
2477
3322
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
2478
3323
|
|
|
2479
3324
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -3878,7 +4723,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3878
4723
|
/>
|
|
3879
4724
|
```
|
|
3880
4725
|
|
|
3881
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4726
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3882
4727
|
|
|
3883
4728
|
#### Changes
|
|
3884
4729
|
|
|
@@ -4327,8 +5172,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4327
5172
|
- ​<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
|
|
4328
5173
|
|
|
4329
5174
|
```diff
|
|
4330
|
-
-<LoadingButton pending pendingIndicator="Pending
|
|
4331
|
-
+<LoadingButton loading loadingIndicator="Pending
|
|
5175
|
+
-<LoadingButton pending pendingIndicator="Pending…" pendingPosition="end" />
|
|
5176
|
+
+<LoadingButton loading loadingIndicator="Pending…" loadingPosition="end" />
|
|
4332
5177
|
```
|
|
4333
5178
|
|
|
4334
5179
|
- ​<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
|
|
@@ -5252,7 +6097,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
5252
6097
|
#### Breaking changes
|
|
5253
6098
|
|
|
5254
6099
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
5255
|
-
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this
|
|
6100
|
+
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
|
|
5256
6101
|
|
|
5257
6102
|
```diff
|
|
5258
6103
|
-import { Omit } from '@material-ui/types';
|
|
@@ -5858,7 +6703,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5858
6703
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
5859
6704
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
5860
6705
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
5861
|
-
- [docs] Fix source on
|
|
6706
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
5862
6707
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
5863
6708
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
5864
6709
|
- [docs] Improve system properties page (#23961) @mnajdova
|
|
@@ -6158,7 +7003,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
6158
7003
|
|
|
6159
7004
|
While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
6160
7005
|
|
|
6161
|
-
- 📚 Revamp the documentation for [the system](https://mui.com/system/
|
|
7006
|
+
- 📚 Revamp the documentation for [the system](https://mui.com/system/getting-started/overview/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
6162
7007
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
6163
7008
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
6164
7009
|
|
|
@@ -6560,7 +7405,7 @@ Here are some highlights ✨:
|
|
|
6560
7405
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
6561
7406
|
|
|
6562
7407
|
- 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
|
|
6563
|
-
This was a prerequisite step to improve the [system](https://mui.com/system/
|
|
7408
|
+
This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/overview/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
|
|
6564
7409
|
- ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
|
|
6565
7410
|
- 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
|
|
6566
7411
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -6901,7 +7746,7 @@ Here are some highlights ✨:
|
|
|
6901
7746
|
|
|
6902
7747
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
6903
7748
|
|
|
6904
|
-
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/
|
|
7749
|
+
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/overview/)).
|
|
6905
7750
|
|
|
6906
7751
|
This change has been in our roadmap for more than a year.
|
|
6907
7752
|
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
@@ -8154,7 +8999,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
8154
8999
|
/>
|
|
8155
9000
|
```
|
|
8156
9001
|
|
|
8157
|
-
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/
|
|
9002
|
+
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
|
|
8158
9003
|
|
|
8159
9004
|
```diff
|
|
8160
9005
|
-import Typography from '@material-ui/core/Typography';
|
package/index.d.ts
CHANGED
|
@@ -21,6 +21,15 @@ export { default as StyledEngineProvider } from './StyledEngineProvider';
|
|
|
21
21
|
export { default as GlobalStyles } from './GlobalStyles';
|
|
22
22
|
export * from './GlobalStyles';
|
|
23
23
|
|
|
24
|
+
/**
|
|
25
|
+
* For internal usage in `@mui/system` package
|
|
26
|
+
*/
|
|
27
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
28
|
+
export function internal_processStyles(
|
|
29
|
+
tag: React.ElementType,
|
|
30
|
+
processor: (styles: any) => any,
|
|
31
|
+
): void;
|
|
32
|
+
|
|
24
33
|
// These are the same as the ones in @mui/styled-engine
|
|
25
34
|
// CSS.PropertiesFallback are necessary so that we support spreading of the mixins. For example:
|
|
26
35
|
// '@font-face'?: Fontface | Fontface[]
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.
|
|
1
|
+
/** @license MUI v5.10.1
|
|
2
2
|
*
|
|
3
3
|
* This source code is licensed under the MIT license found in the
|
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -34,7 +34,18 @@ export default function styled(tag, options) {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
return stylesFactory;
|
|
37
|
-
}
|
|
37
|
+
} // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
38
|
+
|
|
39
|
+
export const internal_processStyles = (tag, processor) => {
|
|
40
|
+
// Styled-components attaches an instance to `componentStyle`.
|
|
41
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L257
|
|
42
|
+
//
|
|
43
|
+
// The instance contains `rules` (the styles)
|
|
44
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/ComponentStyle.ts#L23
|
|
45
|
+
if (tag.componentStyle) {
|
|
46
|
+
tag.componentStyle.rules = processor(tag.componentStyle.rules);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
38
49
|
export { ThemeContext, keyframes, css } from 'styled-components';
|
|
39
50
|
export { default as StyledEngineProvider } from './StyledEngineProvider';
|
|
40
51
|
export { default as GlobalStyles } from './GlobalStyles';
|
package/legacy/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.
|
|
1
|
+
/** @license MUI v5.10.1
|
|
2
2
|
*
|
|
3
3
|
* This source code is licensed under the MIT license found in the
|
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -40,7 +40,18 @@ export default function styled(tag, options) {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
return stylesFactory;
|
|
43
|
-
}
|
|
43
|
+
} // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
44
|
+
|
|
45
|
+
export var internal_processStyles = function internal_processStyles(tag, processor) {
|
|
46
|
+
// Styled-components attaches an instance to `componentStyle`.
|
|
47
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L257
|
|
48
|
+
//
|
|
49
|
+
// The instance contains `rules` (the styles)
|
|
50
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/ComponentStyle.ts#L23
|
|
51
|
+
if (tag.componentStyle) {
|
|
52
|
+
tag.componentStyle.rules = processor(tag.componentStyle.rules);
|
|
53
|
+
}
|
|
54
|
+
};
|
|
44
55
|
export { ThemeContext, keyframes, css } from 'styled-components';
|
|
45
56
|
export { default as StyledEngineProvider } from './StyledEngineProvider';
|
|
46
57
|
export { default as GlobalStyles } from './GlobalStyles';
|
package/modern/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.
|
|
1
|
+
/** @license MUI v5.10.1
|
|
2
2
|
*
|
|
3
3
|
* This source code is licensed under the MIT license found in the
|
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -34,7 +34,18 @@ export default function styled(tag, options) {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
return stylesFactory;
|
|
37
|
-
}
|
|
37
|
+
} // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
38
|
+
|
|
39
|
+
export const internal_processStyles = (tag, processor) => {
|
|
40
|
+
// Styled-components attaches an instance to `componentStyle`.
|
|
41
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L257
|
|
42
|
+
//
|
|
43
|
+
// The instance contains `rules` (the styles)
|
|
44
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/ComponentStyle.ts#L23
|
|
45
|
+
if (tag.componentStyle) {
|
|
46
|
+
tag.componentStyle.rules = processor(tag.componentStyle.rules);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
38
49
|
export { ThemeContext, keyframes, css } from 'styled-components';
|
|
39
50
|
export { default as StyledEngineProvider } from './StyledEngineProvider';
|
|
40
51
|
export { default as GlobalStyles } from './GlobalStyles';
|
package/node/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.
|
|
1
|
+
/** @license MUI v5.10.1
|
|
2
2
|
*
|
|
3
3
|
* This source code is licensed under the MIT license found in the
|
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -35,6 +35,7 @@ Object.defineProperty(exports, "css", {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
exports.default = styled;
|
|
38
|
+
exports.internal_processStyles = void 0;
|
|
38
39
|
Object.defineProperty(exports, "keyframes", {
|
|
39
40
|
enumerable: true,
|
|
40
41
|
get: function () {
|
|
@@ -82,4 +83,18 @@ function styled(tag, options) {
|
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
return stylesFactory;
|
|
85
|
-
}
|
|
86
|
+
} // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
const internal_processStyles = (tag, processor) => {
|
|
90
|
+
// Styled-components attaches an instance to `componentStyle`.
|
|
91
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L257
|
|
92
|
+
//
|
|
93
|
+
// The instance contains `rules` (the styles)
|
|
94
|
+
// https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/ComponentStyle.ts#L23
|
|
95
|
+
if (tag.componentStyle) {
|
|
96
|
+
tag.componentStyle.rules = processor(tag.componentStyle.rules);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
exports.internal_processStyles = internal_processStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine-sc",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.10.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
+
"@babel/runtime": "^7.17.2",
|
|
29
30
|
"prop-types": "^15.8.1"
|
|
30
31
|
},
|
|
31
32
|
"peerDependencies": {
|