@mui/styled-engine-sc 7.1.0 → 7.2.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 +153 -0
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,158 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.2.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.1.1..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 26, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:
|
|
10
|
+
|
|
11
|
+
- ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp.
|
|
12
|
+
- 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@7.2.0`
|
|
15
|
+
|
|
16
|
+
- [Backdrop] Fix handling of `component` prop (#46269) @sai6855
|
|
17
|
+
- [Chip] Explicitly define line-height (#46260) @DiegoAndai
|
|
18
|
+
- [Chip] Fix handling on event handlers (#46263) @sai6855
|
|
19
|
+
- [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855
|
|
20
|
+
- [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino
|
|
21
|
+
- [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech
|
|
22
|
+
- Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp
|
|
23
|
+
|
|
24
|
+
### `@mui/system@7.2.0`
|
|
25
|
+
|
|
26
|
+
- Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
|
|
27
|
+
|
|
28
|
+
### `@mui/styled-engine@7.2.0`
|
|
29
|
+
|
|
30
|
+
- Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
|
|
31
|
+
|
|
32
|
+
### `@mui/codemod@7.2.0`
|
|
33
|
+
|
|
34
|
+
- [Dialog] Add codemod for deprecated props (#46328) @sai6855
|
|
35
|
+
|
|
36
|
+
### Docs
|
|
37
|
+
|
|
38
|
+
- Don't forward `hasAiSuggestion` (#46415) @bharatkashyap
|
|
39
|
+
- Add introduction to MCP (#46224) @bharatkashyap
|
|
40
|
+
- Fallback for searchbar during SSR (#46364) @Janpot
|
|
41
|
+
- Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001
|
|
42
|
+
- Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp
|
|
43
|
+
- Remove "Unstyled" section from component docs (#46272) @mapache-salvaje
|
|
44
|
+
- Add Testing section to Rating component doc (#46268) @0210shivam
|
|
45
|
+
- Fix fade modal demo (#46271) @brijeshb42
|
|
46
|
+
- [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap
|
|
47
|
+
- [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli
|
|
48
|
+
- [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855
|
|
49
|
+
- [TextField] Removed type="number" demos (#46314) @KirankumarAmbati
|
|
50
|
+
- [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp
|
|
51
|
+
|
|
52
|
+
### Core
|
|
53
|
+
|
|
54
|
+
- pnpm docs:sync-team (3641a0b) @oliviertassinari
|
|
55
|
+
- Add cross-env to eslint script (#46358) @ZeeshanTamboli
|
|
56
|
+
- Support merging of className and style from theme (#45975) @sai6855
|
|
57
|
+
- [code-infra] Create bundle size package (#45911) @Janpot
|
|
58
|
+
- [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
|
|
59
|
+
- [docs-infra] Fix stackblitz for js projects (#46220) @Janpot
|
|
60
|
+
- [infra] Add emotion as external for bundle monitor (#46372) @Janpot
|
|
61
|
+
- [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
|
|
62
|
+
- [infra] Remove deprecated esmExternals (#46365) @Janpot
|
|
63
|
+
- [infra] Support project-specific changelog in build scripts (#46425) @michaldudak
|
|
64
|
+
- [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1
|
|
65
|
+
|
|
66
|
+
All contributors of this release in alphabetical order: @0210shivam, @bharatkashyap, @brijeshb42, @dhu-redwoodtech, @DiegoAndai, @humble-barnacle001, @Janpot, @KirankumarAmbati, @mapache-salvaje, @michaldudak, @oliviertassinari, @prakhargupta1, @robbtraister, @sai6855, @scousino, @siriwatknp, @ZeeshanTamboli
|
|
67
|
+
|
|
68
|
+
## 7.1.2
|
|
69
|
+
|
|
70
|
+
_Jun 18, 2025_
|
|
71
|
+
|
|
72
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
73
|
+
|
|
74
|
+
### `@mui/material@7.1.2`
|
|
75
|
+
|
|
76
|
+
- [Chip] Fix handling on event handlers (#46263) @sai6855
|
|
77
|
+
|
|
78
|
+
### Docs
|
|
79
|
+
|
|
80
|
+
- Fix fade modal demo (#46271) @brijeshb42
|
|
81
|
+
|
|
82
|
+
All contributors of this release in alphabetical order: @brijeshb42, @sai6855
|
|
83
|
+
|
|
84
|
+
## 7.1.1
|
|
85
|
+
|
|
86
|
+
<!-- generated comparing v7.1.0..master -->
|
|
87
|
+
|
|
88
|
+
_May 30, 2025_
|
|
89
|
+
|
|
90
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
91
|
+
|
|
92
|
+
### `@mui/material@7.1.1`
|
|
93
|
+
|
|
94
|
+
- [Autocomplete] Fix label shrink issue when `renderValue` is used with empty array in multiple mode (#46047) @ZeeshanTamboli
|
|
95
|
+
- [Autocomplete] Prevent `renderValue` from being skipped when value is 0 (#46145) @LakshitAgarwal
|
|
96
|
+
- [Autocomplete] Add note in JSDoc for non-TextField components in `renderInput` (#46141) @khllbnomrn
|
|
97
|
+
- [Chip] Add slots and slotProps (#46098) @sai6855
|
|
98
|
+
- [Menu] Remove depreacted `MenuListProps` from demos (#46144) @sai6855
|
|
99
|
+
- [TablePaginationActions] Export TablePaginationActions as new component (#46149) @sai6855
|
|
100
|
+
- [SnackbarContent] Fix `square` prop not working (#46196) @0210shivam
|
|
101
|
+
- [SnackbarContent] Fix error when theme value is CSS variable (#46198) @0210shivam
|
|
102
|
+
|
|
103
|
+
### `@mui/codemod@7.1.1`
|
|
104
|
+
|
|
105
|
+
- Add package name option (#45977) @siriwatknp
|
|
106
|
+
|
|
107
|
+
### `@mui/system@7.1.1`
|
|
108
|
+
|
|
109
|
+
- Skip styled component from being transformed (#46129) @siriwatknp
|
|
110
|
+
- Update the type for borderRadius (#46154) @codiini
|
|
111
|
+
|
|
112
|
+
### `@mui/styled-engine@7.1.1`
|
|
113
|
+
|
|
114
|
+
- Fix variant props callback type to spread `ownerState` (#46187) @siriwatknp
|
|
115
|
+
|
|
116
|
+
### `@mui/stylis-plugin-rtl@7.1.1`
|
|
117
|
+
|
|
118
|
+
- Fix RTL does not work with CSS layer with a new package (#46230) @siriwatknp
|
|
119
|
+
|
|
120
|
+
### Docs
|
|
121
|
+
|
|
122
|
+
- [Dialog] Remove deprecated TransitionComponent from demo (#46185) @sai6855
|
|
123
|
+
- [Grid] Remove direction `column` and `column-reverse` from the demo (#46127) @0210shivam
|
|
124
|
+
- [Grid] Update grid migration guide (#46057) @sai6855
|
|
125
|
+
- [templates] Fix rendering of logos in dark mode (#46221) @sai6855
|
|
126
|
+
- [ToggleButtonGroup] Add spacing demo (#46058) @sai6855
|
|
127
|
+
- Fix typo in dark mode docs (#46229) @ZeeshanTamboli
|
|
128
|
+
- Clarify Next.js + Tailwind CSS v3 integration requirements (#46176) @chaitanyasharma1011
|
|
129
|
+
- Fix GridLegacy docs order (#46135) @oliviertassinari
|
|
130
|
+
- Update upgrade guide for resolution of `react-is` (#46002) @siriwatknp
|
|
131
|
+
- Remove oudated scaffoldhub ad (#46090) @oliviertassinari
|
|
132
|
+
- Show how to target global state classes with CSS Modules (#45992) @RubemMazzetto
|
|
133
|
+
|
|
134
|
+
### Core
|
|
135
|
+
|
|
136
|
+
- [code-infra] Add plugin to check for index file access (#46178) @Janpot
|
|
137
|
+
- [code-infra] Bump eslint to v9 (#46222) @brijeshb42
|
|
138
|
+
- [code-infra] Move packages to mui/mui-public (#46155) @Janpot
|
|
139
|
+
- [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
|
|
140
|
+
- [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
|
|
141
|
+
- [code-infra] Remove unnecessary ref from `HighlightedCode` component (#46151) @ZeeshanTamboli
|
|
142
|
+
- [code-infra] Import mocha type instead of global (#46108) @JCQuintas
|
|
143
|
+
- [code-infra] Dependabot also create branches (795a481) @oliviertassinari
|
|
144
|
+
- [code-infra] Avoid running continuous release on forks (#46103) @Janpot
|
|
145
|
+
- [code-infra] Remove checkout job altogether (#46100) @Janpot
|
|
146
|
+
- [code-infra] Remove required checkout workflows in circleci (#46099) @Janpot
|
|
147
|
+
- Run pnpm docs:sync-team (c8f1da5) @oliviertassinari
|
|
148
|
+
- Upgrade MUI X packages to v8 (#45990) @KenanYusuf
|
|
149
|
+
- Minor detail to reduce confusion (4c64b72) @oliviertassinari
|
|
150
|
+
- Update security.md (#45839) @DiegoAndai
|
|
151
|
+
- Apply yml convention, blank line only at top level (f273220) @oliviertassinari
|
|
152
|
+
- Add comment that lab should be in alpha (#45999) @oliviertassinari
|
|
153
|
+
|
|
154
|
+
All contributors of this release in alphabetical order: @0210shivam, @brijeshb42, @chaitanyasharma1011, @codiini, @DiegoAndai, @Janpot, @JCQuintas, @KenanYusuf, @khllbnomrn, @LakshitAgarwal, @oliviertassinari, @RubemMazzetto, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
155
|
+
|
|
3
156
|
## 7.1.0
|
|
4
157
|
|
|
5
158
|
<!-- generated comparing v7.0.2..master -->
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine-sc",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "styled() API wrapper package for styled-components.",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "https://opencollective.com/mui-org"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@babel/runtime": "^7.27.
|
|
28
|
+
"@babel/runtime": "^7.27.6",
|
|
29
29
|
"@types/hoist-non-react-statics": "^3.3.6",
|
|
30
30
|
"csstype": "^3.1.3",
|
|
31
31
|
"hoist-non-react-statics": "^3.3.2",
|