@mui/lab 5.0.0-alpha.102 → 5.0.0-alpha.104

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 CHANGED
@@ -1,5 +1,194 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.10
4
+
5
+ <!-- generated comparing v5.10.9..master -->
6
+
7
+ _Oct 18, 2022_
8
+
9
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
12
+ - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
13
+ - ⚙️ We started converting the remaining JS components in MUI Base to TypeScript.
14
+ @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
15
+ - And more 🐛 bug fixes and 📚 documentation improvements.
16
+
17
+ ### `@mui/material@5.10.10`
18
+
19
+ - [Popover] Fix paper position flash on open (#34546) @TheUnlocked
20
+ - [SwipeableDrawer] Make component `defaultProps` overridable (#34643) @hbjORbj
21
+
22
+ ### `@mui/system@5.10.10`
23
+
24
+ - [system] Support CSS `grey` color in `sx` (#34548) @TheUnlocked
25
+
26
+ ### `@mui/styles@5.10.10`
27
+
28
+ - [styles] Use memoized context in StylesProvider (#34637) @mohd-akram
29
+
30
+ ### `@mui/joy@5.0.0-alpha.50`
31
+
32
+ - [Select][joy] Added hidden input element (#34657) @zee-bit
33
+ - [Slider][joy] Add global variant to slider (#34733) @siriwatknp
34
+ - [Tooltip][joy] Add component (#34509) @hbjORbj
35
+
36
+ ### `@mui/base@5.0.0-alpha.102`
37
+
38
+ - [MultiSelect][base] Prevent the renderValue prop from being propagated to the DOM (#34698) @michaldudak
39
+ - [NoSsr] Convert code to TypeScript (#34735) @mbayucot
40
+
41
+ ### Docs
42
+
43
+ - [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
44
+ - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
45
+ - [docs] Use new editing API in homepage demos (#34220) @m4theushw
46
+ - [docs] Live demos (#34454) @bharatkashyap
47
+ - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
48
+ - [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
49
+ - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
50
+ - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
51
+ - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
52
+ - [docs] Basic link verification at PR level (#34588) @alexfauquette
53
+ - [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
54
+ - [website] Clarify Pro/Premium support (#34607) @oliviertassinari
55
+ - [website] Fix home page dark mode flicker (#33545)
56
+ - [website] Update the state of the date pickers on the landing page (#34750) @joserodolfofreitas
57
+
58
+ ### Core
59
+
60
+ - [core] Clean conditionals (#34772) @pedroprado010
61
+ - [core] Temporary remove the authorization (#34796) @siriwatknp
62
+ - [core] Avoid slower CI run statues @oliviertassinari
63
+ - [core] Improve the playground DX (#34739) @oliviertassinari
64
+ - [core] Link Netlify in the danger comment (#34688) @oliviertassinari
65
+ - [core] Fix CI after out of sync merge @oliviertassinari
66
+ - [core] Enforce straight quote (#34686) @oliviertassinari
67
+ - [core] Add code scanning via CodeQL (#34707) @DanailH
68
+ - [core] Fix some upcoming eslint issues (#34727) @oliviertassinari
69
+ - [core] Auto-fix upcoming eslint issues (#34644) @Janpot
70
+ - [core] Move SearchIcons to docs src folder (#34802)
71
+ - [test] Enable `react/no-unstable-nested-components` (#34518) @eps1lon
72
+
73
+ All contributors of this release in alphabetical order: @AbayKinayat, @alexfauquette, @bharatkashyap, @DanailH, @eps1lon, @hayawata3626, @hbjORbj, @Janpot, @joserodolfofreitas, @m4theushw, @mbayucot, @michaldudak, @mohd-akram, @ndresx, @oliviertassinari, @pedroprado010, @rvrvrv, @samuelsycamore, @siriwatknp, @TheUnlocked, @zee-bit
74
+
75
+ ## 5.10.9
76
+
77
+ <!-- generated comparing v5.10.8..master -->
78
+
79
+ _Oct 10, 2022_
80
+
81
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
82
+
83
+ - 🚀 [Joy] Button loading functionality has been added by @kushagra010 (#34658)
84
+ - And more 🐛 bug fixes and 📚 documentation improvements.
85
+
86
+ ### `@mui/material@5.10.9`
87
+
88
+ - &#8203;<!-- 16 -->[Grid v2][system] Handle direction object prop for responsive design (#34574) @vanyaxk
89
+ - &#8203;<!-- 03 -->[Slider] Fix unnecessary accessibility attribute in root element (#34610) @vanyaxk
90
+
91
+ ### `@mui/system@5.10.9`
92
+
93
+ #### BREAKING CHANGE
94
+
95
+ - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
96
+
97
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
98
+
99
+ Migration:
100
+
101
+ - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
102
+ - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
103
+
104
+ #### Changes
105
+
106
+ - &#8203;<!-- 02 -->[system] Fix typo in createCssVarsProvider (#34661) @HexM7
107
+
108
+ ### `@mui/base@5.0.0-alpha.101`
109
+
110
+ - &#8203;<!-- 01 -->[TrapFocus] Restore the previously exported type from @mui/material (#34601) @michaldudak
111
+
112
+ ### `@mui/joy@5.0.0-alpha.49`
113
+
114
+ - &#8203;<!-- 04 -->[Joy] Add button loading functionality (#34658) @kushagra010
115
+
116
+ ### Docs
117
+
118
+ - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
119
+ - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
120
+ - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
121
+ - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
122
+ - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
123
+ - &#8203;<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
124
+ - &#8203;<!-- 05 -->[docs] Explain the purpose of renderGroup prop (#34066) @michaldudak
125
+
126
+ ### Core
127
+
128
+ - &#8203;<!-- 14 -->[core] Make useForkRef variadic (#27939) @michaldudak
129
+ - &#8203;<!-- 13 -->[core] Speedup of yarn install in the CI (#34632) @oliviertassinari
130
+ - &#8203;<!-- 12 -->[core] Fix markdown loader on Windows (#34623) @michaldudak
131
+ - &#8203;<!-- 11 -->[core] Update changelog for version v5.10.8 (#34593) @mnajdova
132
+ - &#8203;<!-- 10 -->[core] Update root package.json version (#34592) @mnajdova
133
+
134
+ All contributors of this release in alphabetical order: @HexM7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk
135
+
136
+ ## 5.10.8
137
+
138
+ <!-- generated comparing v5.10.7..master -->
139
+
140
+ _Oct 3, 2022_
141
+
142
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
143
+
144
+ - 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
145
+ - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
146
+ - And more 🐛 bug fixes and 📚 documentation improvements.
147
+
148
+ ### `@mui/material@5.10.8`
149
+
150
+ - &#8203;<!-- 28 -->[Autocomplete] Skip filtering when list of options is loading (#33278) @ndebeiss
151
+ - &#8203;<!-- 13 -->[Fab] Add `disabled` class to FAB button (#34245) @meenarama
152
+ - &#8203;<!-- 09 -->[l10n] Add Arabic Saudi Arabia (ar-SA) locale (#33340) @rolule
153
+ - &#8203;<!-- 08 -->[l10n] zhTW refinement (#33391) @Aporim2051
154
+ - &#8203;<!-- 07 -->[Popover] Add `ownerState` on the paper slot (#34445) @kabernardes
155
+ - &#8203;<!-- 05 -->[Slider] Fixed incorrect marks displayed due to duplicate keys in range (#33526) @kskd1804
156
+ - &#8203;<!-- 03 -->[TextField] Fix typo in FormControlLabel declaration file (#34535) @hghmn
157
+
158
+ ### `@mui/base@5.0.0-alpha.100`
159
+
160
+ - &#8203;<!-- 04 -->[SnackbarUnstyled] Create component and `useSnackbar` hook (#33227) @ZeeshanTamboli
161
+
162
+ ### `@mui/joy@5.0.0-alpha.48`
163
+
164
+ - &#8203;<!-- 12 -->[Joy] Fix `variantPlain` classname missing in few components (#34534) @hbjORbj
165
+ - &#8203;<!-- 11 -->[Joy] Fix input decorator color and list padding (#34586) @siriwatknp
166
+ - &#8203;<!-- 10 -->[Joy] Miscellaneous fixes (#34492) @siriwatknp
167
+
168
+ ### Docs
169
+
170
+ - &#8203;<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
171
+ - &#8203;<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
172
+ - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
173
+ - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
174
+ - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
175
+ - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
176
+ - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
177
+ - &#8203;<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
178
+ - &#8203;<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
179
+ - &#8203;<!-- 02 -->[website] Fix typo in pricing FAQ @oliviertassinari
180
+ - &#8203;<!-- 01 -->[website] Move the React Engineer role from open to next (#34494) @mnajdova
181
+
182
+ ### Core
183
+
184
+ - &#8203;<!-- 26 -->[core] Update root package.json version (#34592) @mnajdova
185
+ - &#8203;<!-- 25 -->[core] Remove useless comment in fixtures (#34581) @Garz4
186
+ - &#8203;<!-- 24 -->[core] Fix link to CODE_OF_CONDUCT.md (#34543) @peippo
187
+ - &#8203;<!-- 23 -->[core] Remove outdated docsearch.js dependency (#34421) @oliviertassinari
188
+ - &#8203;<!-- 22 -->[core] Add `newFeature` to the typing of MuiPage (#34511) @flaviendelangle
189
+
190
+ All contributors of this release in alphabetical order: @Aporim2051, @Dustin-Digitar, @flaviendelangle, @Garz4, @hbjORbj, @hghmn, @kabernardes, @kskd1804, @meenarama, @minkyngkm, @mnajdova, @ndebeiss, @oliviertassinari, @peippo, @rolule, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
191
+
3
192
  ## 5.10.7
4
193
 
5
194
  <!-- generated comparing v5.10.6..master -->
@@ -37,8 +226,8 @@ A big thanks to the 21 contributors who made this release possible. Here are som
37
226
  - [TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
38
227
 
39
228
  ```diff
40
- - import TrapFocus from ‘@mui/base/TrapFocus’;
41
- + import FocusTrap from ‘@mui/base/FocusTrap’;
229
+ -import TrapFocus from '@mui/base/TrapFocus';
230
+ +import FocusTrap from '@mui/base/FocusTrap';
42
231
  ```
43
232
 
44
233
  #### Changes
@@ -320,7 +509,7 @@ _Aug 22, 2022_
320
509
 
321
510
  A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
322
511
 
323
- - ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).
512
+ - ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).\
324
513
  A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
325
514
 
326
515
  ### `@mui/material@5.10.2`
@@ -1910,8 +2099,8 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1910
2099
  `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
1911
2100
 
1912
2101
  ```diff
1913
- - import { unstable_ClassNameGenerator } from '@mui/material/utils';
1914
- + import { unstable_ClassNameGenerator } from '@mui/material/className';
2102
+ -import { unstable_ClassNameGenerator } from '@mui/material/utils';
2103
+ +import { unstable_ClassNameGenerator } from '@mui/material/className';
1915
2104
  ```
1916
2105
 
1917
2106
  #### Changes
@@ -2253,8 +2442,8 @@ A big thanks to the 22 contributors who made this release possible. Here are som
2253
2442
  3. Change the import paths of unstyled components from @mui/material to @mui/base, e.g.:
2254
2443
 
2255
2444
  ```diff
2256
- - @import ButtonUnstyled from '@mui/material/ButtonUnstyled';
2257
- + @import ButtonUnstyled from '@mui/base/ButtonUnstyled';
2445
+ -import ButtonUnstyled from '@mui/material/ButtonUnstyled';
2446
+ +import ButtonUnstyled from '@mui/base/ButtonUnstyled';
2258
2447
  ```
2259
2448
 
2260
2449
  #### Changes
@@ -4297,12 +4486,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4297
4486
  `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
4298
4487
 
4299
4488
  ```diff
4300
- <button class="MuiTab-root">
4301
- - <span class="MuiTab-wrapper">
4489
+ <button class="MuiTab-root">
4490
+ - <span class="MuiTab-wrapper">
4302
4491
  {icon}
4303
4492
  {label}
4304
- - </span>
4305
- </button>
4493
+ - </span>
4494
+ </button>
4306
4495
  ```
4307
4496
 
4308
4497
  - [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
@@ -4310,14 +4499,14 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4310
4499
  `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
4311
4500
 
4312
4501
  ```diff
4313
- <button class="MuiBottomNavigationAction-root">
4314
- - <span class="MuiBottomNavigationAction-wrapper">
4315
- {icon}
4316
- <span class="MuiBottomNavigationAction-label">
4317
- {label}
4318
- </span>
4319
- - </span>
4320
- </button>
4502
+ <button class="MuiBottomNavigationAction-root">
4503
+ - <span class="MuiBottomNavigationAction-wrapper">
4504
+ {icon}
4505
+ <span class="MuiBottomNavigationAction-label">
4506
+ {label}
4507
+ </span>
4508
+ - </span>
4509
+ </button>
4321
4510
  ```
4322
4511
 
4323
4512
  #### Changes
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.102
1
+ /** @license MUI v5.0.0-alpha.104
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.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.102
1
+ /** @license MUI v5.0.0-alpha.104
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.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.102
1
+ /** @license MUI v5.0.0-alpha.104
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.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.102
1
+ /** @license MUI v5.0.0-alpha.104
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "5.0.0-alpha.102",
3
+ "version": "5.0.0-alpha.104",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.19.0",
51
- "@mui/base": "5.0.0-alpha.100",
52
- "@mui/system": "^5.10.8",
51
+ "@mui/base": "5.0.0-alpha.102",
52
+ "@mui/system": "^5.10.10",
53
53
  "@mui/types": "^7.2.0",
54
- "@mui/utils": "^5.10.6",
54
+ "@mui/utils": "^5.10.9",
55
55
  "clsx": "^1.2.1",
56
56
  "prop-types": "^15.8.1",
57
57
  "react-is": "^18.2.0"