@mui/lab 5.0.0-alpha.175 → 5.0.0-alpha.177
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 +83 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,88 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.18.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.17.1..v5.x -->
|
|
6
|
+
|
|
7
|
+
_Jun 26, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
CSS layers make it easier to override styles by splitting a single style sheet into multiple layers.
|
|
12
|
+
To learn more, check out the [CSS layers documentation](https://v5.mui.com/material-ui/customization/css-layers/).
|
|
13
|
+
|
|
14
|
+
### `@mui/system@5.18.0`
|
|
15
|
+
|
|
16
|
+
- Backport CSS layers from v7 (#46320) @siriwatknp
|
|
17
|
+
|
|
18
|
+
### `@mui/material-nextjs@5.18.0`
|
|
19
|
+
|
|
20
|
+
- Backport CSS layers from v7 (#46320) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- Ease migration to v5 (#45991) @oliviertassinari
|
|
25
|
+
- Add AccordionSummary to the breaking change migration (@siriwatknp) (#45972) @siriwatknp
|
|
26
|
+
|
|
27
|
+
All contributors of this release in alphabetical order: @oliviertassinari, @siriwatknp
|
|
28
|
+
|
|
29
|
+
## v5.17.1
|
|
30
|
+
|
|
31
|
+
<!-- generated comparing v5.17.0..v5.x -->
|
|
32
|
+
|
|
33
|
+
_Mar 18, 2025_
|
|
34
|
+
|
|
35
|
+
This release fixes the `@mui/types` dependencies in all packages to fix a package layout bug (#45612) @DiegoAndai
|
|
36
|
+
|
|
37
|
+
## v5.17.0
|
|
38
|
+
|
|
39
|
+
_Mar 18, 2025_
|
|
40
|
+
|
|
41
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
42
|
+
|
|
43
|
+
### `@mui/material@5.17.0`
|
|
44
|
+
|
|
45
|
+
- [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) (#45238) @DiegoAndai
|
|
46
|
+
- Support nested theme when upper theme is CSS vars theme (#45604) @siriwatknp
|
|
47
|
+
|
|
48
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
|
|
49
|
+
|
|
50
|
+
## v5.16.14
|
|
51
|
+
|
|
52
|
+
<!-- generated comparing v5.16.13..v5.x -->
|
|
53
|
+
|
|
54
|
+
_Jan 6, 2025_
|
|
55
|
+
|
|
56
|
+
A big thanks to the 1 contributor who made this release possible.
|
|
57
|
+
|
|
58
|
+
### `@mui/material@5.16.14`
|
|
59
|
+
|
|
60
|
+
- [Autocomplete] Revert: Fix options list rendering in freeSolo mode (#44857) @ZeeshanTamboli
|
|
61
|
+
|
|
62
|
+
All contributors of this release in alphabetical order: @ZeeshanTamboli
|
|
63
|
+
|
|
64
|
+
## v5.16.13
|
|
65
|
+
|
|
66
|
+
<!-- generated comparing v5.16.12..v5.x -->
|
|
67
|
+
|
|
68
|
+
_Dec 24, 2024_
|
|
69
|
+
|
|
70
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
71
|
+
|
|
72
|
+
### `@mui/material-nextjs@5.16.13`
|
|
73
|
+
|
|
74
|
+
- Support Next 15.0.0 in v5 (#44853) @DiegoAndai
|
|
75
|
+
|
|
76
|
+
### Docs
|
|
77
|
+
|
|
78
|
+
- [material-ui] Fix crashing of DraggableDialog demo (#44811) @sai6855
|
|
79
|
+
|
|
80
|
+
### Core
|
|
81
|
+
|
|
82
|
+
- Use React 18's JSX runtime for v5.x UMD builds (#44815) @DiegoAndai
|
|
83
|
+
|
|
84
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855
|
|
85
|
+
|
|
3
86
|
## v5.16.12
|
|
4
87
|
|
|
5
88
|
<!-- generated comparing v5.16.11..v5.x -->
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.177",
|
|
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/
|
|
35
|
-
"@mui/
|
|
36
|
-
"@mui/
|
|
37
|
-
"@mui/
|
|
34
|
+
"@mui/system": "^5.18.0",
|
|
35
|
+
"@mui/types": "~7.2.15",
|
|
36
|
+
"@mui/utils": "^5.17.1",
|
|
37
|
+
"@mui/base": "5.0.0-beta.40-1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@emotion/react": "^11.5.0",
|