@mui/styled-engine-sc 7.0.0-beta.3 → 7.0.0-rc.0
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 +84 -0
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,89 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.0.0-rc.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.0-beta.4..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 18, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.0.0-rc.0`
|
|
12
|
+
|
|
13
|
+
- [StepLabel] Add missing root slot (#45603) @sai6855
|
|
14
|
+
- [Switch] Add slots and slotProps (#45595) @siriwatknp
|
|
15
|
+
- [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
|
|
16
|
+
|
|
17
|
+
### Core
|
|
18
|
+
|
|
19
|
+
- [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
|
|
20
|
+
- [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
|
|
21
|
+
- [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
|
|
22
|
+
- [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
|
|
23
|
+
- Add StackBlitz template to issue template (#45504) @Janpot
|
|
24
|
+
|
|
25
|
+
All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
|
|
26
|
+
|
|
27
|
+
## 7.0.0-beta.4
|
|
28
|
+
|
|
29
|
+
<!-- generated comparing v7.0.0-beta.3..master -->
|
|
30
|
+
|
|
31
|
+
_Mar 13, 2025_
|
|
32
|
+
|
|
33
|
+
A big thanks to the 10 contributors who made this release possible.
|
|
34
|
+
This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
|
|
35
|
+
|
|
36
|
+
### `@mui/material@7.0.0-beta.4`
|
|
37
|
+
|
|
38
|
+
- [Accordion] Add missing `root` slot (#45532) @sai6855
|
|
39
|
+
- [AccordionSummary] Add slots and slotProps (#45559) @sai6855
|
|
40
|
+
- [ListItemText] Add missing `root` slot (#45540) @sai6855
|
|
41
|
+
- [SpeedDial] Add missing `root` slot (#45541) @sai6855
|
|
42
|
+
- [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
|
|
43
|
+
- [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
|
|
44
|
+
- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
|
|
45
|
+
- Fix negative input for CSS variables spacing array (#45550) @siriwatknp
|
|
46
|
+
- Add missing deprecations in deprecations-all file (#45505) @sai6855
|
|
47
|
+
- Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
|
|
48
|
+
|
|
49
|
+
### `@mui/icons-material@7.0.0-beta.4`
|
|
50
|
+
|
|
51
|
+
- Remove unused icon names from the download script (#45453) @yermartee
|
|
52
|
+
|
|
53
|
+
### `@mui/system@7.0.0-beta.4`
|
|
54
|
+
|
|
55
|
+
- Prevent nested non-vars theme inheritance (#45545) @siriwatknp
|
|
56
|
+
- Disable theme recalculation as default behavior (#45405) @siriwatknp
|
|
57
|
+
- Fix package layout inconsistencies (#45491) @DiegoAndai
|
|
58
|
+
|
|
59
|
+
### `@mui/styled-engine@7.0.0-beta.4`
|
|
60
|
+
|
|
61
|
+
- Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
|
|
62
|
+
|
|
63
|
+
### `@mui/types@7.3.0`
|
|
64
|
+
|
|
65
|
+
- [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
|
|
66
|
+
|
|
67
|
+
### `@mui/utils@7.0.0-beta.4`
|
|
68
|
+
|
|
69
|
+
- Fix package layout inconsistencies (#45491) @DiegoAndai
|
|
70
|
+
- Use correct iri-reference homepage format (#45472) @dahiro
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- [Backdrop] Fix component name in migration guide (#45506) @sai6855
|
|
75
|
+
- [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
|
|
76
|
+
|
|
77
|
+
### Core
|
|
78
|
+
|
|
79
|
+
- [code-infra] Convert a few docs modules to ts (#45548) @Janpot
|
|
80
|
+
- [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
|
|
81
|
+
- [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
|
|
82
|
+
- [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
|
|
83
|
+
- [blog] Fix author end-of-year updates (#45533) @oliviertassinari
|
|
84
|
+
|
|
85
|
+
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
|
|
86
|
+
|
|
3
87
|
## 7.0.0-beta.3
|
|
4
88
|
|
|
5
89
|
<!-- generated comparing v7.0.0-beta.2..master -->
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/modern/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine-sc",
|
|
3
|
-
"version": "7.0.0-
|
|
3
|
+
"version": "7.0.0-rc.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui-org"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.26.
|
|
29
|
+
"@babel/runtime": "^7.26.10",
|
|
30
30
|
"@types/hoist-non-react-statics": "^3.3.6",
|
|
31
31
|
"csstype": "^3.1.3",
|
|
32
32
|
"hoist-non-react-statics": "^3.3.2",
|