@mui/lab 5.0.0-alpha.101 → 5.0.0-alpha.103

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,122 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.9
4
+
5
+ <!-- generated comparing v5.10.8..master -->
6
+
7
+ _Oct 10, 2022_
8
+
9
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 [Joy] Button loading functionality has been added by @kushagra010 (#34658)
12
+ - And more 🐛 bug fixes and 📚 documentation improvements.
13
+
14
+ ### `@mui/material@5.10.9`
15
+
16
+ - &#8203;<!-- 16 -->[Grid v2][system] Handle direction object prop for responsive design (#34574) @vanyaxk
17
+ - &#8203;<!-- 03 -->[Slider] Fix unnecessary accessibility attribute in root element (#34610) @vanyaxk
18
+
19
+ ### `@mui/system@5.10.9`
20
+
21
+ #### BREAKING CHANGE
22
+
23
+ - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
24
+
25
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
26
+
27
+ Migration:
28
+
29
+ - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
30
+ - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
31
+
32
+ #### Changes
33
+
34
+ - &#8203;<!-- 02 -->[system] Fix typo in createCssVarsProvider (#34661) @HexM7
35
+
36
+ ### `@mui/base@5.0.0-alpha.101`
37
+
38
+ - &#8203;<!-- 01 -->[TrapFocus] Restore the previously exported type from @mui/material (#34601) @michaldudak
39
+
40
+ ### `@mui/joy@5.0.0-alpha.49`
41
+
42
+ - &#8203;<!-- 04 -->[Joy] Add button loading functionality (#34658) @kushagra010
43
+
44
+ ### Docs
45
+
46
+ - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
47
+ - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
48
+ - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
49
+ - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
50
+ - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
51
+ - &#8203;<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
52
+ - &#8203;<!-- 05 -->[docs] Explain the purpose of renderGroup prop (#34066) @michaldudak
53
+
54
+ ### Core
55
+
56
+ - &#8203;<!-- 14 -->[core] Make useForkRef variadic (#27939) @michaldudak
57
+ - &#8203;<!-- 13 -->[core] Speedup of yarn install in the CI (#34632) @oliviertassinari
58
+ - &#8203;<!-- 12 -->[core] Fix markdown loader on Windows (#34623) @michaldudak
59
+ - &#8203;<!-- 11 -->[core] Update changelog for version v5.10.8 (#34593) @mnajdova
60
+ - &#8203;<!-- 10 -->[core] Update root package.json version (#34592) @mnajdova
61
+
62
+ All contributors of this release in alphabetical order: @HexM7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk
63
+
64
+ ## 5.10.8
65
+
66
+ <!-- generated comparing v5.10.7..master -->
67
+
68
+ _Oct 3, 2022_
69
+
70
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
71
+
72
+ - 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
73
+ - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
74
+ - And more 🐛 bug fixes and 📚 documentation improvements.
75
+
76
+ ### `@mui/material@5.10.8`
77
+
78
+ - &#8203;<!-- 28 -->[Autocomplete] Skip filtering when list of options is loading (#33278) @ndebeiss
79
+ - &#8203;<!-- 13 -->[Fab] Add `disabled` class to FAB button (#34245) @meenarama
80
+ - &#8203;<!-- 09 -->[l10n] Add Arabic Saudi Arabia (ar-SA) locale (#33340) @rolule
81
+ - &#8203;<!-- 08 -->[l10n] zhTW refinement (#33391) @Aporim2051
82
+ - &#8203;<!-- 07 -->[Popover] Add `ownerState` on the paper slot (#34445) @kabernardes
83
+ - &#8203;<!-- 05 -->[Slider] Fixed incorrect marks displayed due to duplicate keys in range (#33526) @kskd1804
84
+ - &#8203;<!-- 03 -->[TextField] Fix typo in FormControlLabel declaration file (#34535) @hghmn
85
+
86
+ ### `@mui/base@5.0.0-alpha.100`
87
+
88
+ - &#8203;<!-- 04 -->[SnackbarUnstyled] Create component and `useSnackbar` hook (#33227) @ZeeshanTamboli
89
+
90
+ ### `@mui/joy@5.0.0-alpha.48`
91
+
92
+ - &#8203;<!-- 12 -->[Joy] Fix `variantPlain` classname missing in few components (#34534) @hbjORbj
93
+ - &#8203;<!-- 11 -->[Joy] Fix input decorator color and list padding (#34586) @siriwatknp
94
+ - &#8203;<!-- 10 -->[Joy] Miscellaneous fixes (#34492) @siriwatknp
95
+
96
+ ### Docs
97
+
98
+ - &#8203;<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
99
+ - &#8203;<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
100
+ - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
101
+ - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
102
+ - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
103
+ - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
104
+ - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
105
+ - &#8203;<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
106
+ - &#8203;<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
107
+ - &#8203;<!-- 02 -->[website] Fix typo in pricing FAQ @oliviertassinari
108
+ - &#8203;<!-- 01 -->[website] Move the React Engineer role from open to next (#34494) @mnajdova
109
+
110
+ ### Core
111
+
112
+ - &#8203;<!-- 26 -->[core] Update root package.json version (#34592) @mnajdova
113
+ - &#8203;<!-- 25 -->[core] Remove useless comment in fixtures (#34581) @Garz4
114
+ - &#8203;<!-- 24 -->[core] Fix link to CODE_OF_CONDUCT.md (#34543) @peippo
115
+ - &#8203;<!-- 23 -->[core] Remove outdated docsearch.js dependency (#34421) @oliviertassinari
116
+ - &#8203;<!-- 22 -->[core] Add `newFeature` to the typing of MuiPage (#34511) @flaviendelangle
117
+
118
+ 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
119
+
3
120
  ## 5.10.7
4
121
 
5
122
  <!-- generated comparing v5.10.6..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.101
1
+ /** @license MUI v5.0.0-alpha.103
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.101
1
+ /** @license MUI v5.0.0-alpha.103
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.101
1
+ /** @license MUI v5.0.0-alpha.103
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.101
1
+ /** @license MUI v5.0.0-alpha.103
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.101",
3
+ "version": "5.0.0-alpha.103",
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.99",
52
- "@mui/system": "^5.10.7",
51
+ "@mui/base": "5.0.0-alpha.101",
52
+ "@mui/system": "^5.10.9",
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"