@mui/styled-engine-sc 5.6.1 โ 5.9.3
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 +1096 -18
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,1083 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.9.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.9.2..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 1, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights โจ:
|
|
10
|
+
|
|
11
|
+
- ๐ผ๏ธ @garronej worked on improving the support of Emotion packages in the System (#33205)
|
|
12
|
+
- Many other ๐ bug fixes, ๐ documentation, and โ๏ธ infrastructure improvements
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.9.3`
|
|
15
|
+
|
|
16
|
+
- [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
|
|
17
|
+
- [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
|
|
18
|
+
- [Input] Add the readOnly state class (#33654) @michaldudak
|
|
19
|
+
- [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
|
|
20
|
+
|
|
21
|
+
### `@mui/system@5.9.3`
|
|
22
|
+
|
|
23
|
+
- [system] Make @emotion/\* fully supported in the System (#33205) @garronej
|
|
24
|
+
|
|
25
|
+
### `@mui/codemod@5.9.3`
|
|
26
|
+
|
|
27
|
+
- [codemod] Fix theme-spacing performance (#33691) @siriwatknp
|
|
28
|
+
- [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
|
|
29
|
+
|
|
30
|
+
### `@mui/styled-engine-sc@5.9.3`
|
|
31
|
+
|
|
32
|
+
- [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
|
|
33
|
+
|
|
34
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
35
|
+
|
|
36
|
+
- [Joy] Add Tabs components (#33664) @siriwatknp
|
|
37
|
+
- [Joy] Miscellaneous fixes (#33685) @siriwatknp
|
|
38
|
+
- [Joy] Update read.me content (#33643) @danilo-leal
|
|
39
|
+
|
|
40
|
+
### Docs
|
|
41
|
+
|
|
42
|
+
- [blog] Add blog post about company retreat in Tenerife ๐ (#33566) @samuelsycamore
|
|
43
|
+
- [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
|
|
44
|
+
- [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
|
|
45
|
+
- [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
|
|
46
|
+
- [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
|
|
47
|
+
- [docs] Update module reference for `usePagination` (#33675) @fullstackzach
|
|
48
|
+
- [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
|
|
49
|
+
- [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
|
|
50
|
+
- [website] Remove legacy redirect @oliviertassinari
|
|
51
|
+
- [website] Add new legal pages (#33650) @oliviertassinari
|
|
52
|
+
- [website] Clarify when a license in development is required (#33668) @oliviertassinari
|
|
53
|
+
- [website] Update links to rows pages (#33739) @cherniavskii
|
|
54
|
+
- [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
|
|
55
|
+
|
|
56
|
+
### Core
|
|
57
|
+
|
|
58
|
+
- [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
|
|
59
|
+
- [core] Remove accidentally added files (#33636) @michaldudak
|
|
60
|
+
- [core] Update packages with security issues (#33679) @michaldudak
|
|
61
|
+
- [core] Add React 17 nightly build (#33594) @mnajdova
|
|
62
|
+
- [core] Update lerna to 5.2.0 (#33635) @michaldudak
|
|
63
|
+
- [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
|
|
64
|
+
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
65
|
+
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
66
|
+
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
67
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
68
|
+
|
|
69
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
70
|
+
|
|
71
|
+
## 5.9.2
|
|
72
|
+
|
|
73
|
+
<!-- generated comparing v5.9.1..master -->
|
|
74
|
+
|
|
75
|
+
_Jul 25, 2022_
|
|
76
|
+
|
|
77
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights โจ:
|
|
78
|
+
|
|
79
|
+
- ๐งช Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
|
|
80
|
+
- ๐งช Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
|
|
81
|
+
- Many other ๐ bug fixes and ๐ documentation improvements
|
|
82
|
+
|
|
83
|
+
### `@mui/material@5.9.2`
|
|
84
|
+
|
|
85
|
+
- ​<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
|
|
86
|
+
- ​<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
|
|
87
|
+
- ​<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
|
|
88
|
+
- ​<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
|
|
89
|
+
- ​<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
|
|
90
|
+
- ​<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
|
|
91
|
+
- ​<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
|
|
92
|
+
- ​<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
|
|
93
|
+
- ​<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
|
|
94
|
+
- ​<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
|
|
95
|
+
|
|
96
|
+
### `@mui/base@5.0.0-alpha.91`
|
|
97
|
+
|
|
98
|
+
- ​<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
|
|
99
|
+
- ​<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
|
|
100
|
+
|
|
101
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
102
|
+
|
|
103
|
+
- ​<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
|
|
104
|
+
- ​<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
|
|
105
|
+
- ​<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
|
|
106
|
+
|
|
107
|
+
### Docs
|
|
108
|
+
|
|
109
|
+
- ​<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
|
|
110
|
+
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
111
|
+
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
112
|
+
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
113
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
114
|
+
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
115
|
+
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
116
|
+
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
117
|
+
- ​<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
|
|
118
|
+
- ​<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
|
|
119
|
+
- ​<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
|
|
120
|
+
- ​<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
|
|
121
|
+
- ​<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
|
|
122
|
+
- ​<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
|
|
123
|
+
- ​<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
|
|
124
|
+
|
|
125
|
+
### Core
|
|
126
|
+
|
|
127
|
+
- ​<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
|
|
128
|
+
- ​<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
|
|
129
|
+
- ​<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
|
|
130
|
+
|
|
131
|
+
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
|
|
132
|
+
|
|
133
|
+
## 5.9.1
|
|
134
|
+
|
|
135
|
+
<!-- generated comparing v5.9.0..master -->
|
|
136
|
+
|
|
137
|
+
_Jul 18, 2022_
|
|
138
|
+
|
|
139
|
+
A big thanks to the 17 contributors who made this release possible. This release is mainly about ๐ bug fixes and ๐ documentation improvements
|
|
140
|
+
|
|
141
|
+
### `@mui/material@5.9.1`
|
|
142
|
+
|
|
143
|
+
- ​<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
|
|
144
|
+
- ​<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
|
|
145
|
+
- ​<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
|
|
146
|
+
- ​<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
|
|
147
|
+
|
|
148
|
+
### `@mui/system@5.9.1`
|
|
149
|
+
|
|
150
|
+
- ​<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
|
|
151
|
+
- ​<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
|
|
152
|
+
|
|
153
|
+
### `@mui/base@5.0.0-alpha.90`
|
|
154
|
+
|
|
155
|
+
- ​<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
|
|
156
|
+
- ​<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
|
|
157
|
+
- ​<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
|
|
158
|
+
|
|
159
|
+
### `@mui/lab@5.0.0-alpha.91`
|
|
160
|
+
|
|
161
|
+
- ​<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
|
|
162
|
+
|
|
163
|
+
### Docs
|
|
164
|
+
|
|
165
|
+
- ​<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
|
|
166
|
+
- ​<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
|
|
167
|
+
- ​<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
|
|
168
|
+
- ​<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
|
|
169
|
+
- ​<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
|
|
170
|
+
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
171
|
+
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
172
|
+
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
173
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
174
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
175
|
+
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
176
|
+
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
177
|
+
|
|
178
|
+
### Core
|
|
179
|
+
|
|
180
|
+
- ​<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
|
|
181
|
+
- ​<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
|
|
182
|
+
|
|
183
|
+
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
|
|
184
|
+
|
|
185
|
+
## 5.9.0
|
|
186
|
+
|
|
187
|
+
<!-- generated comparing v5.8.7..master -->
|
|
188
|
+
|
|
189
|
+
_Jul 12, 2022_
|
|
190
|
+
|
|
191
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights โจ:
|
|
192
|
+
|
|
193
|
+
- ๐งช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
194
|
+
- ๐ Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
195
|
+
- ๐ Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
196
|
+
- โ ๏ธ **[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
|
|
197
|
+
- many other ๐ bug fixes and ๐ documentation improvements
|
|
198
|
+
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
199
|
+
|
|
200
|
+
### `@mui/material@5.9.0`
|
|
201
|
+
|
|
202
|
+
- [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
|
|
203
|
+
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
204
|
+
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
205
|
+
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
206
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
207
|
+
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
208
|
+
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
209
|
+
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
210
|
+
|
|
211
|
+
### `@mui/system@5.9.0`
|
|
212
|
+
|
|
213
|
+
- [System] Add offset feature to Grid (#33415) @siriwatknp
|
|
214
|
+
- [system] Add new `Grid` implementation (#32746) @siriwatknp
|
|
215
|
+
|
|
216
|
+
### `@mui/lab@5.0.0-alpha.90`
|
|
217
|
+
|
|
218
|
+
**โ ๏ธ Breaking changes**
|
|
219
|
+
|
|
220
|
+
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
221
|
+
|
|
222
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
|
|
223
|
+
|
|
224
|
+
**Changes**
|
|
225
|
+
|
|
226
|
+
- [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
|
|
227
|
+
|
|
228
|
+
### `@mui/base@5.0.0-alpha.89`
|
|
229
|
+
|
|
230
|
+
- [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
|
|
231
|
+
- [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
|
|
232
|
+
- [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
|
|
233
|
+
- [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
|
|
234
|
+
|
|
235
|
+
### `@mui/joy@5.0.0-alpha.36`
|
|
236
|
+
|
|
237
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
238
|
+
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
239
|
+
|
|
240
|
+
### Docs
|
|
241
|
+
|
|
242
|
+
- [docs] Correcting small grammatical error (#33393) @robyyo
|
|
243
|
+
- [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
|
|
244
|
+
- [docs] Fix e2e tests (#33477) @siriwatknp
|
|
245
|
+
- [docs] Fix dead links (#33462) @oliviertassinari
|
|
246
|
+
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
247
|
+
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
248
|
+
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
249
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
250
|
+
- [docs] Update to React 18 (#33196) @mnajdova
|
|
251
|
+
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
252
|
+
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
253
|
+
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
254
|
+
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
255
|
+
- [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
256
|
+
- [examples] Add MUI base example (#33154) @siriwatknp
|
|
257
|
+
|
|
258
|
+
### Core
|
|
259
|
+
|
|
260
|
+
- [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
|
|
261
|
+
- [core] Remove old babel resolve rule (#33432) @oliviertassinari
|
|
262
|
+
- [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
|
|
263
|
+
- [website] Link EULA in the license quantity section (#33292) @oliviertassinari
|
|
264
|
+
|
|
265
|
+
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
|
|
266
|
+
|
|
267
|
+
## 5.8.7
|
|
268
|
+
|
|
269
|
+
<!-- generated comparing v5.8.6..master -->
|
|
270
|
+
|
|
271
|
+
_Jul 4, 2022_
|
|
272
|
+
|
|
273
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights โจ:
|
|
274
|
+
|
|
275
|
+
- ๐ Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
276
|
+
- ๐ Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
277
|
+
- many other ๐ bug fixes and ๐ documentation improvements
|
|
278
|
+
|
|
279
|
+
### `@mui/material@5.8.7`
|
|
280
|
+
|
|
281
|
+
- [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
|
|
282
|
+
- [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
|
|
283
|
+
- [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
|
|
284
|
+
- [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
|
|
285
|
+
|
|
286
|
+
### `@mui/styled-engine@5.8.7`
|
|
287
|
+
|
|
288
|
+
- [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
|
|
289
|
+
|
|
290
|
+
### `@mui/system@5.8.7`
|
|
291
|
+
|
|
292
|
+
- [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
|
|
293
|
+
- [system] Export required types (#33324) @michaldudak
|
|
294
|
+
|
|
295
|
+
### `@mui/joy@5.0.0-alpha.35`
|
|
296
|
+
|
|
297
|
+
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
298
|
+
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
299
|
+
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
300
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
301
|
+
|
|
302
|
+
### `@mui/base@5.0.0-alpha.88`
|
|
303
|
+
|
|
304
|
+
- [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
|
|
305
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
306
|
+
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
307
|
+
|
|
308
|
+
### Docs
|
|
309
|
+
|
|
310
|
+
- [docs] Fix Link typings in the react-router example (#32308) @aaarichter
|
|
311
|
+
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
312
|
+
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
313
|
+
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
314
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
315
|
+
|
|
316
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
317
|
+
|
|
318
|
+
## 5.8.6
|
|
319
|
+
|
|
320
|
+
<!-- generated comparing v5.8.5..master -->
|
|
321
|
+
|
|
322
|
+
_Jun 27, 2022_
|
|
323
|
+
|
|
324
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights โจ:
|
|
325
|
+
|
|
326
|
+
- โ๏ธ Fixed React 18 issues in few components
|
|
327
|
+
- ๐ Improved the TypeScript augmentation when using CSS variables with `@mui/material`
|
|
328
|
+
- many other ๐ bug fixes and ๐ documentation improvements
|
|
329
|
+
|
|
330
|
+
### `@mui/material@5.8.6`
|
|
331
|
+
|
|
332
|
+
- ​<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
|
|
333
|
+
- ​<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
|
|
334
|
+
|
|
335
|
+
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
|
|
336
|
+
|
|
337
|
+
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
338
|
+
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
339
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
340
|
+
|
|
341
|
+
### `@mui/system@5.8.6`
|
|
342
|
+
|
|
343
|
+
- ​<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
|
|
344
|
+
|
|
345
|
+
### `@mui/utils@5.8.6`
|
|
346
|
+
|
|
347
|
+
- ​<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
|
|
348
|
+
|
|
349
|
+
### `@mui/base@5.0.0-alpha.87`
|
|
350
|
+
|
|
351
|
+
- ​<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
|
|
352
|
+
- ​<!-- 24 -->[base] Improve some types (#33270) @mnajdova
|
|
353
|
+
- ​<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
|
|
354
|
+
- ​<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
|
|
355
|
+
- ​<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
|
|
356
|
+
- ​<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
|
|
357
|
+
- ​<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
|
|
358
|
+
|
|
359
|
+
### `@mui/joy@5.0.0-alpha.34`
|
|
360
|
+
|
|
361
|
+
- ​<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
|
|
362
|
+
|
|
363
|
+
### Docs
|
|
364
|
+
|
|
365
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
366
|
+
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
367
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
368
|
+
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
369
|
+
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
370
|
+
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
371
|
+
- ​<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
|
|
372
|
+
- ​<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
|
|
373
|
+
|
|
374
|
+
### Core
|
|
375
|
+
|
|
376
|
+
- ​<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
|
|
377
|
+
- ​<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
|
|
378
|
+
- ​<!-- 02 -->[website] List new core role @oliviertassinari
|
|
379
|
+
- ​<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
|
|
380
|
+
|
|
381
|
+
All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
|
|
382
|
+
|
|
383
|
+
## 5.8.5
|
|
384
|
+
|
|
385
|
+
<!-- generated comparing v5.8.4..master -->
|
|
386
|
+
|
|
387
|
+
_Jun 20, 2022_
|
|
388
|
+
|
|
389
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
390
|
+
|
|
391
|
+
- ๐ Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
|
|
392
|
+
- many other ๐ bug fixes and ๐ documentation improvements
|
|
393
|
+
|
|
394
|
+
### `@mui/material@5.8.5`
|
|
395
|
+
|
|
396
|
+
- ​<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
|
|
397
|
+
- ​<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
|
|
398
|
+
- ​<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
|
|
399
|
+
- ​<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
|
|
400
|
+
|
|
401
|
+
### `@mui/codemod@5.8.5`
|
|
402
|
+
|
|
403
|
+
- ​<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
|
|
404
|
+
|
|
405
|
+
### `@mui/lab@5.0.0-alpha.87`
|
|
406
|
+
|
|
407
|
+
- ​<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
|
|
408
|
+
|
|
409
|
+
### `@mui/base@5.0.0-alpha.86`
|
|
410
|
+
|
|
411
|
+
- ​<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
|
|
412
|
+
- ​<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
|
|
413
|
+
- ​<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
|
|
414
|
+
- ​<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
|
|
415
|
+
- ​<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
|
|
416
|
+
- ​<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
|
|
417
|
+
|
|
418
|
+
### `@mui/joy@5.0.0-alpha.33`
|
|
419
|
+
|
|
420
|
+
- ​<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
|
|
421
|
+
- ​<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
|
|
422
|
+
- ​<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
|
|
423
|
+
|
|
424
|
+
### Docs
|
|
425
|
+
|
|
426
|
+
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
427
|
+
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
428
|
+
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
429
|
+
- ​<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
|
|
430
|
+
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
431
|
+
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
432
|
+
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
433
|
+
- ​<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
|
|
434
|
+
- ​<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
|
|
435
|
+
- ​<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
|
|
436
|
+
- ​<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
|
|
437
|
+
|
|
438
|
+
### Core
|
|
439
|
+
|
|
440
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
441
|
+
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
442
|
+
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
443
|
+
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
444
|
+
- ​<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
|
|
445
|
+
|
|
446
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
|
|
447
|
+
|
|
448
|
+
## 5.8.4
|
|
449
|
+
|
|
450
|
+
<!-- generated comparing v5.8.3..master -->
|
|
451
|
+
|
|
452
|
+
_Jun 14, 2022_
|
|
453
|
+
|
|
454
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights โจ:
|
|
455
|
+
|
|
456
|
+
- ๐ Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
457
|
+
- ๐ Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
458
|
+
- many other ๐ bug fixes and ๐ documentation improvements
|
|
459
|
+
|
|
460
|
+
### `@mui/material@5.8.4`
|
|
461
|
+
|
|
462
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
463
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
464
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
465
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
466
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
467
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
468
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
469
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
470
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
471
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
472
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
473
|
+
|
|
474
|
+
### `@mui/system@5.8.4`
|
|
475
|
+
|
|
476
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
477
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
478
|
+
|
|
479
|
+
### `@mui/codemod@5.8.4`
|
|
480
|
+
|
|
481
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
482
|
+
|
|
483
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
484
|
+
|
|
485
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
486
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
487
|
+
|
|
488
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
489
|
+
|
|
490
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
491
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
492
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
493
|
+
|
|
494
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
495
|
+
|
|
496
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
497
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
498
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
499
|
+
|
|
500
|
+
### Docs
|
|
501
|
+
|
|
502
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
503
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
504
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
505
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
506
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
507
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
508
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
509
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
510
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
511
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
512
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
513
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
514
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
515
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
516
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
517
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
518
|
+
|
|
519
|
+
### Core
|
|
520
|
+
|
|
521
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
522
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
523
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
524
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
525
|
+
|
|
526
|
+
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
|
|
527
|
+
|
|
528
|
+
## 5.8.3
|
|
529
|
+
|
|
530
|
+
<!-- generated comparing v5.8.2..master -->
|
|
531
|
+
|
|
532
|
+
_Jun 7, 2022_
|
|
533
|
+
|
|
534
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
535
|
+
This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
536
|
+
|
|
537
|
+
### `@mui/material@5.8.3`
|
|
538
|
+
|
|
539
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
540
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
541
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
542
|
+
|
|
543
|
+
### `@mui/system@5.8.3`
|
|
544
|
+
|
|
545
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
546
|
+
|
|
547
|
+
### `@mui/codemod@5.8.3`
|
|
548
|
+
|
|
549
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
550
|
+
|
|
551
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
552
|
+
|
|
553
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
554
|
+
|
|
555
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
556
|
+
|
|
557
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
558
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
559
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
560
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
561
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
562
|
+
|
|
563
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
564
|
+
|
|
565
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
566
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
567
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
568
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
569
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
570
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
571
|
+
|
|
572
|
+
### Docs
|
|
573
|
+
|
|
574
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
575
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
576
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
577
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
578
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
579
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
580
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
581
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
582
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
583
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
584
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
585
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
586
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
587
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
588
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
589
|
+
|
|
590
|
+
### Core
|
|
591
|
+
|
|
592
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
593
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
594
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
595
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
596
|
+
- Add security link to README for Tidelift @mbrookes
|
|
597
|
+
|
|
598
|
+
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
|
|
599
|
+
|
|
600
|
+
## 5.8.2
|
|
601
|
+
|
|
602
|
+
<!-- generated comparing v5.8.1..master -->
|
|
603
|
+
|
|
604
|
+
_May 30, 2022_
|
|
605
|
+
|
|
606
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights โจ:
|
|
607
|
+
|
|
608
|
+
- ๐ bug fixes and ๐ documentation improvements.
|
|
609
|
+
|
|
610
|
+
### `@mui/system@5.8.2`
|
|
611
|
+
|
|
612
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
613
|
+
|
|
614
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
615
|
+
|
|
616
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
617
|
+
|
|
618
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
619
|
+
|
|
620
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
621
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
622
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
623
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
624
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
625
|
+
|
|
626
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
627
|
+
|
|
628
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
629
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
630
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
631
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
632
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
633
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
634
|
+
|
|
635
|
+
### Docs
|
|
636
|
+
|
|
637
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
638
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
639
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
640
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
641
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
642
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
643
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
644
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
645
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
646
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
647
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
648
|
+
|
|
649
|
+
### Core
|
|
650
|
+
|
|
651
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
652
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
653
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
654
|
+
|
|
655
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
656
|
+
|
|
657
|
+
## 5.8.1
|
|
658
|
+
|
|
659
|
+
<!-- generated comparing v5.8.0..master -->
|
|
660
|
+
|
|
661
|
+
_May 23, 2022_
|
|
662
|
+
|
|
663
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights โจ:
|
|
664
|
+
|
|
665
|
+
- ๐
Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
666
|
+
- And more ๐ bug fixes and ๐ documentation improvements.
|
|
667
|
+
|
|
668
|
+
### `@mui/material@5.8.1`
|
|
669
|
+
|
|
670
|
+
- ​<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
|
|
671
|
+
- ​<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
|
|
672
|
+
- ​<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
|
|
673
|
+
- ​<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
|
|
674
|
+
- ​<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
|
|
675
|
+
- ​<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
|
|
676
|
+
- ​<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
|
|
677
|
+
- ​<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
|
|
678
|
+
|
|
679
|
+
### `@mui/system@5.8.1`
|
|
680
|
+
|
|
681
|
+
- ​<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
|
|
682
|
+
- ​<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
|
|
683
|
+
- ​<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
|
|
684
|
+
- ​<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
|
|
685
|
+
|
|
686
|
+
### `@mui/lab@5.0.0-alpha.83`
|
|
687
|
+
|
|
688
|
+
- ​<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
|
|
689
|
+
- ​<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
|
|
690
|
+
|
|
691
|
+
### `@mui/base@5.0.0-alpha.82`
|
|
692
|
+
|
|
693
|
+
- ​<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
|
|
694
|
+
|
|
695
|
+
### `@mui/joy@5.0.0-alpha.29`
|
|
696
|
+
|
|
697
|
+
- ​<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
|
|
698
|
+
- ​<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
|
|
699
|
+
- ​<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
|
|
700
|
+
- ​<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
|
|
701
|
+
|
|
702
|
+
### Docs
|
|
703
|
+
|
|
704
|
+
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
705
|
+
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
706
|
+
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
707
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
708
|
+
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
709
|
+
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
710
|
+
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
711
|
+
- ​<!-- 24 -->[docs] Fix typo in notifications @mbrookes
|
|
712
|
+
- ​<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
|
|
713
|
+
- ​<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
|
|
714
|
+
- ​<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
|
|
715
|
+
- ​<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
|
|
716
|
+
- ​<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
|
|
717
|
+
|
|
718
|
+
### Core
|
|
719
|
+
|
|
720
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
721
|
+
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
722
|
+
|
|
723
|
+
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
|
|
724
|
+
|
|
725
|
+
## 5.8.0
|
|
726
|
+
|
|
727
|
+
<!-- generated comparing v5.7.0..master -->
|
|
728
|
+
|
|
729
|
+
_May 17, 2022_
|
|
730
|
+
|
|
731
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
732
|
+
|
|
733
|
+
- ๐ [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.
|
|
734
|
+
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
735
|
+
- And more ๐ bug fixes and ๐ documentation improvements.
|
|
736
|
+
|
|
737
|
+
### `@mui/material@5.8.0`
|
|
738
|
+
|
|
739
|
+
- ​<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
|
|
740
|
+
- ​<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
|
|
741
|
+
- ​<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
|
|
742
|
+
- ​<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
|
|
743
|
+
|
|
744
|
+
### `@mui/system@5.8.0`
|
|
745
|
+
|
|
746
|
+
- ​<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
|
|
747
|
+
|
|
748
|
+
### `@mui/base@5.0.0-alpha.81`
|
|
749
|
+
|
|
750
|
+
- ​<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
|
|
751
|
+
- ​<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
|
|
752
|
+
- ​<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
|
|
753
|
+
- ​<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
|
|
754
|
+
|
|
755
|
+
### `@mui/joy@5.0.0-alpha.28`
|
|
756
|
+
|
|
757
|
+
- ​<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
|
|
758
|
+
- ​<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
|
|
759
|
+
- ​<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
|
|
760
|
+
|
|
761
|
+
### `@mui/codemod@5.8.0`
|
|
762
|
+
|
|
763
|
+
- ​<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
|
|
764
|
+
|
|
765
|
+
### Docs
|
|
766
|
+
|
|
767
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
768
|
+
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
769
|
+
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
770
|
+
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
771
|
+
- ​<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
|
|
772
|
+
- ​<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
|
|
773
|
+
- ​<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
|
|
774
|
+
- ​<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
|
|
775
|
+
- ​<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
|
|
776
|
+
- ​<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
|
|
777
|
+
- ​<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
|
|
778
|
+
- ​<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
|
|
779
|
+
- ​<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
|
|
780
|
+
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
781
|
+
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
782
|
+
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
783
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
784
|
+
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
785
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
786
|
+
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
787
|
+
|
|
788
|
+
### Core
|
|
789
|
+
|
|
790
|
+
- ​<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
|
|
791
|
+
- ​<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
|
|
792
|
+
- ​<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
|
|
793
|
+
- ​<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
|
|
794
|
+
|
|
795
|
+
All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
|
|
796
|
+
|
|
797
|
+
## 5.7.0
|
|
798
|
+
|
|
799
|
+
<!-- generated comparing v5.6.4..master -->
|
|
800
|
+
|
|
801
|
+
_May 10, 2022_
|
|
802
|
+
|
|
803
|
+
A big thanks to the 27 contributors who made this release possible. Here are some highlights โจ:
|
|
804
|
+
|
|
805
|
+
๐ This release is all about supporting CSS variables in many Material UI components.
|
|
806
|
+
Kudos to all contributors!
|
|
807
|
+
|
|
808
|
+
### `@mui/material@5.7.0`
|
|
809
|
+
|
|
810
|
+
- [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
|
|
811
|
+
- [Table, TableRow] Add support for CSS variables (#32614) @vicasas
|
|
812
|
+
- [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
|
|
813
|
+
- [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
|
|
814
|
+
- [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
|
|
815
|
+
- [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
|
|
816
|
+
- [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
|
|
817
|
+
- [ButtonGroup] Add support for CSS variables (#32498) @vicasas
|
|
818
|
+
- [CardActionArea] Add support for CSS variables (#32554) @vicasas
|
|
819
|
+
- [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
|
|
820
|
+
- [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
|
|
821
|
+
- [Dialog] Add support for CSS variables (#32555) @vicasas
|
|
822
|
+
- [Divider] Add support for CSS variables (#32519) @vicasas
|
|
823
|
+
- [Drawer] Add support for CSS variables (#32565) @nghiamvt
|
|
824
|
+
- [Fab] Add support for CSS variables (#32564) @alisasanib
|
|
825
|
+
- [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
|
|
826
|
+
- [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
|
|
827
|
+
- [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
|
|
828
|
+
- [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
|
|
829
|
+
- [IconButton] Add support for CSS variables (#32590) @Ariyapong
|
|
830
|
+
- [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
|
|
831
|
+
- [Input] Support CSS variables (#32128) @ivan-ngchakming
|
|
832
|
+
- [InputAdornment] Add support CSS variables (#32607) @vicasas
|
|
833
|
+
- [Link] Fix style overrides color prop (#32653) @siriwatknp
|
|
834
|
+
- [ListItem] Add support for CSS variables (#32580) @dan-mba
|
|
835
|
+
- [ListItemButton] Add support for CSS variables (#32582) @dan-mba
|
|
836
|
+
- [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
|
|
837
|
+
- [ListSubheader] Add support for CSS variables (#32584) @dan-mba
|
|
838
|
+
- [MenuItem] Add support for CSS variables (#32561) @nghiamvt
|
|
839
|
+
- [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
|
|
840
|
+
- [Modal] Add support for CSS variables (#32605) @haneenmahd
|
|
841
|
+
- [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
|
|
842
|
+
- [Rating] Add support for CSS variables (#32556) @vicasas
|
|
843
|
+
- [Snackbar] Add support for CSS variables (#32603) @gin1314
|
|
844
|
+
- [SpeedDial] Add support for CSS variables (#32613) @alisasanib
|
|
845
|
+
- [Stepper] Export useStepperContext (#31398) @pzi
|
|
846
|
+
- [SvgIcon] Add support for CSS variables (#32610) @vicasas
|
|
847
|
+
- [TablePagination] Add support for CSS variables (#32615) @haneenmahd
|
|
848
|
+
- [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
|
|
849
|
+
- [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
|
|
850
|
+
- [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
|
|
851
|
+
- [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
|
|
852
|
+
- [Tooltip] Add support for CSS variables (#32594) @gin1314
|
|
853
|
+
|
|
854
|
+
### `@mui/system@5.7.0`
|
|
855
|
+
|
|
856
|
+
- [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
|
|
857
|
+
|
|
858
|
+
### `@mui/base@5.0.0-alpha.80`
|
|
859
|
+
|
|
860
|
+
- [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
|
|
861
|
+
|
|
862
|
+
### `@mui/private-classnames@5.7.0`
|
|
863
|
+
|
|
864
|
+
- [classnames] Add new package for classnames utils (#32502) @mnajdova
|
|
865
|
+
|
|
866
|
+
### Docs
|
|
867
|
+
|
|
868
|
+
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
869
|
+
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
870
|
+
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
871
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
872
|
+
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
873
|
+
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
874
|
+
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
875
|
+
- [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
|
|
876
|
+
- [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
|
|
877
|
+
- [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
|
|
878
|
+
- [docs] Fix broken redirection (#32581) @oliviertassinari
|
|
879
|
+
- [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
|
|
880
|
+
- [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
|
|
881
|
+
- [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
|
|
882
|
+
- [Joy] Add principles page (#32648) @siriwatknp
|
|
883
|
+
- [Joy] Add Button page (#32576) @siriwatknp
|
|
884
|
+
- [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
|
|
885
|
+
- [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
|
|
886
|
+
- [website] Optimize conversion to store (#32646) @oliviertassinari
|
|
887
|
+
- [website] Remove copy button on marketing pages (#32649) @siriwatknp
|
|
888
|
+
- [website] Add missing space in copy label (#32638) @flaviendelangle
|
|
889
|
+
|
|
890
|
+
### Core
|
|
891
|
+
|
|
892
|
+
- [core] Security updates (#32636) @michaldudak
|
|
893
|
+
- [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
|
|
894
|
+
- [core] Update minimist to fix security vulnerability (#32575) @michaldudak
|
|
895
|
+
|
|
896
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
|
|
897
|
+
|
|
898
|
+
## 5.6.4
|
|
899
|
+
|
|
900
|
+
<!-- generated comparing v5.6.3..master -->
|
|
901
|
+
|
|
902
|
+
_May 2, 2022_
|
|
903
|
+
|
|
904
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights โจ:
|
|
905
|
+
|
|
906
|
+
- ๐
5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
907
|
+
- And more ๐ bug fixes and ๐ improvements.
|
|
908
|
+
|
|
909
|
+
### `@mui/material@5.6.4`
|
|
910
|
+
|
|
911
|
+
- ​<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
|
|
912
|
+
- ​<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
|
|
913
|
+
- ​<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
|
|
914
|
+
- ​<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
|
|
915
|
+
- ​<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
|
|
916
|
+
- ​<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
|
|
917
|
+
- ​<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
|
|
918
|
+
- ​<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
|
|
919
|
+
|
|
920
|
+
### `@mui/codemod@5.6.4`
|
|
921
|
+
|
|
922
|
+
- ​<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
|
|
923
|
+
- ​<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
|
|
924
|
+
|
|
925
|
+
### `@mui/joy@5.0.0-alpha.26`
|
|
926
|
+
|
|
927
|
+
- ​<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
|
|
928
|
+
- ​<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
|
|
929
|
+
- ​<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
|
|
930
|
+
- ​<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
|
|
931
|
+
|
|
932
|
+
### Docs
|
|
933
|
+
|
|
934
|
+
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
935
|
+
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
936
|
+
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
937
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
938
|
+
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
939
|
+
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
940
|
+
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
941
|
+
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
942
|
+
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
943
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
|
|
944
|
+
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
945
|
+
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
946
|
+
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
947
|
+
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
948
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
949
|
+
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
950
|
+
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
951
|
+
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
952
|
+
- ​<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
|
|
953
|
+
- ​<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
|
|
954
|
+
- ​<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
|
|
955
|
+
- ​<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
|
|
956
|
+
|
|
957
|
+
### Core
|
|
958
|
+
|
|
959
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
960
|
+
|
|
961
|
+
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
962
|
+
|
|
963
|
+
## 5.6.3
|
|
964
|
+
|
|
965
|
+
<!-- generated comparing v5.6.2..master -->
|
|
966
|
+
|
|
967
|
+
_Apr 25, 2022_
|
|
968
|
+
|
|
969
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
970
|
+
|
|
971
|
+
- ๐ Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
|
|
972
|
+
- And more ๐ bug fixes and ๐ improvements.
|
|
973
|
+
|
|
974
|
+
### `@mui/material@5.6.3`
|
|
975
|
+
|
|
976
|
+
- [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
|
|
977
|
+
- [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
|
|
978
|
+
- [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
|
|
979
|
+
|
|
980
|
+
### `@mui/system@5.6.3`
|
|
981
|
+
|
|
982
|
+
- [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
|
|
983
|
+
- [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
|
|
984
|
+
|
|
985
|
+
### `@mui/base@5.0.0-alpha.78`
|
|
986
|
+
|
|
987
|
+
- [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
|
|
988
|
+
|
|
989
|
+
### `@mui/joy@5.0.0-alpha.25`
|
|
990
|
+
|
|
991
|
+
- [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
|
|
992
|
+
- [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
|
|
993
|
+
- [Joy] Add `Chip` component (#31983) @hbjORbj
|
|
994
|
+
- [Joy] Improve controls (#32267) @siriwatknp
|
|
995
|
+
- [Joy] Set up docs (#32370) @siriwatknp
|
|
996
|
+
|
|
997
|
+
### Docs
|
|
998
|
+
|
|
999
|
+
- [docs] Enable row reordering on the pricing page (#31875) @DanailH
|
|
1000
|
+
- [blog] A few improvements on date picker change (#32325) @oliviertassinari
|
|
1001
|
+
- [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
|
|
1002
|
+
- [docs] Revise the related projects page (#32180) @danilo-leal
|
|
1003
|
+
- [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
|
|
1004
|
+
- [docs] Fix sidenav mobile color (#32324) @oliviertassinari
|
|
1005
|
+
- [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
|
|
1006
|
+
- [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
|
|
1007
|
+
- [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
|
|
1008
|
+
- [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
|
|
1009
|
+
- [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
|
|
1010
|
+
- [website] Update Diamond sponsors list (#32433) @oliviertassinari
|
|
1011
|
+
- [website] Add privacy policy link to website's footer (#32080) @danilo-leal
|
|
1012
|
+
- [website] Remove the designer role (#32384) @danilo-leal
|
|
1013
|
+
|
|
1014
|
+
### Core
|
|
1015
|
+
|
|
1016
|
+
- [core] `yarn prettier` write @oliviertassinari
|
|
1017
|
+
- [core] Fix changelog warning message (#32240) @praveen001
|
|
1018
|
+
- [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
|
|
1019
|
+
|
|
1020
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
|
|
1021
|
+
|
|
1022
|
+
## 5.6.2
|
|
1023
|
+
|
|
1024
|
+
<!-- generated comparing v5.6.1..master -->
|
|
1025
|
+
|
|
1026
|
+
_Apr 18, 2022_
|
|
1027
|
+
|
|
1028
|
+
A big thanks to the 11 contributors who made this release possible. This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
1029
|
+
|
|
1030
|
+
### `@mui/material@5.6.2`
|
|
1031
|
+
|
|
1032
|
+
- ​<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
|
|
1033
|
+
- ​<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
|
|
1034
|
+
- ​<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
|
|
1035
|
+
|
|
1036
|
+
### `@mui/system@5.6.2`
|
|
1037
|
+
|
|
1038
|
+
- ​<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
|
|
1039
|
+
|
|
1040
|
+
### `@mui/base@5.0.0-alpha.77`
|
|
1041
|
+
|
|
1042
|
+
- ​<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
|
|
1043
|
+
|
|
1044
|
+
### `@mui/joy@5.0.0-alpha.24`
|
|
1045
|
+
|
|
1046
|
+
- ​<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
|
|
1047
|
+
- ​<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
|
|
1048
|
+
|
|
1049
|
+
### Docs
|
|
1050
|
+
|
|
1051
|
+
- ​<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
|
|
1052
|
+
- ​<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
|
|
1053
|
+
- ​<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
|
|
1054
|
+
- ​<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
|
|
1055
|
+
- ​<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
|
|
1056
|
+
- ​<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
|
|
1057
|
+
- ​<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
|
|
1058
|
+
- ​<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
|
|
1059
|
+
- ​<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
|
|
1060
|
+
- ​<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
|
|
1061
|
+
- ​<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
|
|
1062
|
+
- ​<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
|
|
1063
|
+
- ​<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
|
|
1064
|
+
- ​<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
|
|
1065
|
+
- ​<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
|
|
1066
|
+
- ​<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
|
|
1067
|
+
- ​<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
|
|
1068
|
+
- ​<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
|
|
1069
|
+
- ​<!-- 02 -->[website] Improve new role template @oliviertassinari
|
|
1070
|
+
- ​<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
|
|
1071
|
+
- ​<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
|
|
1072
|
+
|
|
1073
|
+
### Core
|
|
1074
|
+
|
|
1075
|
+
- ​<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
|
|
1076
|
+
- ​<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
|
|
1077
|
+
- ​<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
|
|
1078
|
+
|
|
1079
|
+
All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
|
|
1080
|
+
|
|
3
1081
|
## 5.6.1
|
|
4
1082
|
|
|
5
1083
|
<!-- generated comparing v5.6.0..master -->
|
|
@@ -468,7 +1546,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
468
1546
|
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
469
1547
|
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
470
1548
|
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
471
|
-
- ​<!-- 04 -->[
|
|
1549
|
+
- ​<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
472
1550
|
|
|
473
1551
|
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
|
|
474
1552
|
|
|
@@ -533,7 +1611,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
533
1611
|
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
534
1612
|
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
535
1613
|
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
536
|
-
- [
|
|
1614
|
+
- [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
537
1615
|
|
|
538
1616
|
### `@mui/system@5.4.2`
|
|
539
1617
|
|
|
@@ -567,7 +1645,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
567
1645
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
568
1646
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
569
1647
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
570
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1648
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
571
1649
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
572
1650
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
573
1651
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -582,7 +1660,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
582
1660
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
583
1661
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
584
1662
|
|
|
585
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1663
|
+
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
|
|
586
1664
|
|
|
587
1665
|
## 5.4.1
|
|
588
1666
|
|
|
@@ -1116,7 +2194,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1116
2194
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
1117
2195
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
1118
2196
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
1119
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in
|
|
2197
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
1120
2198
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
1121
2199
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
1122
2200
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -1197,7 +2275,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1197
2275
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
1198
2276
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
1199
2277
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
1200
|
-
- ​<!-- 18 -->[docs] Improve wording in
|
|
2278
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
1201
2279
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
1202
2280
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
1203
2281
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -1210,7 +2288,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1210
2288
|
### Core
|
|
1211
2289
|
|
|
1212
2290
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
1213
|
-
- ​<!-- 28 -->[core] Transition to a new
|
|
2291
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
1214
2292
|
|
|
1215
2293
|
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
|
|
1216
2294
|
|
|
@@ -1292,14 +2370,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1292
2370
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1293
2371
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1294
2372
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1295
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
2373
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1296
2374
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1297
2375
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1298
2376
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1299
2377
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1300
2378
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1301
2379
|
|
|
1302
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
2380
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1303
2381
|
|
|
1304
2382
|
## 5.2.0
|
|
1305
2383
|
|
|
@@ -1447,7 +2525,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1447
2525
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
1448
2526
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
1449
2527
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
1450
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2528
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
1451
2529
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
1452
2530
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
1453
2531
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -2117,7 +3195,7 @@ _Sep 1, 2021_
|
|
|
2117
3195
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
2118
3196
|
|
|
2119
3197
|
- ๐ 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).
|
|
2120
|
-
- ๐ 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/
|
|
3198
|
+
- ๐ 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)
|
|
2121
3199
|
- ๐งช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
|
|
2122
3200
|
|
|
2123
3201
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -3522,7 +4600,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3522
4600
|
/>
|
|
3523
4601
|
```
|
|
3524
4602
|
|
|
3525
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4603
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3526
4604
|
|
|
3527
4605
|
#### Changes
|
|
3528
4606
|
|
|
@@ -3575,7 +4653,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3575
4653
|
- ​<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
|
|
3576
4654
|
- ​<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
|
|
3577
4655
|
- ​<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
|
|
3578
|
-
- ​<!-- 23 -->[docs] Link third-party routing in Bottom
|
|
4656
|
+
- ​<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
|
|
3579
4657
|
- ​<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
|
|
3580
4658
|
- ​<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
|
|
3581
4659
|
- ​<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
|
|
@@ -3971,8 +5049,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3971
5049
|
- ​<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
|
|
3972
5050
|
|
|
3973
5051
|
```diff
|
|
3974
|
-
-<LoadingButton pending pendingIndicator="Pending
|
|
3975
|
-
+<LoadingButton loading loadingIndicator="Pending
|
|
5052
|
+
-<LoadingButton pending pendingIndicator="Pendingโฆ" pendingPosition="end" />
|
|
5053
|
+
+<LoadingButton loading loadingIndicator="Pendingโฆ" loadingPosition="end" />
|
|
3976
5054
|
```
|
|
3977
5055
|
|
|
3978
5056
|
- ​<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
|
|
@@ -4587,7 +5665,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
4587
5665
|
|
|
4588
5666
|
### Docs
|
|
4589
5667
|
|
|
4590
|
-
- ​<!-- 22 -->[docs] Migrate Bottom
|
|
5668
|
+
- ​<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
|
|
4591
5669
|
- ​<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
|
|
4592
5670
|
- ​<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
|
|
4593
5671
|
- ​<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
|
|
@@ -4896,7 +5974,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4896
5974
|
#### Breaking changes
|
|
4897
5975
|
|
|
4898
5976
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
4899
|
-
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
|
|
5977
|
+
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).
|
|
4900
5978
|
|
|
4901
5979
|
```diff
|
|
4902
5980
|
-import { Omit } from '@material-ui/types';
|
|
@@ -5502,7 +6580,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5502
6580
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
5503
6581
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
5504
6582
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
5505
|
-
- [docs] Fix source on
|
|
6583
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
5506
6584
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
5507
6585
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
5508
6586
|
- [docs] Improve system properties page (#23961) @mnajdova
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine-sc",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.9.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -20,13 +20,14 @@
|
|
|
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
|
-
"
|
|
29
|
+
"@babel/runtime": "^7.17.2",
|
|
30
|
+
"prop-types": "^15.8.1"
|
|
30
31
|
},
|
|
31
32
|
"peerDependencies": {
|
|
32
33
|
"@types/styled-components": "^5.1.14",
|