@mui/lab 6.0.0-alpha.4 → 6.0.0-alpha.5
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 +38 -0
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
6
|
+
|
|
7
|
+
_May 1, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.5`
|
|
12
|
+
|
|
13
|
+
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
14
|
+
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
15
|
+
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
16
|
+
|
|
17
|
+
### `@mui/base@5.0.0-beta.43`
|
|
18
|
+
|
|
19
|
+
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- Fix small SEO issues @oliviertassinari
|
|
24
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
25
|
+
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
26
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
27
|
+
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
28
|
+
|
|
29
|
+
### Core
|
|
30
|
+
|
|
31
|
+
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
32
|
+
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
33
|
+
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
34
|
+
- [website] Sync career roles (#42058) @oliviertassinari
|
|
35
|
+
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
36
|
+
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
37
|
+
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
38
|
+
|
|
39
|
+
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
40
|
+
|
|
3
41
|
## v6.0.0-alpha.4
|
|
4
42
|
|
|
5
43
|
<!-- generated comparing v6.0.0-alpha.3..next -->
|
package/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": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.24.4",
|
|
32
|
-
"clsx": "^2.1.
|
|
32
|
+
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/base": "5.0.0-beta.
|
|
35
|
-
"@mui/system": "^6.0.0-alpha.
|
|
34
|
+
"@mui/base": "5.0.0-beta.43",
|
|
35
|
+
"@mui/system": "^6.0.0-alpha.5",
|
|
36
36
|
"@mui/types": "^7.2.14",
|
|
37
|
-
"@mui/utils": "^6.0.0-alpha.
|
|
37
|
+
"@mui/utils": "^6.0.0-alpha.5"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@emotion/react": "^11.5.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
43
43
|
"react": "^17.0.0 || ^18.0.0",
|
|
44
44
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
45
|
-
"@mui/material": "^6.0.0-alpha.
|
|
45
|
+
"@mui/material": "^6.0.0-alpha.5"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
48
48
|
"@types/react": {
|