# [Versions](https://mui.com/versions/) | ||
## 7.0.0-beta.4 | ||
<!-- generated comparing v7.0.0-beta.3..master --> | ||
_Mar 13, 2025_ | ||
A big thanks to the 10 contributors who made this release possible. | ||
This release contains bug fixes 🐛 and improvements to the new package layout 🏗️. | ||
### `@mui/material@7.0.0-beta.4` | ||
- [Accordion] Add missing `root` slot (#45532) @sai6855 | ||
- [AccordionSummary] Add slots and slotProps (#45559) @sai6855 | ||
- [ListItemText] Add missing `root` slot (#45540) @sai6855 | ||
- [SpeedDial] Add missing `root` slot (#45541) @sai6855 | ||
- [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks | ||
- [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99 | ||
- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert | ||
- Fix negative input for CSS variables spacing array (#45550) @siriwatknp | ||
- Add missing deprecations in deprecations-all file (#45505) @sai6855 | ||
- Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot | ||
### `@mui/icons-material@7.0.0-beta.4` | ||
- Remove unused icon names from the download script (#45453) @yermartee | ||
### `@mui/system@7.0.0-beta.4` | ||
- Prevent nested non-vars theme inheritance (#45545) @siriwatknp | ||
- Disable theme recalculation as default behavior (#45405) @siriwatknp | ||
- Fix package layout inconsistencies (#45491) @DiegoAndai | ||
### `@mui/styled-engine@7.0.0-beta.4` | ||
- Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp | ||
### `@mui/types@7.3.0` | ||
- [code-infra] Fix type resolution for @mui/types (#45513) @Janpot | ||
### `@mui/utils@7.0.0-beta.4` | ||
- Fix package layout inconsistencies (#45491) @DiegoAndai | ||
- Use correct iri-reference homepage format (#45472) @dahiro | ||
### Docs | ||
- [Backdrop] Fix component name in migration guide (#45506) @sai6855 | ||
- [TextField] Add HTML input section to TextField page (#45439) @siriwatknp | ||
### Core | ||
- [code-infra] Convert a few docs modules to ts (#45548) @Janpot | ||
- [code-infra] Remove more CJS modules from the docs (#45557) @Janpot | ||
- [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot | ||
- [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp | ||
- [blog] Fix author end-of-year updates (#45533) @oliviertassinari | ||
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee | ||
## 7.0.0-beta.3 | ||
@@ -4,0 +64,0 @@ |
/** | ||
* @mui/lab v7.0.0-beta.6 | ||
* @mui/lab v7.0.0-beta.7 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/lab v7.0.0-beta.6 | ||
* @mui/lab v7.0.0-beta.7 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/lab v7.0.0-beta.6 | ||
* @mui/lab v7.0.0-beta.7 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "@mui/lab", | ||
"version": "7.0.0-beta.6", | ||
"version": "7.0.0-beta.7", | ||
"private": false, | ||
@@ -34,6 +34,6 @@ "author": "MUI Team", | ||
"prop-types": "^15.8.1", | ||
"@mui/system": "7.0.0-beta.3", | ||
"@mui/base": "5.0.0-beta.69", | ||
"@mui/types": "^7.2.23", | ||
"@mui/utils": "7.0.0-beta.3" | ||
"@mui/base": "7.0.0-beta.4", | ||
"@mui/utils": "7.0.0-beta.4", | ||
"@mui/types": "^7.3.0", | ||
"@mui/system": "7.0.0-beta.4" | ||
}, | ||
@@ -46,4 +46,4 @@ "peerDependencies": { | ||
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"@mui/material-pigment-css": "^7.0.0-beta.3", | ||
"@mui/material": "7.0.0-beta.3" | ||
"@mui/material": "7.0.0-beta.4", | ||
"@mui/material-pigment-css": "^7.0.0-beta.4" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependenciesMeta": { |
515045
0.46%