@mui/styled-engine-sc 7.0.0-rc.0 → 7.0.1
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 +93 -0
- package/README.md +1 -1
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,98 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.0..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 28, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.0.1`
|
|
12
|
+
|
|
13
|
+
- Export ThemeProviderProps (#45701) @aarongarciah
|
|
14
|
+
- [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
|
|
15
|
+
- Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
|
|
16
|
+
- [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
|
|
17
|
+
- Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
|
|
18
|
+
|
|
19
|
+
### `@mui/icons-material@7.0.1`
|
|
20
|
+
|
|
21
|
+
- [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
|
|
22
|
+
- Bring back individual icon dts (#45711) @Janpot
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- Improve the release instructions (#45688) @mnajdova
|
|
27
|
+
|
|
28
|
+
### Docs
|
|
29
|
+
|
|
30
|
+
- Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
|
|
31
|
+
- Update v7 related copy (#45716) @aarongarciah
|
|
32
|
+
- Avoid unwanted undefined in page title (#45718) @aarongarciah
|
|
33
|
+
- Fix joy templates error (#45715) @siriwatknp
|
|
34
|
+
- Rename GitHub icon import (#45709) @micttyoid
|
|
35
|
+
- Fix Safari issue in dark mode (#45696) @mnajdova
|
|
36
|
+
- Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
|
|
37
|
+
- Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
|
|
38
|
+
- Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
|
|
39
|
+
- Fix Material Icons page in dark mode (#45691) @mnajdova
|
|
40
|
+
|
|
41
|
+
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
|
|
42
|
+
|
|
43
|
+
## 7.0.0
|
|
44
|
+
|
|
45
|
+
<!-- generated comparing v7.0.0-rc.0..master -->
|
|
46
|
+
|
|
47
|
+
_Mar 26, 2025_
|
|
48
|
+
|
|
49
|
+
🎉 We're happy to announce the stable release of v7.
|
|
50
|
+
|
|
51
|
+
- Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement.
|
|
52
|
+
- Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
|
|
53
|
+
|
|
54
|
+
### `@mui/material@7.0.0`
|
|
55
|
+
|
|
56
|
+
- [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli
|
|
57
|
+
- [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh
|
|
58
|
+
- Update minimum TypeScript support to 4.9 (#45535) @siriwatknp
|
|
59
|
+
|
|
60
|
+
### `@mui/system@7.0.0`
|
|
61
|
+
|
|
62
|
+
- [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
|
|
63
|
+
|
|
64
|
+
### `@mui/lab@7.0.0-beta.9`
|
|
65
|
+
|
|
66
|
+
- [lab] Remove @mui/base dependency (#45602) @mnajdova
|
|
67
|
+
|
|
68
|
+
### Docs
|
|
69
|
+
|
|
70
|
+
- [docs] Fix unnecessary redirects for v7 (#45677) @Janpot
|
|
71
|
+
- [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari
|
|
72
|
+
- [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai
|
|
73
|
+
- [docs] Fix grammatical errors in support.md (#45631) @letianpailove
|
|
74
|
+
- [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg
|
|
75
|
+
- [docs] Deprecate Toolpad Studio (#45613) @Janpot
|
|
76
|
+
- [docs] Sync the mode from page to demos #45661 @siriwatknp
|
|
77
|
+
|
|
78
|
+
### Core
|
|
79
|
+
|
|
80
|
+
- [blog] v7 stable release (#45623) @DiegoAndai
|
|
81
|
+
- [code-infra] Disable flaky masonry screenshot (#45678) @Janpot
|
|
82
|
+
- [code-infra] Migrate regression tests to vite (#44964) @Janpot
|
|
83
|
+
- [code-infra] Update rollup (#45666) @Janpot
|
|
84
|
+
- [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot
|
|
85
|
+
- [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy
|
|
86
|
+
- [code-infra] Improve Argos script debuggability (#45619) @Janpot
|
|
87
|
+
- [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot
|
|
88
|
+
- [core] Prepare master for v7 stable (#45674) @DiegoAndai
|
|
89
|
+
- [core] Improve instructions on changing domain (#45637) @mnajdova
|
|
90
|
+
- [core] Deprecate `ponyfillGlobal` (#45606) @Janpot
|
|
91
|
+
- [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp
|
|
92
|
+
- [styles] Remove code & docs (#45633) @mnajdova
|
|
93
|
+
|
|
94
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
95
|
+
|
|
3
96
|
## 7.0.0-rc.0
|
|
4
97
|
|
|
5
98
|
<!-- generated comparing v7.0.0-beta.4..master -->
|
package/README.md
CHANGED
|
@@ -7,4 +7,4 @@ It's designed for developers who would like to use `styled-components` as the ma
|
|
|
7
7
|
|
|
8
8
|
<!-- #host-reference -->
|
|
9
9
|
|
|
10
|
-
Visit [https://
|
|
10
|
+
Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation.
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/modern/index.js
CHANGED