@mui/lab 9.0.0-beta.3 → 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 +122 -0
- package/LICENSE +1 -1
- package/TimelineItem/TimelineItem.js +5 -7
- package/TimelineItem/TimelineItem.mjs +5 -7
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,127 @@
|
|
|
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
|
+
|
|
41
|
+
## 9.1.0
|
|
42
|
+
|
|
43
|
+
<!-- generated comparing v9.0.1..master -->
|
|
44
|
+
|
|
45
|
+
_Jun 8, 2026_
|
|
46
|
+
|
|
47
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
48
|
+
|
|
49
|
+
- ⚙️ Support for the [prefers-reduced-motion](https://mui.com/material-ui/transitions/#reduced-motion) setting.
|
|
50
|
+
- ♿️ Improved support for Windows High Contrast mode with the [enhanceHighContrast](https://mui.com/material-ui/customization/palette/#windows-high-contrast-mode) theme wrapper.
|
|
51
|
+
|
|
52
|
+
### `@mui/material@9.1.0`
|
|
53
|
+
|
|
54
|
+
- [autocomplete] Enable clearing highlight when mouse leaves popup (#48354) @mj12albert
|
|
55
|
+
- [autocomplete] Fix `freeSolo` controlled values cleared by initial `null` (#48611) @mj12albert
|
|
56
|
+
- [autocomplete] Fix item removal when it receives focus from VoiceOver before using Backspace (#48572) @silviuaavram
|
|
57
|
+
- [autocomplete] Fix `resetHighlightOnMouseLeave` JSdoc (#48536) @mj12albert
|
|
58
|
+
- [autocomplete] Guard against null inputRef during unmount (#48617) @noam3127
|
|
59
|
+
- [badge] Add `aria-hidden` to badge content and polish docs demos (#48471) @mj12albert
|
|
60
|
+
- [badge] Use inline CSS variables for anchorOrigin/overlap positioning (#48549) @siriwatknp
|
|
61
|
+
- [button] Fix customized flex gap styles (#48542) @mj12albert
|
|
62
|
+
- [dialog] Fix unwanted `DialogPaper` focus ring (#48535) @mj12albert
|
|
63
|
+
- [focus trap] Fix incorrect tab order when `tabIndex >= 1` (#48546) @mj12albert
|
|
64
|
+
- [progress] Show runtime errors only once (#48591) @silviuaavram
|
|
65
|
+
- [select] Allow spacebar to select elements (#48615) @silviuaavram
|
|
66
|
+
- [select] Support typeahead when closed (#48563) @mj12albert
|
|
67
|
+
- [step button] Choose higher contrast ripple color for dark mode focus (#48612) @silviuaavram
|
|
68
|
+
- [stepper] Include StepConnector inside Step element (#48492) @silviuaavram
|
|
69
|
+
- [stepper] Proper support for vertical alternativeLabel (#48485) @silviuaavram
|
|
70
|
+
- [tabs] Fix React 18 roving tabindex and dedupe invalid-value warning (#48605) @Janpot
|
|
71
|
+
- [theme] Add HighContrast theme enhancer (#48319) @silviuaavram
|
|
72
|
+
- [timeline item] Fix extra ::before spacing when TimelineOppositeContent is present (#46663) @tyalau
|
|
73
|
+
- [tooltip] Prevent stuck-open tooltip when child becomes disabled (#48606) @Janpot
|
|
74
|
+
- [transitions] Custom `Transition` component (#48325) @mj12albert
|
|
75
|
+
- [transitions] Support `prefers-reduced-motion` (#48357) @mj12albert
|
|
76
|
+
|
|
77
|
+
### `@mui/utils@9.1.0`
|
|
78
|
+
|
|
79
|
+
- [utils] Prevent prototype pollution in fastDeepAssign (#48580) @Janpot
|
|
80
|
+
|
|
81
|
+
### Docs
|
|
82
|
+
|
|
83
|
+
- [docs] Add function `slotProps` documentation (#48574) @mj12albert
|
|
84
|
+
- [docs] Clarify styled-components version compatibility (#48533) @nightt5879
|
|
85
|
+
- [docs] Fix broken URLs (#48520) @oliviertassinari
|
|
86
|
+
- [docs] Fix invalid JSON in Zed MCP setup example (#48490) @pavan-sh
|
|
87
|
+
- [docs] Mention release version for enhanceHighContrast (#48609) @silviuaavram
|
|
88
|
+
- [docs] Remove outdated MUI X v8 notification (#48600) @cherniavskii
|
|
89
|
+
- [docs] Remove redundant enhanceHighContrast information (#48632) @silviuaavram
|
|
90
|
+
- [docs-infra] Decrease loaded bundle size on docs (#48584) @brijeshb42
|
|
91
|
+
- [docs-infra] Drop multi-locale plumbing from API pages (#48370) @brijeshb42
|
|
92
|
+
- [docs-infra] Fix Cookie banner heading (#48529) @oliviertassinari
|
|
93
|
+
- [docs-infra] Infinitely cache all static assets (#48627) @brijeshb42
|
|
94
|
+
- [docs-infra] Remove outdated noSEOadvantage entries (#48527) @oliviertassinari
|
|
95
|
+
- [docs-infra] Restore build-only invariant throws via `NEXT_RUNTIME` guard (#48475) @Janpot
|
|
96
|
+
- [docs-infra] Test HTML validation in broken links checker (#48088) @Janpot
|
|
97
|
+
- [docs][icons] Fix Font Awesome Chip demo in dark mode (#48576) @siriwatknp
|
|
98
|
+
- [docs][icons] Remove redundant font awesome demo (#48493) @ZeeshanTamboli
|
|
99
|
+
- [docs][modal] Add nested modal guidance (#46507) @JakeSaterlay
|
|
100
|
+
- [docs][stepper] Fix focus management in examples (#48494) @silviuaavram
|
|
101
|
+
|
|
102
|
+
### Core
|
|
103
|
+
|
|
104
|
+
- Eslint markdown (#48371) @Janpot
|
|
105
|
+
- [agents] Fix some docs links (#48561) @silviuaavram
|
|
106
|
+
- [blog] Copy editing improvement on v9 announcement blog posts (#48543) @joserodolfofreitas
|
|
107
|
+
- [code-infra] Cleanup unused jss packages (#48590) @brijeshb42
|
|
108
|
+
- [code-infra] Collapse canary workflows into nightly and nightly-cron (#48556) @Janpot
|
|
109
|
+
- [code-infra] Convert @mui/private-theming to TypeScript (#48565) @Janpot
|
|
110
|
+
- [code-infra] Convert @mui/styled-engine to TypeScript (#48544) @Janpot
|
|
111
|
+
- [code-infra] Convert @mui/styled-engine-sc to TypeScript (#48577) @Janpot
|
|
112
|
+
- [code-infra] Fix duplicate resource_class in test_regressions CI job (#48601) @LukasTy
|
|
113
|
+
- [code-infra] Make @mui/internal-docs-utils compatible with TypeScript 6 (#48594) @Janpot
|
|
114
|
+
- [code-infra] Migrate CircleCI jobs to Gen2 resource classes (#48593) @LukasTy
|
|
115
|
+
- [code-infra] Parallelize visual regression screenshots (#48557) @Janpot
|
|
116
|
+
- [code-infra] Run nightly-cron on v7.x (#48579) @Janpot
|
|
117
|
+
- [core] Fix typescript@next typecheck (#48587) @Janpot
|
|
118
|
+
- [pnpm] Add security settings to pnpm-workspace.yaml (#48582) @Janpot
|
|
119
|
+
- [styled-engine-sc] Fix compatibility with Vite and Vitest (#48558) @mj12albert
|
|
120
|
+
- [test] Add axe-core tests for mui-material (#48341) @siriwatknp
|
|
121
|
+
- [test] Configure Tailwind CSS in the visual-regression app (#48575) @Janpot
|
|
122
|
+
|
|
123
|
+
All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @JakeSaterlay, @Janpot, @joserodolfofreitas, @LukasTy, @mj12albert, @nightt5879, @noam3127, @oliviertassinari, @pavan-sh, @silviuaavram, @siriwatknp, @tyalau, @ZeeshanTamboli
|
|
124
|
+
|
|
3
125
|
## 9.0.1
|
|
4
126
|
|
|
5
127
|
<!-- generated comparing v9.0.0..master -->
|
package/LICENSE
CHANGED
|
@@ -46,6 +46,11 @@ const TimelineItemRoot = (0, _styles.styled)('li', {
|
|
|
46
46
|
display: 'flex',
|
|
47
47
|
position: 'relative',
|
|
48
48
|
minHeight: 70,
|
|
49
|
+
[`&:not(:has(.${_TimelineOppositeContent.timelineOppositeContentClasses.root}))::before`]: {
|
|
50
|
+
content: '""',
|
|
51
|
+
flex: 1,
|
|
52
|
+
padding: '6px 16px'
|
|
53
|
+
},
|
|
49
54
|
...(ownerState.position === 'left' && {
|
|
50
55
|
flexDirection: 'row-reverse'
|
|
51
56
|
}),
|
|
@@ -59,13 +64,6 @@ const TimelineItemRoot = (0, _styles.styled)('li', {
|
|
|
59
64
|
textAlign: 'left'
|
|
60
65
|
}
|
|
61
66
|
}
|
|
62
|
-
}),
|
|
63
|
-
...(!ownerState.hasOppositeContent && {
|
|
64
|
-
'&::before': {
|
|
65
|
-
content: '""',
|
|
66
|
-
flex: 1,
|
|
67
|
-
padding: '6px 16px'
|
|
68
|
-
}
|
|
69
67
|
})
|
|
70
68
|
}));
|
|
71
69
|
const TimelineItem = /*#__PURE__*/React.forwardRef(function TimelineItem(inProps, ref) {
|
|
@@ -39,6 +39,11 @@ const TimelineItemRoot = styled('li', {
|
|
|
39
39
|
display: 'flex',
|
|
40
40
|
position: 'relative',
|
|
41
41
|
minHeight: 70,
|
|
42
|
+
[`&:not(:has(.${timelineOppositeContentClasses.root}))::before`]: {
|
|
43
|
+
content: '""',
|
|
44
|
+
flex: 1,
|
|
45
|
+
padding: '6px 16px'
|
|
46
|
+
},
|
|
42
47
|
...(ownerState.position === 'left' && {
|
|
43
48
|
flexDirection: 'row-reverse'
|
|
44
49
|
}),
|
|
@@ -52,13 +57,6 @@ const TimelineItemRoot = styled('li', {
|
|
|
52
57
|
textAlign: 'left'
|
|
53
58
|
}
|
|
54
59
|
}
|
|
55
|
-
}),
|
|
56
|
-
...(!ownerState.hasOppositeContent && {
|
|
57
|
-
'&::before': {
|
|
58
|
-
content: '""',
|
|
59
|
-
flex: 1,
|
|
60
|
-
padding: '6px 16px'
|
|
61
|
-
}
|
|
62
60
|
})
|
|
63
61
|
}));
|
|
64
62
|
const TimelineItem = /*#__PURE__*/React.forwardRef(function TimelineItem(inProps, ref) {
|
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.
|
|
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
|
|
44
|
-
"@mui/material": "^9.
|
|
43
|
+
"@mui/material": "^9.1.1",
|
|
44
|
+
"@mui/material-pigment-css": "^9.1.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
47
47
|
"@types/react": {
|