@mui/private-theming 6.0.0-beta.5 → 6.0.0-beta.6
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 +69 -0
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,73 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.0.0-beta.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-beta.5..next -->
|
|
6
|
+
|
|
7
|
+
_Aug 16, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-beta.6`
|
|
12
|
+
|
|
13
|
+
- [Autocomplete] Improve the `options` prop description (#41591) @pluvio72
|
|
14
|
+
- [Autocomplete] Remove autocomplete warning regarding value not equal to option (#43314) @ZeeshanTamboli
|
|
15
|
+
- [Divider] Add aria-orientation (#43241) @aarongarciah
|
|
16
|
+
- [IconButton] Fix hover background color behavior (#43271) @mnajdova
|
|
17
|
+
- [TypeScript] Refactor types so they're compatible with upcoming React 19 (#43276) @DiegoAndai
|
|
18
|
+
- [Typography] Replace dot notation color value to work with Pigment CSS (#43288) @siriwatknp
|
|
19
|
+
- [pigment-css] Fix `getSelector` prefers-color-scheme to be object (#43237) @siriwatknp
|
|
20
|
+
- Remove `display="block"` usage to work with Pigment CSS (#43307) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### `@mui/codemod@6.0.0-beta.6`
|
|
23
|
+
|
|
24
|
+
- [codemod] Skip sx spread transformation (#43291) @siriwatknp
|
|
25
|
+
|
|
26
|
+
### `@mui/styles@6.0.0-beta.6`
|
|
27
|
+
|
|
28
|
+
- [styles] Fix issues reported by eslint-plugin-react-compiler (#43118) @jlewins
|
|
29
|
+
|
|
30
|
+
### Docs
|
|
31
|
+
|
|
32
|
+
- [material-ui] Audit and copyedit the v6 migration doc (#43073) @samuelsycamore
|
|
33
|
+
- [material-ui] Fix Material Icon search lag and other improvements (#41330) @anle9650
|
|
34
|
+
- [material-ui][Popover] Fix description and title of hover interaction section (#43290) @ZeeshanTamboli
|
|
35
|
+
- [material-ui] Refine and unify custom template themes (#43220) @zanivan
|
|
36
|
+
- [joy-ui] Fix data grid redirection (#43247) @sai6855
|
|
37
|
+
- [mui-system] Add import statement in docs (#43223) @sai6855
|
|
38
|
+
- Update babel config (#43286) @romgrk
|
|
39
|
+
- Fix outdated references to Materal UI version (#43321) @oliviertassinari
|
|
40
|
+
- Polish migration git diff experience @oliviertassinari
|
|
41
|
+
- Update LTS to match format (#43212) @oliviertassinari
|
|
42
|
+
- Fix Pigment CSS migration content (#43217) @siriwatknp
|
|
43
|
+
|
|
44
|
+
### Core
|
|
45
|
+
|
|
46
|
+
- [code-infra] Remove `userEvent` export from `@mui/internal-test-utils` (#43313) @LukasTy
|
|
47
|
+
- [code-infra] Remove unnecessary alias (#43320) @Janpot
|
|
48
|
+
- [code-infra] Fix utils bundle size entrypoint (#43304) @Janpot
|
|
49
|
+
- [core] missing and incorrect scripts (#43209) @Jay-Karia
|
|
50
|
+
- [core] Set Node 14 as minimum version in all browserslist envs (#43326) @aarongarciah
|
|
51
|
+
- [core] Add React 19 as peer dependency (#43216) @aarongarciah
|
|
52
|
+
- [core] Pin `eslint-plugin-jsx-a11y` version to 6.7.1 (#43292) @Janpot
|
|
53
|
+
- [core] Update supported Node.js version to 14 (#43315) @Janpot
|
|
54
|
+
- [core] Use fs instead of fs-extra in script utils (#43234) @DiegoAndai
|
|
55
|
+
- [core] Refactor system theme props (#43120) @romgrk
|
|
56
|
+
- [docs-infra] Fix some TS issues for X docs (#43285) @Janpot
|
|
57
|
+
- [docs-infra] Move API pages to TS (#43199) @alexfauquette
|
|
58
|
+
- [docs-infra] Fix broken sandboxes with relative module imports (#42767) @bharatkashyap
|
|
59
|
+
- [docs-infra] Simplify API sections typing (#43128) @alexfauquette
|
|
60
|
+
- [examples] Fix import (#43316) @aarongarciah
|
|
61
|
+
- [examples] Add material-ui-pigment-css for Next.js and Vite (#43065) @siriwatknp
|
|
62
|
+
- [examples] Replace wrong import with `@mui/material/styles` (#43236) @siriwatknp
|
|
63
|
+
- [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
|
|
64
|
+
- [test] Update `matchMedia` mocks (#43240) @cherniavskii
|
|
65
|
+
- [test] Remove unnecessary ref param (#43282) @aarongarciah
|
|
66
|
+
- [website] Update showcase to include Toolpad Core (#43226) @bharatkashyap
|
|
67
|
+
- [website] Replace React.MutableRefObject with React.RefObject (#43284) @aarongarciah
|
|
68
|
+
|
|
69
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @bharatkashyap, @cherniavskii, @DiegoAndai, @Janpot, @Jay-Karia, @jlewins, @mnajdova, @oliviertassinari, @pluvio72, @renovate[bot], @romgrk, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
70
|
+
|
|
3
71
|
## 6.0.0-beta.5
|
|
4
72
|
|
|
5
73
|
<!-- generated comparing v6.0.0-beta.4..next -->
|
|
@@ -1842,6 +1910,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1842
1910
|
- [core] Fix TypeScript spelling in changelog @oliviertassinari
|
|
1843
1911
|
- [core] Fix small detail in the autocomplete demo @oliviertassinari
|
|
1844
1912
|
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
|
1913
|
+
- [core] Fix Netlify build cache issue (#43281) @LukasTy
|
|
1845
1914
|
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
|
1846
1915
|
- [core] Fix missing context display names (#41168) @oliviertassinari
|
|
1847
1916
|
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
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.6",
|
|
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`.",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
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.6"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@types/react": "^17.0.0 || ^18.0.0",
|
|
35
|
-
"react": "^17.0.0 || ^18.0.0"
|
|
34
|
+
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@types/react": {
|