@mui/lab 5.0.0-alpha.174 → 5.0.0-alpha.176

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,111 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.17.1
4
+
5
+ <!-- generated comparing v5.17.0..v5.x -->
6
+
7
+ _Mar 18, 2025_
8
+
9
+ This release fixes the `@mui/types` dependencies in all packages to fix a package layout bug (#45612) @DiegoAndai
10
+
11
+ ## v5.17.0
12
+
13
+ _Mar 18, 2025_
14
+
15
+ A big thanks to the 2 contributors who made this release possible.
16
+
17
+ ### `@mui/material@5.17.0`
18
+
19
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) (#45238) @DiegoAndai
20
+ - Support nested theme when upper theme is CSS vars theme (#45604) @siriwatknp
21
+
22
+ All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
23
+
24
+ ## v5.16.14
25
+
26
+ <!-- generated comparing v5.16.13..v5.x -->
27
+
28
+ _Jan 6, 2025_
29
+
30
+ A big thanks to the 1 contributor who made this release possible.
31
+
32
+ ### `@mui/material@5.16.14`
33
+
34
+ - [Autocomplete] Revert: Fix options list rendering in freeSolo mode (#44857) @ZeeshanTamboli
35
+
36
+ All contributors of this release in alphabetical order: @ZeeshanTamboli
37
+
38
+ ## v5.16.13
39
+
40
+ <!-- generated comparing v5.16.12..v5.x -->
41
+
42
+ _Dec 24, 2024_
43
+
44
+ A big thanks to the 2 contributors who made this release possible.
45
+
46
+ ### `@mui/material-nextjs@5.16.13`
47
+
48
+ - Support Next 15.0.0 in v5 (#44853) @DiegoAndai
49
+
50
+ ### Docs
51
+
52
+ - [material-ui] Fix crashing of DraggableDialog demo (#44811) @sai6855
53
+
54
+ ### Core
55
+
56
+ - Use React 18's JSX runtime for v5.x UMD builds (#44815) @DiegoAndai
57
+
58
+ All contributors of this release in alphabetical order: @DiegoAndai, @sai6855
59
+
60
+ ## v5.16.12
61
+
62
+ <!-- generated comparing v5.16.11..v5.x -->
63
+
64
+ _Dec 16, 2024_
65
+
66
+ Material UI v5 is now compatible with React 19 (#44720) @DiegoAndai
67
+
68
+ ### Core
69
+
70
+ - Bump react 19 in v5 (#44720) @DiegoAndai
71
+ - Add `latest-v5` tag to v5 releases (#44757) @DiegoAndai
72
+
73
+ All contributors of this release in alphabetical order: @DiegoAndai
74
+
75
+ ## 5.16.11
76
+
77
+ <!-- generated comparing v5.16.9..v5.x -->
78
+
79
+ _Dec 11, 2024_
80
+
81
+ A big thanks to the contributor who made this release possible.
82
+
83
+ ### Core
84
+
85
+ - Bump pnpm to 9.14.4 in v5 (#44705) @DiegoAndai
86
+ - Fix UMD examples (#44706) @DiegoAndai
87
+ - [typescript] Rescue missing backports v5 (#44712) @DiegoAndai
88
+
89
+ All contributors of this release in alphabetical order: @DiegoAndai
90
+
91
+ ## 5.16.9
92
+
93
+ <!-- generated comparing v5.16.8..v5.x -->
94
+
95
+ _Dec 3, 2024_
96
+
97
+ A big thanks to the 2 contributors who made this release possible.
98
+
99
+ ### `@mui/material@5.16.9`
100
+
101
+ - [Tabs] Cherry pick `ScrollbarSize` ref being overridden fix (#44595) @DiegoAndai
102
+
103
+ ### Core
104
+
105
+ - Ignore browserslist and remove tag latest (#44589) @siriwatknp
106
+
107
+ All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
108
+
3
109
  ## 5.16.8
4
110
 
5
111
  <!-- generated comparing v5.16.7..v5.x -->
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InternalStandardProps as StandardProps } from '@mui/material';
3
2
  import { Theme } from '@mui/material/styles';
4
3
  import { SxProps } from '@mui/system';
@@ -6,6 +6,6 @@ type TreeViewComponent<Multiple extends boolean | undefined = undefined> = ((pro
6
6
  * @deprecated The TreeView component was moved from `@mui/lab` to `@mui/x-tree-view`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
7
7
  * @ignore - do not document.
8
8
  */
9
- declare const TreeView: TreeViewComponent<undefined>;
9
+ declare const TreeView: TreeViewComponent;
10
10
  export default TreeView;
11
11
  export type TreeViewProps<Multiple> = Record<any, any>;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.174
2
+ * @mui/lab v5.0.0-alpha.176
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.174
2
+ * @mui/lab v5.0.0-alpha.176
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.174
2
+ * @mui/lab v5.0.0-alpha.176
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.174
2
+ * @mui/lab v5.0.0-alpha.176
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.174",
3
+ "version": "5.0.0-alpha.176",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -31,10 +31,10 @@
31
31
  "@babel/runtime": "^7.23.9",
32
32
  "clsx": "^2.1.0",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/system": "^5.16.8",
35
- "@mui/base": "5.0.0-beta.40",
36
- "@mui/types": "^7.2.15",
37
- "@mui/utils": "^5.16.8"
34
+ "@mui/types": "~7.2.15",
35
+ "@mui/system": "^5.17.1",
36
+ "@mui/base": "5.0.0-beta.40-1",
37
+ "@mui/utils": "^5.17.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@emotion/react": "^11.5.0",