@mui/styled-engine-sc 6.0.0-rc.0 → 6.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 +84 -0
- package/GlobalStyles/index.js +1 -1
- package/README.md +1 -1
- package/StyledEngineProvider/index.js +1 -1
- package/index.js +3 -3
- package/modern/GlobalStyles/index.js +1 -1
- package/modern/StyledEngineProvider/index.js +1 -1
- package/modern/index.js +3 -3
- package/node/GlobalStyles/GlobalStyles.js +1 -1
- package/node/GlobalStyles/index.js +1 -1
- package/node/StyledEngineProvider/StyledEngineProvider.js +1 -1
- package/node/StyledEngineProvider/index.js +1 -1
- package/node/index.js +3 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,89 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 29, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0`
|
|
12
|
+
|
|
13
|
+
- Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
|
|
14
|
+
- [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
|
|
15
|
+
|
|
16
|
+
### Docs
|
|
17
|
+
|
|
18
|
+
- [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
|
|
19
|
+
- Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
|
|
20
|
+
- [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
|
|
21
|
+
- [material-ui] Add TemplateFrame to templates (#43406) @zanivan
|
|
22
|
+
- [table] Make the data grid blend in (#43489) @oliviertassinari
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
|
|
27
|
+
- [blog] Add missing social card to the blog post (#43465) @siriwatknp
|
|
28
|
+
- [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
|
|
29
|
+
- [code-infra] Fix nextjs build cache (#43467) @JCQuintas
|
|
30
|
+
- Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
|
|
31
|
+
- Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
|
|
32
|
+
- Upgrade babel runtime (#43243) @Janpot
|
|
33
|
+
- [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
|
|
34
|
+
- [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
|
|
35
|
+
- [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
|
|
36
|
+
- [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
|
|
37
|
+
- [infra] fix workflow path (#43464) @michelengelen
|
|
38
|
+
|
|
39
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
|
|
40
|
+
|
|
41
|
+
## 6.0.0
|
|
42
|
+
|
|
43
|
+
<!-- generated comparing v6.0.0-rc.0..master -->
|
|
44
|
+
|
|
45
|
+
_Aug 27, 2024_
|
|
46
|
+
|
|
47
|
+
We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates.
|
|
48
|
+
|
|
49
|
+
### `@mui/material@6.0.0`
|
|
50
|
+
|
|
51
|
+
- Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
|
|
52
|
+
- [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
|
|
53
|
+
- [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
|
|
54
|
+
|
|
55
|
+
### `@mui/lab@6.0.0-beta.8`
|
|
56
|
+
|
|
57
|
+
- [button] Add missing customize points for span (#43436) @oliviertassinari
|
|
58
|
+
|
|
59
|
+
### Docs
|
|
60
|
+
|
|
61
|
+
- Fix broken links (#43144) @DiegoAndai
|
|
62
|
+
- Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
|
|
63
|
+
- Update pnpm order, move to second (#42712) @ahmadnadeem6236
|
|
64
|
+
- Fix CSS theme variables section (#43439) @siriwatknp
|
|
65
|
+
- Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
|
|
66
|
+
- Fix licensingModel -> licenseModel @oliviertassinari
|
|
67
|
+
- Fix Stack Overflow issue canned response @oliviertassinari
|
|
68
|
+
- Avoid referencing MUI Core @oliviertassinari
|
|
69
|
+
- Fix description of eslint-plugin-material-ui @oliviertassinari
|
|
70
|
+
- [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
|
|
71
|
+
- [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
|
|
72
|
+
- [material-ui] Refine templates theme selector (#43396) @zanivan
|
|
73
|
+
|
|
74
|
+
### Core
|
|
75
|
+
|
|
76
|
+
- Prepare for v6 stable release (#43454) @siriwatknp
|
|
77
|
+
- [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
|
|
78
|
+
- [blog] Add Material UI v6 stable release (#41932) @siriwatknp
|
|
79
|
+
- [ci] Fix the release:changelog cmd (#43451) @mnajdova
|
|
80
|
+
- [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
|
|
81
|
+
- [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
|
|
82
|
+
- [infra] Add closing message workflow (#43450) @michelengelen
|
|
83
|
+
- [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
|
|
84
|
+
|
|
85
|
+
All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
|
|
86
|
+
|
|
3
87
|
## 6.0.0-rc.0
|
|
4
88
|
|
|
5
89
|
<!-- generated comparing v6.0.0-beta.6..next -->
|
package/GlobalStyles/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./GlobalStyles.js";
|
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
|
<!-- #default-branch-switch -->
|
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./StyledEngineProvider.js";
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/styled-engine-sc v6.0.
|
|
2
|
+
* @mui/styled-engine-sc v6.0.1
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -44,5 +44,5 @@ export const internal_processStyles = (tag, processor) => {
|
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
export { ThemeContext, keyframes, css } from 'styled-components';
|
|
47
|
-
export { default as StyledEngineProvider } from
|
|
48
|
-
export { default as GlobalStyles } from
|
|
47
|
+
export { default as StyledEngineProvider } from "./StyledEngineProvider/index.js";
|
|
48
|
+
export { default as GlobalStyles } from "./GlobalStyles/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./GlobalStyles.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./StyledEngineProvider.js";
|
package/modern/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/styled-engine-sc v6.0.
|
|
2
|
+
* @mui/styled-engine-sc v6.0.1
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -44,5 +44,5 @@ export const internal_processStyles = (tag, processor) => {
|
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
export { ThemeContext, keyframes, css } from 'styled-components';
|
|
47
|
-
export { default as StyledEngineProvider } from
|
|
48
|
-
export { default as GlobalStyles } from
|
|
47
|
+
export { default as StyledEngineProvider } from "./StyledEngineProvider/index.js";
|
|
48
|
+
export { default as GlobalStyles } from "./GlobalStyles/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
package/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/styled-engine-sc v6.0.
|
|
2
|
+
* @mui/styled-engine-sc v6.0.1
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|
|
9
9
|
|
|
10
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
10
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
11
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
11
12
|
Object.defineProperty(exports, "__esModule", {
|
|
12
13
|
value: true
|
|
13
14
|
});
|
|
@@ -46,8 +47,6 @@ Object.defineProperty(exports, "keyframes", {
|
|
|
46
47
|
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
47
48
|
var _StyledEngineProvider = _interopRequireDefault(require("./StyledEngineProvider"));
|
|
48
49
|
var _GlobalStyles = _interopRequireDefault(require("./GlobalStyles"));
|
|
49
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
50
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
51
50
|
function styled(tag, options) {
|
|
52
51
|
let stylesFactory;
|
|
53
52
|
if (options) {
|