@mui/lab 9.0.0-beta.4 → 9.0.0-beta.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/index.mjs +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# [Versions](https://mui.com/material-ui/getting-started/versions/)
|
|
2
2
|
|
|
3
|
+
## 9.1.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.1.0..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 11, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@9.1.1`
|
|
12
|
+
|
|
13
|
+
- [Autocomplete] Update fullWidth prop documentation (#48626) @vipin8797
|
|
14
|
+
- [ButtonBase] Fix focus ripple lingering after blur (#48650) @siriwatknp
|
|
15
|
+
- [InitColorSchemeScript] Server-render in tests for React 19.3 (#48604) @Janpot
|
|
16
|
+
- [Transition] Mount child in same commit when opening from unmounted (#48649) @siriwatknp
|
|
17
|
+
|
|
18
|
+
### `@mui/styled-engine@9.1.1`
|
|
19
|
+
|
|
20
|
+
- [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#48603) @Janpot
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- Send SOURCE to Brevo on newsletter subscribe (#48633) @aemartos
|
|
25
|
+
- fix TypeScript heading capitalization (#48619) @ifer47
|
|
26
|
+
- Remove outdated security section (#48628) @oliviertassinari
|
|
27
|
+
- [legal] Update EULA links on website (#48642) @rluzists1
|
|
28
|
+
|
|
29
|
+
### Core
|
|
30
|
+
|
|
31
|
+
- Update dependencies to resolve Dependabot security alerts (#48641) @Janpot
|
|
32
|
+
- [core-docs] Pin StackBlitz demo vite to v7 and plugin-react to v5 (#48643) @Janpot
|
|
33
|
+
- [code-infra] Port codebase to use tsgo (#48616) @brijeshb42
|
|
34
|
+
- [docs-infra] Fix immutable cache headers for /\_next/static assets (#48655) @brijeshb42
|
|
35
|
+
- [docs-infra] Run link checker during docs build instead of as separate CI step (#48634) @Janpot
|
|
36
|
+
- [docs-infra] Support turbopack for docs (#48569) @brijeshb42
|
|
37
|
+
- [test] Cover docs landing-page composites with Argos (#48589) @LukasTy
|
|
38
|
+
|
|
39
|
+
All contributors of this release in alphabetical order: @aemartos, @brijeshb42, @ifer47, @Janpot, @LukasTy, @oliviertassinari, @rluzists1, @siriwatknp, @vipin8797
|
|
40
|
+
|
|
3
41
|
## 9.1.0
|
|
4
42
|
|
|
5
43
|
<!-- generated comparing v9.0.1..master -->
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
3
|
"//": "version should be 'alpha' at all time",
|
|
4
|
-
"version": "9.0.0-beta.
|
|
4
|
+
"version": "9.0.0-beta.5",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new Material UI modules.",
|
|
7
7
|
"license": "MIT",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@babel/runtime": "^7.29.2",
|
|
31
31
|
"clsx": "^2.1.1",
|
|
32
32
|
"prop-types": "^15.8.1",
|
|
33
|
-
"@mui/
|
|
34
|
-
"@mui/utils": "^9.1.
|
|
35
|
-
"@mui/
|
|
33
|
+
"@mui/system": "^9.1.1",
|
|
34
|
+
"@mui/utils": "^9.1.1",
|
|
35
|
+
"@mui/types": "^9.1.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@emotion/react": "^11.5.0",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
41
41
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
42
42
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
43
|
-
"@mui/material": "^9.1.
|
|
44
|
-
"@mui/material-pigment-css": "^9.1.
|
|
43
|
+
"@mui/material": "^9.1.1",
|
|
44
|
+
"@mui/material-pigment-css": "^9.1.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
47
47
|
"@types/react": {
|