@mui/lab 5.0.0-alpha.135 → 5.0.0-alpha.136

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,71 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.0
4
+
5
+ <!-- generated comparing v5.13.7..master -->
6
+
7
+ _Jul 11, 2023_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
12
+ - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
13
+ - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
14
+ - 🅙 [Joy UI guide](https://mui.com/joy-ui/guides/next-js-app-router/)
15
+ - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
16
+ - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
17
+
18
+ ### `@mui/material@5.14.0`
19
+
20
+ - [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot
21
+
22
+ ### `@mui/material-next@6.0.0-alpha.92`
23
+
24
+ - [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai
25
+
26
+ ### `@mui/joy@5.0.0-alpha.87`
27
+
28
+ - [ButtonGroup] Fix style for single Button (#37692) @MaybePixem
29
+ - Fix theme typography fallback value (#37845) @siriwatknp
30
+
31
+ ### `@mui/icons-material@5.14.0`
32
+
33
+ - [icons-material] Rebuild icons with `"use client"` (#37894) @mj12albert
34
+
35
+ ### Docs
36
+
37
+ - [docs] Polish ukraine banner (#37905) @oliviertassinari
38
+ - [docs] Reduce ukraine banner size (#34795) @oliviertassinari
39
+ - [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
40
+ - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
41
+ - [docs] Small pickers migration improvement (#37815) @alexfauquette
42
+ - [docs] Fix pickers product name (#37825) @LukasTy
43
+ - [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
44
+ - [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
45
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
46
+ - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
47
+ - [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
48
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
49
+ - [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
50
+ - [docs-infra] Fixes in API pages generation (#37813) @mnajdova
51
+ - [docs-infra] Add test case when using sh (#37818) @oliviertassinari
52
+ - [docs-infra] Use icons instead of words for the code copy button (#37664) @danilo-leal
53
+ - [docs-infra] Fix code parser (#37828) @alexfauquette
54
+ - [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
55
+ - [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
56
+ - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
57
+
58
+ ### Core
59
+
60
+ - [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
61
+ - [core] Fix imports to React (#37863) @oliviertassinari
62
+ - [core] Disambiguate eslint plugin name @oliviertassinari
63
+ - [core] Sync the lint script name with the other repositories @oliviertassinari
64
+ - [core] Point to Crowdin directly @oliviertassinari
65
+ - [website] Sync career page (#37847) @oliviertassinari
66
+
67
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @DiegoAndai, @enrique-ramirez, @gitstart, @LukasTy, @MaybePixem, @mj12albert, @mnajdova, @nicolas-ot, @oliviertassinari, @samuelsycamore, @siriwatknp, @Studio384
68
+
3
69
  ## 5.13.7
4
70
 
5
71
  <!-- generated comparing v5.13.6..master -->
@@ -521,7 +587,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
521
587
 
522
588
  There is codemod that you can run in your project to do the transformation:
523
589
 
524
- ```sh
590
+ ```bash
525
591
  npx @mui/codemod v5.0.0/base-remove-component-prop <path>
526
592
  ```
527
593
 
@@ -620,7 +686,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
620
686
 
621
687
  You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
622
688
 
623
- ```sh
689
+ ```bash
624
690
  npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
625
691
  ```
626
692
 
@@ -6265,7 +6331,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
6265
6331
 
6266
6332
  replace `@material-ui/*` prefix with `@mui/*`:
6267
6333
 
6268
- ```sh
6334
+ ```bash
6269
6335
  @material-ui/system -> @mui/system
6270
6336
  @material-ui/styles -> @mui/styles
6271
6337
  @material-ui/lab -> @mui/lab
@@ -6278,7 +6344,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
6278
6344
 
6279
6345
  except these 3 packages that are renamed.
6280
6346
 
6281
- ```sh
6347
+ ```bash
6282
6348
  @material-ui/core => @mui/material // represents Material Design components.
6283
6349
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
6284
6350
  @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
@@ -10973,13 +11039,13 @@ Here are some highlights ✨:
10973
11039
 
10974
11040
  Before:
10975
11041
 
10976
- ```sh
11042
+ ```bash
10977
11043
  theme.spacing(2) => 16
10978
11044
  ```
10979
11045
 
10980
11046
  After:
10981
11047
 
10982
- ```sh
11048
+ ```bash
10983
11049
  theme.spacing(2) => '16px'
10984
11050
  ```
10985
11051
 
package/README.md CHANGED
@@ -8,7 +8,7 @@ Install the package in your project directory with:
8
8
 
9
9
  <!-- #default-branch-switch -->
10
10
 
11
- ```sh
11
+ ```bash
12
12
  // with npm
13
13
  npm install @mui/lab
14
14
 
@@ -21,7 +21,7 @@ If you are not already using them in your project, you can install with:
21
21
 
22
22
  <!-- #default-branch-switch -->
23
23
 
24
- ```sh
24
+ ```bash
25
25
  // with npm
26
26
  npm install @mui/material @emotion/react @emotion/styled
27
27
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.135
2
+ * @mui/lab v5.0.0-alpha.136
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.135
2
+ * @mui/lab v5.0.0-alpha.136
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.135
2
+ * @mui/lab v5.0.0-alpha.136
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.135
2
+ * @mui/lab v5.0.0-alpha.136
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.135",
3
+ "version": "5.0.0-alpha.136",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.22.5",
51
- "@mui/base": "5.0.0-beta.6",
52
- "@mui/system": "^5.13.7",
51
+ "@mui/base": "5.0.0-beta.7",
52
+ "@mui/system": "^5.14.0",
53
53
  "@mui/types": "^7.2.4",
54
54
  "@mui/utils": "^5.13.7",
55
55
  "clsx": "^1.2.1",