@mui/styled-engine-sc 5.7.0 → 5.10.0
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 +875 -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 +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,860 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.10.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.9.3..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 8, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
12
|
+
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
13
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.10.0`
|
|
16
|
+
|
|
17
|
+
- [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME
|
|
18
|
+
- [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli
|
|
19
|
+
- [Skeleton] Add `rounded` variant (#33687) @siriwatknp
|
|
20
|
+
- [Stepper] Fix classes for icon container (#33734) @pratikkarad
|
|
21
|
+
- [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz
|
|
22
|
+
- [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm
|
|
23
|
+
- [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685
|
|
24
|
+
|
|
25
|
+
### `@mui/system@5.10.0`
|
|
26
|
+
|
|
27
|
+
- Fix unnecessary styles created from `sx` (#33752) @siriwatknp
|
|
28
|
+
- Fix duplicated styles in Box (#33774) @iamxukai
|
|
29
|
+
- Don't spread props to DOM for string tags (#33761) @siriwatknp
|
|
30
|
+
- Add `Stack` component (#33760) @mnajdova
|
|
31
|
+
|
|
32
|
+
### `@mui/joy@5.0.0-alpha.40`
|
|
33
|
+
|
|
34
|
+
- [Stack] Add new component (#33800) @mnajdova
|
|
35
|
+
- [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj
|
|
36
|
+
- [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj
|
|
37
|
+
- Miscellaneous fixes (#33796, #33750) @siriwatknp
|
|
38
|
+
|
|
39
|
+
### Docs
|
|
40
|
+
|
|
41
|
+
- [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore
|
|
42
|
+
- [docs] Test new image best practice @oliviertassinari
|
|
43
|
+
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
44
|
+
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
45
|
+
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
46
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
47
|
+
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
48
|
+
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
49
|
+
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
50
|
+
- [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618
|
|
51
|
+
|
|
52
|
+
### Core
|
|
53
|
+
|
|
54
|
+
- [blog] Add social card to Tenerife retreat post (#33764)
|
|
55
|
+
- [blog] Fix blue outline bug (#33707) @oliviertassinari
|
|
56
|
+
- [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore
|
|
57
|
+
- [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii
|
|
58
|
+
- [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari
|
|
59
|
+
- [core] Update Playwright packages together (#33737) @michaldudak
|
|
60
|
+
- [website] Fix notifications not being marked as read in production (#33756) @cherniavskii
|
|
61
|
+
|
|
62
|
+
All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
|
|
63
|
+
|
|
64
|
+
## 5.9.3
|
|
65
|
+
|
|
66
|
+
<!-- generated comparing v5.9.2..master -->
|
|
67
|
+
|
|
68
|
+
_Aug 1, 2022_
|
|
69
|
+
|
|
70
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
71
|
+
|
|
72
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
|
|
73
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
74
|
+
|
|
75
|
+
### `@mui/material@5.9.3`
|
|
76
|
+
|
|
77
|
+
- [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
|
|
78
|
+
- [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
|
|
79
|
+
- [Input] Add the readOnly state class (#33654) @michaldudak
|
|
80
|
+
- [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
|
|
81
|
+
|
|
82
|
+
### `@mui/system@5.9.3`
|
|
83
|
+
|
|
84
|
+
- [system] Make @emotion/\* fully supported in the System (#33205) @garronej
|
|
85
|
+
|
|
86
|
+
### `@mui/codemod@5.9.3`
|
|
87
|
+
|
|
88
|
+
- [codemod] Fix theme-spacing performance (#33691) @siriwatknp
|
|
89
|
+
- [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
|
|
90
|
+
|
|
91
|
+
### `@mui/styled-engine-sc@5.9.3`
|
|
92
|
+
|
|
93
|
+
- [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
|
|
94
|
+
|
|
95
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
96
|
+
|
|
97
|
+
- [Joy] Add Tabs components (#33664) @siriwatknp
|
|
98
|
+
- [Joy] Miscellaneous fixes (#33685) @siriwatknp
|
|
99
|
+
- [Joy] Update read.me content (#33643) @danilo-leal
|
|
100
|
+
|
|
101
|
+
### Docs
|
|
102
|
+
|
|
103
|
+
- [blog] Add blog post about company retreat in Tenerife 🏝 (#33566) @samuelsycamore
|
|
104
|
+
- [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
|
|
105
|
+
- [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
|
|
106
|
+
- [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
|
|
107
|
+
- [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
|
|
108
|
+
- [docs] Update module reference for `usePagination` (#33675) @fullstackzach
|
|
109
|
+
- [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
|
|
110
|
+
- [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
|
|
111
|
+
- [website] Remove legacy redirect @oliviertassinari
|
|
112
|
+
- [website] Add new legal pages (#33650) @oliviertassinari
|
|
113
|
+
- [website] Clarify when a license in development is required (#33668) @oliviertassinari
|
|
114
|
+
- [website] Update links to rows pages (#33739) @cherniavskii
|
|
115
|
+
- [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
|
|
116
|
+
|
|
117
|
+
### Core
|
|
118
|
+
|
|
119
|
+
- [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
|
|
120
|
+
- [core] Remove accidentally added files (#33636) @michaldudak
|
|
121
|
+
- [core] Update packages with security issues (#33679) @michaldudak
|
|
122
|
+
- [core] Add React 17 nightly build (#33594) @mnajdova
|
|
123
|
+
- [core] Update lerna to 5.2.0 (#33635) @michaldudak
|
|
124
|
+
- [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
|
|
125
|
+
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
126
|
+
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
127
|
+
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
128
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
129
|
+
|
|
130
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
131
|
+
|
|
132
|
+
## 5.9.2
|
|
133
|
+
|
|
134
|
+
<!-- generated comparing v5.9.1..master -->
|
|
135
|
+
|
|
136
|
+
_Jul 25, 2022_
|
|
137
|
+
|
|
138
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
139
|
+
|
|
140
|
+
- 🧪 Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
|
|
141
|
+
- 🧪 Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
|
|
142
|
+
- Many other 🐛 bug fixes and 📚 documentation improvements
|
|
143
|
+
|
|
144
|
+
### `@mui/material@5.9.2`
|
|
145
|
+
|
|
146
|
+
- ​<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
|
|
147
|
+
- ​<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
|
|
148
|
+
- ​<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
|
|
149
|
+
- ​<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
|
|
150
|
+
- ​<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
|
|
151
|
+
- ​<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
|
|
152
|
+
- ​<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
|
|
153
|
+
- ​<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
|
|
154
|
+
- ​<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
|
|
155
|
+
- ​<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
|
|
156
|
+
|
|
157
|
+
### `@mui/base@5.0.0-alpha.91`
|
|
158
|
+
|
|
159
|
+
- ​<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
|
|
160
|
+
- ​<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
|
|
161
|
+
|
|
162
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
163
|
+
|
|
164
|
+
- ​<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
|
|
165
|
+
- ​<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
|
|
166
|
+
- ​<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
|
|
167
|
+
|
|
168
|
+
### Docs
|
|
169
|
+
|
|
170
|
+
- ​<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
|
|
171
|
+
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
172
|
+
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
173
|
+
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
174
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
175
|
+
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
176
|
+
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
177
|
+
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
178
|
+
- ​<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
|
|
179
|
+
- ​<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
|
|
180
|
+
- ​<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
|
|
181
|
+
- ​<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
|
|
182
|
+
- ​<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
|
|
183
|
+
- ​<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
|
|
184
|
+
- ​<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
|
|
185
|
+
|
|
186
|
+
### Core
|
|
187
|
+
|
|
188
|
+
- ​<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
|
|
189
|
+
- ​<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
|
|
190
|
+
- ​<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
|
|
191
|
+
|
|
192
|
+
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
|
|
193
|
+
|
|
194
|
+
## 5.9.1
|
|
195
|
+
|
|
196
|
+
<!-- generated comparing v5.9.0..master -->
|
|
197
|
+
|
|
198
|
+
_Jul 18, 2022_
|
|
199
|
+
|
|
200
|
+
A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
|
|
201
|
+
|
|
202
|
+
### `@mui/material@5.9.1`
|
|
203
|
+
|
|
204
|
+
- ​<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
|
|
205
|
+
- ​<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
|
|
206
|
+
- ​<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
|
|
207
|
+
- ​<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
|
|
208
|
+
|
|
209
|
+
### `@mui/system@5.9.1`
|
|
210
|
+
|
|
211
|
+
- ​<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
|
|
212
|
+
- ​<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
|
|
213
|
+
|
|
214
|
+
### `@mui/base@5.0.0-alpha.90`
|
|
215
|
+
|
|
216
|
+
- ​<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
|
|
217
|
+
- ​<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
|
|
218
|
+
- ​<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
|
|
219
|
+
|
|
220
|
+
### `@mui/lab@5.0.0-alpha.91`
|
|
221
|
+
|
|
222
|
+
- ​<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
|
|
223
|
+
|
|
224
|
+
### Docs
|
|
225
|
+
|
|
226
|
+
- ​<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
|
|
227
|
+
- ​<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
|
|
228
|
+
- ​<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
|
|
229
|
+
- ​<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
|
|
230
|
+
- ​<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
|
|
231
|
+
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
232
|
+
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
233
|
+
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
234
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
235
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
236
|
+
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
237
|
+
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
238
|
+
|
|
239
|
+
### Core
|
|
240
|
+
|
|
241
|
+
- ​<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
|
|
242
|
+
- ​<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
|
|
243
|
+
|
|
244
|
+
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
|
|
245
|
+
|
|
246
|
+
## 5.9.0
|
|
247
|
+
|
|
248
|
+
<!-- generated comparing v5.8.7..master -->
|
|
249
|
+
|
|
250
|
+
_Jul 12, 2022_
|
|
251
|
+
|
|
252
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
253
|
+
|
|
254
|
+
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
255
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
256
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
257
|
+
- ⚠️ **[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
|
|
258
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
259
|
+
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
260
|
+
|
|
261
|
+
### `@mui/material@5.9.0`
|
|
262
|
+
|
|
263
|
+
- [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
|
|
264
|
+
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
265
|
+
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
266
|
+
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
267
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
268
|
+
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
269
|
+
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
270
|
+
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
271
|
+
|
|
272
|
+
### `@mui/system@5.9.0`
|
|
273
|
+
|
|
274
|
+
- [System] Add offset feature to Grid (#33415) @siriwatknp
|
|
275
|
+
- [system] Add new `Grid` implementation (#32746) @siriwatknp
|
|
276
|
+
|
|
277
|
+
### `@mui/lab@5.0.0-alpha.90`
|
|
278
|
+
|
|
279
|
+
**⚠️ Breaking changes**
|
|
280
|
+
|
|
281
|
+
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
282
|
+
|
|
283
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
|
|
284
|
+
|
|
285
|
+
**Changes**
|
|
286
|
+
|
|
287
|
+
- [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
|
|
288
|
+
|
|
289
|
+
### `@mui/base@5.0.0-alpha.89`
|
|
290
|
+
|
|
291
|
+
- [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
|
|
292
|
+
- [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
|
|
293
|
+
- [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
|
|
294
|
+
- [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
|
|
295
|
+
|
|
296
|
+
### `@mui/joy@5.0.0-alpha.36`
|
|
297
|
+
|
|
298
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
299
|
+
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
300
|
+
|
|
301
|
+
### Docs
|
|
302
|
+
|
|
303
|
+
- [docs] Correcting small grammatical error (#33393) @robyyo
|
|
304
|
+
- [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
|
|
305
|
+
- [docs] Fix e2e tests (#33477) @siriwatknp
|
|
306
|
+
- [docs] Fix dead links (#33462) @oliviertassinari
|
|
307
|
+
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
308
|
+
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
309
|
+
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
310
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
311
|
+
- [docs] Update to React 18 (#33196) @mnajdova
|
|
312
|
+
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
313
|
+
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
314
|
+
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
315
|
+
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
316
|
+
- [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
317
|
+
- [examples] Add MUI base example (#33154) @siriwatknp
|
|
318
|
+
|
|
319
|
+
### Core
|
|
320
|
+
|
|
321
|
+
- [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
|
|
322
|
+
- [core] Remove old babel resolve rule (#33432) @oliviertassinari
|
|
323
|
+
- [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
|
|
324
|
+
- [website] Link EULA in the license quantity section (#33292) @oliviertassinari
|
|
325
|
+
|
|
326
|
+
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
|
|
327
|
+
|
|
328
|
+
## 5.8.7
|
|
329
|
+
|
|
330
|
+
<!-- generated comparing v5.8.6..master -->
|
|
331
|
+
|
|
332
|
+
_Jul 4, 2022_
|
|
333
|
+
|
|
334
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
335
|
+
|
|
336
|
+
- 🐛 Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
337
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
338
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
339
|
+
|
|
340
|
+
### `@mui/material@5.8.7`
|
|
341
|
+
|
|
342
|
+
- [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
|
|
343
|
+
- [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
|
|
344
|
+
- [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
|
|
345
|
+
- [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
|
|
346
|
+
|
|
347
|
+
### `@mui/styled-engine@5.8.7`
|
|
348
|
+
|
|
349
|
+
- [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
|
|
350
|
+
|
|
351
|
+
### `@mui/system@5.8.7`
|
|
352
|
+
|
|
353
|
+
- [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
|
|
354
|
+
- [system] Export required types (#33324) @michaldudak
|
|
355
|
+
|
|
356
|
+
### `@mui/joy@5.0.0-alpha.35`
|
|
357
|
+
|
|
358
|
+
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
359
|
+
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
360
|
+
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
361
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
362
|
+
|
|
363
|
+
### `@mui/base@5.0.0-alpha.88`
|
|
364
|
+
|
|
365
|
+
- [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
|
|
366
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
367
|
+
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
368
|
+
|
|
369
|
+
### Docs
|
|
370
|
+
|
|
371
|
+
- [docs] Fix Link typings in the react-router example (#32308) @aaarichter
|
|
372
|
+
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
373
|
+
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
374
|
+
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
375
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
376
|
+
|
|
377
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
378
|
+
|
|
379
|
+
## 5.8.6
|
|
380
|
+
|
|
381
|
+
<!-- generated comparing v5.8.5..master -->
|
|
382
|
+
|
|
383
|
+
_Jun 27, 2022_
|
|
384
|
+
|
|
385
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
386
|
+
|
|
387
|
+
- ⚒️ Fixed React 18 issues in few components
|
|
388
|
+
- 🚀 Improved the TypeScript augmentation when using CSS variables with `@mui/material`
|
|
389
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
390
|
+
|
|
391
|
+
### `@mui/material@5.8.6`
|
|
392
|
+
|
|
393
|
+
- ​<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
|
|
394
|
+
- ​<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
|
|
395
|
+
|
|
396
|
+
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
|
|
397
|
+
|
|
398
|
+
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
399
|
+
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
400
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
401
|
+
|
|
402
|
+
### `@mui/system@5.8.6`
|
|
403
|
+
|
|
404
|
+
- ​<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
|
|
405
|
+
|
|
406
|
+
### `@mui/utils@5.8.6`
|
|
407
|
+
|
|
408
|
+
- ​<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
|
|
409
|
+
|
|
410
|
+
### `@mui/base@5.0.0-alpha.87`
|
|
411
|
+
|
|
412
|
+
- ​<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
|
|
413
|
+
- ​<!-- 24 -->[base] Improve some types (#33270) @mnajdova
|
|
414
|
+
- ​<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
|
|
415
|
+
- ​<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
|
|
416
|
+
- ​<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
|
|
417
|
+
- ​<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
|
|
418
|
+
- ​<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
|
|
419
|
+
|
|
420
|
+
### `@mui/joy@5.0.0-alpha.34`
|
|
421
|
+
|
|
422
|
+
- ​<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
|
|
423
|
+
|
|
424
|
+
### Docs
|
|
425
|
+
|
|
426
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
427
|
+
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
428
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
429
|
+
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
430
|
+
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
431
|
+
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
432
|
+
- ​<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
|
|
433
|
+
- ​<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
|
|
434
|
+
|
|
435
|
+
### Core
|
|
436
|
+
|
|
437
|
+
- ​<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
|
|
438
|
+
- ​<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
|
|
439
|
+
- ​<!-- 02 -->[website] List new core role @oliviertassinari
|
|
440
|
+
- ​<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
|
|
441
|
+
|
|
442
|
+
All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
|
|
443
|
+
|
|
444
|
+
## 5.8.5
|
|
445
|
+
|
|
446
|
+
<!-- generated comparing v5.8.4..master -->
|
|
447
|
+
|
|
448
|
+
_Jun 20, 2022_
|
|
449
|
+
|
|
450
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
451
|
+
|
|
452
|
+
- 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
|
|
453
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
454
|
+
|
|
455
|
+
### `@mui/material@5.8.5`
|
|
456
|
+
|
|
457
|
+
- ​<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
|
|
458
|
+
- ​<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
|
|
459
|
+
- ​<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
|
|
460
|
+
- ​<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
|
|
461
|
+
|
|
462
|
+
### `@mui/codemod@5.8.5`
|
|
463
|
+
|
|
464
|
+
- ​<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
|
|
465
|
+
|
|
466
|
+
### `@mui/lab@5.0.0-alpha.87`
|
|
467
|
+
|
|
468
|
+
- ​<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
|
|
469
|
+
|
|
470
|
+
### `@mui/base@5.0.0-alpha.86`
|
|
471
|
+
|
|
472
|
+
- ​<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
|
|
473
|
+
- ​<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
|
|
474
|
+
- ​<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
|
|
475
|
+
- ​<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
|
|
476
|
+
- ​<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
|
|
477
|
+
- ​<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
|
|
478
|
+
|
|
479
|
+
### `@mui/joy@5.0.0-alpha.33`
|
|
480
|
+
|
|
481
|
+
- ​<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
|
|
482
|
+
- ​<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
|
|
483
|
+
- ​<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
|
|
484
|
+
|
|
485
|
+
### Docs
|
|
486
|
+
|
|
487
|
+
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
488
|
+
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
489
|
+
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
490
|
+
- ​<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
|
|
491
|
+
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
492
|
+
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
493
|
+
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
494
|
+
- ​<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
|
|
495
|
+
- ​<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
|
|
496
|
+
- ​<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
|
|
497
|
+
- ​<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
|
|
498
|
+
|
|
499
|
+
### Core
|
|
500
|
+
|
|
501
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
502
|
+
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
503
|
+
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
504
|
+
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
505
|
+
- ​<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
|
|
506
|
+
|
|
507
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
|
|
508
|
+
|
|
509
|
+
## 5.8.4
|
|
510
|
+
|
|
511
|
+
<!-- generated comparing v5.8.3..master -->
|
|
512
|
+
|
|
513
|
+
_Jun 14, 2022_
|
|
514
|
+
|
|
515
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
516
|
+
|
|
517
|
+
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
518
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
519
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
520
|
+
|
|
521
|
+
### `@mui/material@5.8.4`
|
|
522
|
+
|
|
523
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
524
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
525
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
526
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
527
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
528
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
529
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
530
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
531
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
532
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
533
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
534
|
+
|
|
535
|
+
### `@mui/system@5.8.4`
|
|
536
|
+
|
|
537
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
538
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
539
|
+
|
|
540
|
+
### `@mui/codemod@5.8.4`
|
|
541
|
+
|
|
542
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
543
|
+
|
|
544
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
545
|
+
|
|
546
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
547
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
548
|
+
|
|
549
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
550
|
+
|
|
551
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
552
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
553
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
554
|
+
|
|
555
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
556
|
+
|
|
557
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
558
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
559
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
560
|
+
|
|
561
|
+
### Docs
|
|
562
|
+
|
|
563
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
564
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
565
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
566
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
567
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
568
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
569
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
570
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
571
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
572
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
573
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
574
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
575
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
576
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
577
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
578
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
579
|
+
|
|
580
|
+
### Core
|
|
581
|
+
|
|
582
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
583
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
584
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
585
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
586
|
+
|
|
587
|
+
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
|
|
588
|
+
|
|
589
|
+
## 5.8.3
|
|
590
|
+
|
|
591
|
+
<!-- generated comparing v5.8.2..master -->
|
|
592
|
+
|
|
593
|
+
_Jun 7, 2022_
|
|
594
|
+
|
|
595
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
596
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
597
|
+
|
|
598
|
+
### `@mui/material@5.8.3`
|
|
599
|
+
|
|
600
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
601
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
602
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
603
|
+
|
|
604
|
+
### `@mui/system@5.8.3`
|
|
605
|
+
|
|
606
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
607
|
+
|
|
608
|
+
### `@mui/codemod@5.8.3`
|
|
609
|
+
|
|
610
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
611
|
+
|
|
612
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
613
|
+
|
|
614
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
615
|
+
|
|
616
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
617
|
+
|
|
618
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
619
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
620
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
621
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
622
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
623
|
+
|
|
624
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
625
|
+
|
|
626
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
627
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
628
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
629
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
630
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
631
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
632
|
+
|
|
633
|
+
### Docs
|
|
634
|
+
|
|
635
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
636
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
637
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
638
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
639
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
640
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
641
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
642
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
643
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
644
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
645
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
646
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
647
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
648
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
649
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
650
|
+
|
|
651
|
+
### Core
|
|
652
|
+
|
|
653
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
654
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
655
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
656
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
657
|
+
- Add security link to README for Tidelift @mbrookes
|
|
658
|
+
|
|
659
|
+
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
|
|
660
|
+
|
|
661
|
+
## 5.8.2
|
|
662
|
+
|
|
663
|
+
<!-- generated comparing v5.8.1..master -->
|
|
664
|
+
|
|
665
|
+
_May 30, 2022_
|
|
666
|
+
|
|
667
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
668
|
+
|
|
669
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
670
|
+
|
|
671
|
+
### `@mui/system@5.8.2`
|
|
672
|
+
|
|
673
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
674
|
+
|
|
675
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
676
|
+
|
|
677
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
678
|
+
|
|
679
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
680
|
+
|
|
681
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
682
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
683
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
684
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
685
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
686
|
+
|
|
687
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
688
|
+
|
|
689
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
690
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
691
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
692
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
693
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
694
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
695
|
+
|
|
696
|
+
### Docs
|
|
697
|
+
|
|
698
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
699
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
700
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
701
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
702
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
703
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
704
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
705
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
706
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
707
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
708
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
709
|
+
|
|
710
|
+
### Core
|
|
711
|
+
|
|
712
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
713
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
714
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
715
|
+
|
|
716
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
717
|
+
|
|
718
|
+
## 5.8.1
|
|
719
|
+
|
|
720
|
+
<!-- generated comparing v5.8.0..master -->
|
|
721
|
+
|
|
722
|
+
_May 23, 2022_
|
|
723
|
+
|
|
724
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
725
|
+
|
|
726
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
727
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
728
|
+
|
|
729
|
+
### `@mui/material@5.8.1`
|
|
730
|
+
|
|
731
|
+
- ​<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
|
|
732
|
+
- ​<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
|
|
733
|
+
- ​<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
|
|
734
|
+
- ​<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
|
|
735
|
+
- ​<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
|
|
736
|
+
- ​<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
|
|
737
|
+
- ​<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
|
|
738
|
+
- ​<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
|
|
739
|
+
|
|
740
|
+
### `@mui/system@5.8.1`
|
|
741
|
+
|
|
742
|
+
- ​<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
|
|
743
|
+
- ​<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
|
|
744
|
+
- ​<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
|
|
745
|
+
- ​<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
|
|
746
|
+
|
|
747
|
+
### `@mui/lab@5.0.0-alpha.83`
|
|
748
|
+
|
|
749
|
+
- ​<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
|
|
750
|
+
- ​<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
|
|
751
|
+
|
|
752
|
+
### `@mui/base@5.0.0-alpha.82`
|
|
753
|
+
|
|
754
|
+
- ​<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
|
|
755
|
+
|
|
756
|
+
### `@mui/joy@5.0.0-alpha.29`
|
|
757
|
+
|
|
758
|
+
- ​<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
|
|
759
|
+
- ​<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
|
|
760
|
+
- ​<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
|
|
761
|
+
- ​<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
|
|
762
|
+
|
|
763
|
+
### Docs
|
|
764
|
+
|
|
765
|
+
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
766
|
+
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
767
|
+
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
768
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
769
|
+
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
770
|
+
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
771
|
+
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
772
|
+
- ​<!-- 24 -->[docs] Fix typo in notifications @mbrookes
|
|
773
|
+
- ​<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
|
|
774
|
+
- ​<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
|
|
775
|
+
- ​<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
|
|
776
|
+
- ​<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
|
|
777
|
+
- ​<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
|
|
778
|
+
|
|
779
|
+
### Core
|
|
780
|
+
|
|
781
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
782
|
+
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
783
|
+
|
|
784
|
+
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
|
|
785
|
+
|
|
786
|
+
## 5.8.0
|
|
787
|
+
|
|
788
|
+
<!-- generated comparing v5.7.0..master -->
|
|
789
|
+
|
|
790
|
+
_May 17, 2022_
|
|
791
|
+
|
|
792
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
793
|
+
|
|
794
|
+
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
|
|
795
|
+
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
796
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
797
|
+
|
|
798
|
+
### `@mui/material@5.8.0`
|
|
799
|
+
|
|
800
|
+
- ​<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
|
|
801
|
+
- ​<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
|
|
802
|
+
- ​<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
|
|
803
|
+
- ​<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
|
|
804
|
+
|
|
805
|
+
### `@mui/system@5.8.0`
|
|
806
|
+
|
|
807
|
+
- ​<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
|
|
808
|
+
|
|
809
|
+
### `@mui/base@5.0.0-alpha.81`
|
|
810
|
+
|
|
811
|
+
- ​<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
|
|
812
|
+
- ​<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
|
|
813
|
+
- ​<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
|
|
814
|
+
- ​<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
|
|
815
|
+
|
|
816
|
+
### `@mui/joy@5.0.0-alpha.28`
|
|
817
|
+
|
|
818
|
+
- ​<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
|
|
819
|
+
- ​<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
|
|
820
|
+
- ​<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
|
|
821
|
+
|
|
822
|
+
### `@mui/codemod@5.8.0`
|
|
823
|
+
|
|
824
|
+
- ​<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
|
|
825
|
+
|
|
826
|
+
### Docs
|
|
827
|
+
|
|
828
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
829
|
+
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
830
|
+
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
831
|
+
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
832
|
+
- ​<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
|
|
833
|
+
- ​<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
|
|
834
|
+
- ​<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
|
|
835
|
+
- ​<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
|
|
836
|
+
- ​<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
|
|
837
|
+
- ​<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
|
|
838
|
+
- ​<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
|
|
839
|
+
- ​<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
|
|
840
|
+
- ​<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
|
|
841
|
+
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
842
|
+
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
843
|
+
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
844
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
845
|
+
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
846
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
847
|
+
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
848
|
+
|
|
849
|
+
### Core
|
|
850
|
+
|
|
851
|
+
- ​<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
|
|
852
|
+
- ​<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
|
|
853
|
+
- ​<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
|
|
854
|
+
- ​<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
|
|
855
|
+
|
|
856
|
+
All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
|
|
857
|
+
|
|
3
858
|
## 5.7.0
|
|
4
859
|
|
|
5
860
|
<!-- generated comparing v5.6.4..master -->
|
|
@@ -752,7 +1607,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
752
1607
|
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
753
1608
|
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
754
1609
|
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
755
|
-
- ​<!-- 04 -->[
|
|
1610
|
+
- ​<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
756
1611
|
|
|
757
1612
|
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
|
|
758
1613
|
|
|
@@ -817,7 +1672,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
817
1672
|
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
818
1673
|
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
819
1674
|
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
820
|
-
- [
|
|
1675
|
+
- [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
821
1676
|
|
|
822
1677
|
### `@mui/system@5.4.2`
|
|
823
1678
|
|
|
@@ -851,7 +1706,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
851
1706
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
852
1707
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
853
1708
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
854
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1709
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
855
1710
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
856
1711
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
857
1712
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -866,7 +1721,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
866
1721
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
867
1722
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
868
1723
|
|
|
869
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1724
|
+
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
|
|
870
1725
|
|
|
871
1726
|
## 5.4.1
|
|
872
1727
|
|
|
@@ -1400,7 +2255,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1400
2255
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
1401
2256
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
1402
2257
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
1403
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in
|
|
2258
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
1404
2259
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
1405
2260
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
1406
2261
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -1481,7 +2336,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1481
2336
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
1482
2337
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
1483
2338
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
1484
|
-
- ​<!-- 18 -->[docs] Improve wording in
|
|
2339
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
1485
2340
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
1486
2341
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
1487
2342
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -1494,7 +2349,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1494
2349
|
### Core
|
|
1495
2350
|
|
|
1496
2351
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
1497
|
-
- ​<!-- 28 -->[core] Transition to a new
|
|
2352
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
1498
2353
|
|
|
1499
2354
|
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
|
|
1500
2355
|
|
|
@@ -1576,14 +2431,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1576
2431
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1577
2432
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1578
2433
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1579
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
2434
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1580
2435
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1581
2436
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1582
2437
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1583
2438
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1584
2439
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1585
2440
|
|
|
1586
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
2441
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1587
2442
|
|
|
1588
2443
|
## 5.2.0
|
|
1589
2444
|
|
|
@@ -1731,7 +2586,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1731
2586
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
1732
2587
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
1733
2588
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
1734
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2589
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
1735
2590
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
1736
2591
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
1737
2592
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -2401,7 +3256,7 @@ _Sep 1, 2021_
|
|
|
2401
3256
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2402
3257
|
|
|
2403
3258
|
- 🎉 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).
|
|
2404
|
-
- 🛠 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/
|
|
3259
|
+
- 🛠 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)
|
|
2405
3260
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
2406
3261
|
|
|
2407
3262
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -3806,7 +4661,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3806
4661
|
/>
|
|
3807
4662
|
```
|
|
3808
4663
|
|
|
3809
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4664
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3810
4665
|
|
|
3811
4666
|
#### Changes
|
|
3812
4667
|
|
|
@@ -4255,8 +5110,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4255
5110
|
- ​<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
|
|
4256
5111
|
|
|
4257
5112
|
```diff
|
|
4258
|
-
-<LoadingButton pending pendingIndicator="Pending
|
|
4259
|
-
+<LoadingButton loading loadingIndicator="Pending
|
|
5113
|
+
-<LoadingButton pending pendingIndicator="Pending…" pendingPosition="end" />
|
|
5114
|
+
+<LoadingButton loading loadingIndicator="Pending…" loadingPosition="end" />
|
|
4260
5115
|
```
|
|
4261
5116
|
|
|
4262
5117
|
- ​<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
|
|
@@ -5180,7 +6035,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
5180
6035
|
#### Breaking changes
|
|
5181
6036
|
|
|
5182
6037
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
5183
|
-
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
|
|
6038
|
+
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).
|
|
5184
6039
|
|
|
5185
6040
|
```diff
|
|
5186
6041
|
-import { Omit } from '@material-ui/types';
|
|
@@ -5786,7 +6641,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5786
6641
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
5787
6642
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
5788
6643
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
5789
|
-
- [docs] Fix source on
|
|
6644
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
5790
6645
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
5791
6646
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
5792
6647
|
- [docs] Improve system properties page (#23961) @mnajdova
|
|
@@ -6086,7 +6941,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
6086
6941
|
|
|
6087
6942
|
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.
|
|
6088
6943
|
|
|
6089
|
-
- 📚 Revamp the documentation for [the system](https://mui.com/system/
|
|
6944
|
+
- 📚 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.
|
|
6090
6945
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
6091
6946
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
6092
6947
|
|
|
@@ -6488,7 +7343,7 @@ Here are some highlights ✨:
|
|
|
6488
7343
|
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.
|
|
6489
7344
|
|
|
6490
7345
|
- 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
|
|
6491
|
-
This was a prerequisite step to improve the [system](https://mui.com/system/
|
|
7346
|
+
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.
|
|
6492
7347
|
- ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
|
|
6493
7348
|
- 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
|
|
6494
7349
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -6829,7 +7684,7 @@ Here are some highlights ✨:
|
|
|
6829
7684
|
|
|
6830
7685
|
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.
|
|
6831
7686
|
|
|
6832
|
-
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/
|
|
7687
|
+
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/)).
|
|
6833
7688
|
|
|
6834
7689
|
This change has been in our roadmap for more than a year.
|
|
6835
7690
|
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
@@ -8082,7 +8937,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
8082
8937
|
/>
|
|
8083
8938
|
```
|
|
8084
8939
|
|
|
8085
|
-
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/
|
|
8940
|
+
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
|
|
8086
8941
|
|
|
8087
8942
|
```diff
|
|
8088
8943
|
-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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -20,12 +20,13 @@
|
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/mui/material-ui/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://mui.com/guides/styled-engine/",
|
|
23
|
+
"homepage": "https://mui.com/material-ui/guides/styled-engine/",
|
|
24
24
|
"funding": {
|
|
25
25
|
"type": "opencollective",
|
|
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": {
|