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

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,83 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.7
4
+
5
+ <!-- generated comparing v5.10.6..master -->
6
+
7
+ _Sep 26, 2022_
8
+
9
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
12
+
13
+ ### `@mui/material@5.10.7`
14
+
15
+ - [CssVarsProvider] Exclude dark mode variables from `:root` stylesheet (#34131) @siriwatknp
16
+ - [Chip] Add chip classes (#33801) @pratikkarad
17
+ - [Slider] Fix typo in the comments in the source (#34452) @HexM7
18
+ - [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
19
+ - [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
20
+ - [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
21
+ - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
22
+
23
+ ### `@mui/system@5.10.7`
24
+
25
+ - [system] Fix parsing of hsla colors in getLuminance (#34437) @ptrfrncsmrph
26
+ - [system] Fix incorrect type of `shape.borderRadius` in theme (#34076) @ZeeshanTamboli
27
+ - [system] Replace `enableSystem` with `defaultMode` (#33960) @siriwatknp
28
+
29
+ ### `@mui/material@5.0.0-alpha.101`
30
+
31
+ - [deps] Move @mui/types to dependencies (#34384) @Methuselah96
32
+
33
+ ### `@mui/base@5.0.0-alpha.99`
34
+
35
+ #### Breaking changes
36
+
37
+ - [TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
38
+
39
+ ```diff
40
+ - import TrapFocus from ‘@mui/base/TrapFocus’;
41
+ + import FocusTrap from ‘@mui/base/FocusTrap’;
42
+ ```
43
+
44
+ #### Changes
45
+
46
+ - [MultiSelect] Require a single tap to select an item on mobile Chrome (#33932) @michaldudak
47
+
48
+ ### `@mui/joy@5.0.0-alpha.47`
49
+
50
+ - [Checkbox] spread `value`, `required`, and `readOnly` to input (#34477) @siriwatknp
51
+ - [Chip] Fix unbinded `onClick` prop (#34455) @HexM7
52
+ - [Divider] Add `Divider` component (#34403) @siriwatknp
53
+ - [Radio] spread `readOnly` and `required` to input (#34478) @siriwatknp
54
+
55
+ ### Docs
56
+
57
+ - [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
58
+ - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
59
+ - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
60
+ - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
61
+ - [docs] Update the guide for migrating to TSS (#34417) @garronej
62
+ - [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
63
+ - [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
64
+ - [docs] Standardize all MUI Core "Installation" pages (#34168) @samuelsycamore
65
+ - [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
66
+ - [docs] Fix Select `onChange` call (#34408) @siriwatknp
67
+ - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
68
+ - [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
69
+ - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
70
+ - [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
71
+ - [website] Adds Bilal to about page (#34412) @MBilalShafi
72
+ - [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
73
+
74
+ ### Core
75
+
76
+ - [core] Document some types in @mui/styled-engine-sc (#34413) @mnajdova
77
+ - [core] Add yml support to prettier (#33980) @Janpot
78
+
79
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @alexfauquette, @CodingItWrong, @Dustin-Digitar, @garronej, @HexM7, @howlettt, @Janpot, @joserodolfofreitas, @kabernardes, @MBilalShafi, @Methuselah96, @michaldudak, @mnajdova, @oliviertassinari, @prakhargupta1, @pratikkarad, @ptrfrncsmrph, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
80
+
3
81
  ## 5.10.6
4
82
 
5
83
  <!-- generated comparing v5.10.5..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.100
1
+ /** @license MUI v5.0.0-alpha.102
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.100
1
+ /** @license MUI v5.0.0-alpha.102
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.100
1
+ /** @license MUI v5.0.0-alpha.102
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.100
1
+ /** @license MUI v5.0.0-alpha.102
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.100",
3
+ "version": "5.0.0-alpha.102",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -48,8 +48,9 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.19.0",
51
- "@mui/base": "5.0.0-alpha.98",
52
- "@mui/system": "^5.10.6",
51
+ "@mui/base": "5.0.0-alpha.100",
52
+ "@mui/system": "^5.10.8",
53
+ "@mui/types": "^7.2.0",
53
54
  "@mui/utils": "^5.10.6",
54
55
  "clsx": "^1.2.1",
55
56
  "prop-types": "^15.8.1",