@mui/private-theming 6.0.0-beta.3 → 6.0.0-beta.4
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 +41 -0
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.0.0-beta.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-beta.3..next -->
|
|
6
|
+
|
|
7
|
+
_Jul 30, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-beta.4`
|
|
12
|
+
|
|
13
|
+
- [Accordion] Render a heading wrapping `AccordionSummary` button per W3C Accordion Pattern standards (#42914) @ZeeshanTamboli
|
|
14
|
+
- [Divider] Enable borderStyle enhancement in divider with children (#42715) @anuujj
|
|
15
|
+
- [ImageListItemBar] Deprecate composed classes (#42905) @sai6855
|
|
16
|
+
- Attach selector for default color scheme (#43035) @siriwatknp
|
|
17
|
+
- Stabilize Grid v2 and deprecate Grid v1 (#43054) @DiegoAndai
|
|
18
|
+
|
|
19
|
+
### `@mui/system@6.0.0-beta.4`
|
|
20
|
+
|
|
21
|
+
- Make `createBreakpoints` independent for stringify theme (#43048) @siriwatknp
|
|
22
|
+
|
|
23
|
+
### `@mui/utils@6.0.0-beta.4`
|
|
24
|
+
|
|
25
|
+
- Fix issues reported by the React Compiler (#43051) @markliu2013
|
|
26
|
+
|
|
27
|
+
### Docs
|
|
28
|
+
|
|
29
|
+
- [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43110) @aliharis99
|
|
30
|
+
- [material-ui][Card] Update CardMedia description (#43067) @shahzaibdev1
|
|
31
|
+
- [material-ui] Polish out data table demo (#43072) @zanivan
|
|
32
|
+
- [material-ui][Snackbar] Improve reason type in demos (#43077) @sai6855
|
|
33
|
+
- [pigment-css] Fix syntax in migrating-to-pigment-css guide (#43107) @KevinVandy
|
|
34
|
+
- Fix page description line break @oliviertassinari
|
|
35
|
+
|
|
36
|
+
### Core
|
|
37
|
+
|
|
38
|
+
- Fix event naming convention @oliviertassinari
|
|
39
|
+
- [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
|
|
40
|
+
- [website] Fine-tune button styles on the branding theme (#43082) @zanivan
|
|
41
|
+
|
|
42
|
+
All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
43
|
+
|
|
3
44
|
## 6.0.0-beta.3
|
|
4
45
|
|
|
5
46
|
<!-- generated comparing v6.0.0-beta.2..next -->
|
package/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/private-theming",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui-org"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.
|
|
29
|
+
"@babel/runtime": "^7.25.0",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "6.0.0-beta.
|
|
31
|
+
"@mui/utils": "6.0.0-beta.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|