@mui/lab 5.0.0-alpha.133 → 5.0.0-alpha.134

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,47 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.13.5
4
+
5
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
6
+
7
+ - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
8
+ - 🐛 bug fixes and 📚 documentation improvements.
9
+
10
+ ### `@mui/material@5.13.5`
11
+
12
+ - &#8203;<!-- 03 -->[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai
13
+
14
+ ### `@mui/joy@5.0.0-alpha.84`
15
+
16
+ - &#8203;<!-- 20 -->[ButtonGroup][joy] Replace `detached` prop with `spacing`. (#37562) @siriwatknp
17
+ - &#8203;<!-- 19 -->[ButtonGroup][joy] Add `ButtonGroup` component (#37407) @siriwatknp
18
+ - &#8203;<!-- 04 -->[Input][joy] Simplify focus with `:focus-within` and add examples (#37385) @siriwatknp
19
+
20
+ ### Docs
21
+
22
+ - &#8203;<!-- 17 -->[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
23
+ - &#8203;<!-- 16 -->[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
24
+ - &#8203;<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
25
+ - &#8203;<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
26
+ - &#8203;<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
27
+ - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
28
+ - &#8203;<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
29
+ - &#8203;<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
30
+ - &#8203;<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
31
+ - &#8203;<!-- 08 -->[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
32
+ - &#8203;<!-- 07 -->[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
33
+ - &#8203;<!-- 06 -->[docs][joy] Add typography introduction demo component (#37553) @sernstberger
34
+ - &#8203;<!-- 05 -->[docs][joy] Add a rental dashboard template (#37453) @sernstberger
35
+
36
+ ### Core
37
+
38
+ - &#8203;<!-- 21 -->Move the React Community Engineer - X in Open Roles (#37552) @DanailH
39
+ - &#8203;<!-- 18 -->[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
40
+ - &#8203;<!-- 02 -->[website] RIDI gold sponsorship end (#37517) @oliviertassinari
41
+ - &#8203;<!-- 01 -->[website] Update X landing page (#37387) @cherniavskii
42
+
43
+ All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli
44
+
3
45
  ## 5.13.4
4
46
 
5
47
  <!-- generated comparing v5.13.3..master -->
@@ -765,7 +807,7 @@ _Mar 14, 2023_
765
807
 
766
808
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
767
809
 
768
- - @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
810
+ - @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
769
811
  - other 🐛 bug fixes and 📚 documentation improvements.
770
812
 
771
813
  ### `@mui/material@5.11.13`
@@ -950,7 +992,7 @@ _Feb 27, 2023_
950
992
 
951
993
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
952
994
 
953
- - 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
995
+ - 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
954
996
  - other 🐛 bug fixes and 📚 documentation improvements.
955
997
 
956
998
  ### `@mui/material@5.11.11`
@@ -1319,7 +1361,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1319
1361
  + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
1320
1362
  ```
1321
1363
 
1322
- The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
1364
+ The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base-ui/react-slider/#value-label
1323
1365
 
1324
1366
  - The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
1325
1367
 
@@ -2312,7 +2354,7 @@ _Oct 3, 2022_
2312
2354
 
2313
2355
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2314
2356
 
2315
- - 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
2357
+ - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
2316
2358
  - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
2317
2359
  - And more 🐛 bug fixes and 📚 documentation improvements.
2318
2360
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.133
2
+ * @mui/lab v5.0.0-alpha.134
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.133
2
+ * @mui/lab v5.0.0-alpha.134
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.133
2
+ * @mui/lab v5.0.0-alpha.134
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.133
2
+ * @mui/lab v5.0.0-alpha.134
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "5.0.0-alpha.133",
3
+ "version": "5.0.0-alpha.134",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.21.0",
51
51
  "@mui/base": "5.0.0-beta.4",
52
- "@mui/system": "^5.13.2",
52
+ "@mui/system": "^5.13.5",
53
53
  "@mui/types": "^7.2.4",
54
54
  "@mui/utils": "^5.13.1",
55
55
  "clsx": "^1.2.1",