@mui/private-theming 5.11.7 → 5.11.9
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 +128 -1
- package/index.js +1 -1
- package/legacy/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,132 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.11.9
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.8..master -->
|
|
6
|
+
|
|
7
|
+
_Feb 14, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🐛 @rangoo94, @sai6855, and @michaldudak fixed a couple of bugs in the Autocomplete component (#36116, #35640, #36076, #36088)
|
|
12
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.11.9`
|
|
15
|
+
|
|
16
|
+
- [AppBar] Fix joinVars() not handling undefined (#36128) @donaldnevermore
|
|
17
|
+
- [Autocomplete] Fix tag removal regression (#36116) @michaldudak
|
|
18
|
+
- [Autocomplete] Correct padding of filled Autocomplete (#35640) @michaldudak
|
|
19
|
+
- [Grid][Stack] classNames prefixed with Mui (#36167) @sai6855
|
|
20
|
+
|
|
21
|
+
### `@mui/styled-engine@5.11.9`
|
|
22
|
+
|
|
23
|
+
- [StyledEngineProvider] Fix issue with cache not being defined (#36162) @mnajdova
|
|
24
|
+
|
|
25
|
+
### `@mui/joy@5.0.0-alpha.67`
|
|
26
|
+
|
|
27
|
+
- [Joy] Add order dashboard template (#36081) @siriwatknp
|
|
28
|
+
- [Joy] Remove classes prop from the components that have it (#36159) @hbjORbj
|
|
29
|
+
- [Joy] Miscellaneous fixes (#36163) @siriwatknp
|
|
30
|
+
|
|
31
|
+
### `@mui/base@5.0.0-alpha.118`
|
|
32
|
+
|
|
33
|
+
- [base] Override the types of `slotProps` per slot (#35964) @hbjORbj
|
|
34
|
+
- [Select][base] Prevent unnecessary rerendering of Select options (#35946) @michaldudak
|
|
35
|
+
- [Select][base] Update the generated docs (#36183) @michaldudak
|
|
36
|
+
- [useAutocomplete] Pass only valid values for the getOptionLabel prop (#36088) @rangoo94
|
|
37
|
+
- [useAutocomplete] Fix `useAutocomplete` disabled prop not disabling the input (#36076) @sai6855
|
|
38
|
+
- [useInput] Add return value interface (#36036) @Shorifpatwary
|
|
39
|
+
- [UseTabPanel] Add explicit return type (#36053) @Shorifpatwary
|
|
40
|
+
- [useTabsList] Add explicit return type (#36048) @sai6855
|
|
41
|
+
- [Tab] Add explicit return type to useTab (#36046) @sai6855
|
|
42
|
+
|
|
43
|
+
### `@mui/material-next@6.0.0-alpha.75`
|
|
44
|
+
|
|
45
|
+
- [Material You] Use `md` as a CSS var prefix (#36177) @siriwatknp
|
|
46
|
+
|
|
47
|
+
### Docs
|
|
48
|
+
|
|
49
|
+
- [docs] Fix the prop type regression on the API pages (#36168) @mnajdova
|
|
50
|
+
- [docs] Fix virtualized table column resizing (#36066) @petyosi
|
|
51
|
+
- [docs] Fix react-spring demos (#36023) @oliviertassinari
|
|
52
|
+
- [docs] Fix classname mismatch on Joy docs (#36127) @siriwatknp
|
|
53
|
+
- [docs] Fix typo in the released version of @mui/styled-engine (#36121) @m4theushw
|
|
54
|
+
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
55
|
+
- [docs] Update release instructions (#36113) @mj12albert
|
|
56
|
+
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
57
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
58
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
59
|
+
|
|
60
|
+
### Examples
|
|
61
|
+
|
|
62
|
+
- [examples][vitejs] Load Roboto font (#35678) @oliv37
|
|
63
|
+
|
|
64
|
+
### Core
|
|
65
|
+
|
|
66
|
+
- [blog] Fix the look and feel of the media description (#36069) @oliviertassinari
|
|
67
|
+
- [core] Add default preview url (#36118) @siriwatknp
|
|
68
|
+
- [core] Migrate all the internals exported by `tests/utils/index.js` to TypeScript (#35382) @flaviendelangle
|
|
69
|
+
- [core] Convert the waterfall module to an internal package (#35323) @michaldudak
|
|
70
|
+
- [website] Fix homepage MD theme demo (#36027) @oliviertassinari
|
|
71
|
+
- [website] Revise the Lead Designer role job ad (#35912) @danilo-leal
|
|
72
|
+
- [POC] Add deploy preview to PR body (#35995) @siriwatknp
|
|
73
|
+
|
|
74
|
+
All contributors of this release in alphabetical order: @danilo-leal, @donaldnevermore, @flaviendelangle, @hbjORbj, @LadyBluenotes, @LukasTy, @m4theushw, @michaldudak, @mj12albert, @mnajdova, @oliv37, @oliviertassinari, @petyosi, @rangoo94, @sai6855, @Shorifpatwary, @siriwatknp
|
|
75
|
+
|
|
76
|
+
## 5.11.8
|
|
77
|
+
|
|
78
|
+
<!-- generated comparing v5.11.7..master -->
|
|
79
|
+
|
|
80
|
+
_Feb 7, 2023_
|
|
81
|
+
|
|
82
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
83
|
+
|
|
84
|
+
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
|
|
85
|
+
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
86
|
+
|
|
87
|
+
### `@mui/material@5.11.8`
|
|
88
|
+
|
|
89
|
+
- ​<!-- 10 -->[FormLabel] Export `FormLabelOwnProps` from `FormLabel` to fix type error (#36057) @yoskeoka
|
|
90
|
+
|
|
91
|
+
### `@mui/joy@5.0.0-alpha.66`
|
|
92
|
+
|
|
93
|
+
- ​<!-- 09 -->[Joy] Miscellaneous fixes (#36073) @siriwatknp
|
|
94
|
+
- ​<!-- 08 -->[Joy] Add sign-in side template (#36019) @siriwatknp
|
|
95
|
+
- ​<!-- 07 -->[Joy] Add missing `Table` export from root (#36010) @sai6855
|
|
96
|
+
|
|
97
|
+
### `@mui/system@5.11.8`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 05 -->[System] Fix nested grid v2 (#35994) @siriwatknp
|
|
100
|
+
|
|
101
|
+
### `@mui/styled-engine@5.11.8`
|
|
102
|
+
|
|
103
|
+
- ​<!-- 06 -->[styled-engine] Create cache only if `document` is available (#36001) @m4theushw
|
|
104
|
+
|
|
105
|
+
### Docs
|
|
106
|
+
|
|
107
|
+
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
108
|
+
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
|
|
109
|
+
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
110
|
+
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
111
|
+
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
112
|
+
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
113
|
+
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
114
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
|
|
115
|
+
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
116
|
+
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
117
|
+
|
|
118
|
+
### Core
|
|
119
|
+
|
|
120
|
+
- ​<!-- 22 -->[core] Make it easier to find who is importing specific files (#35896) @oliviertassinari
|
|
121
|
+
- ​<!-- 21 -->[core] Fix SEO redirections issues (#36041) @oliviertassinari
|
|
122
|
+
- ​<!-- 20 -->[core] Fix a typo in the comment in setup test files (#36014) @ZeeshanTamboli
|
|
123
|
+
- ​<!-- 04 -->[typescript] Explicitly define the component return types (#36013) @michaldudak
|
|
124
|
+
- ​<!-- 03 -->[website] Fix layout shift (#36070) @oliviertassinari
|
|
125
|
+
- ​<!-- 02 -->[website] Revise the Lead Designer role job ad (v1) (#36068) @oliviertassinari
|
|
126
|
+
- ​<!-- 01 -->[website] Add Albert to the about page (#35954) @mj12albert
|
|
127
|
+
|
|
128
|
+
All contributors of this release in alphabetical order: @alexownejazayeri, @ArthurPedroti, @badalsaibo, @chuanyu0201, @joserodolfofreitas, @m4theushw, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @yoskeoka, @ZeeshanTamboli
|
|
129
|
+
|
|
3
130
|
## 5.11.7
|
|
4
131
|
|
|
5
132
|
<!-- generated comparing v5.11.6..master -->
|
|
@@ -7363,7 +7490,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
7363
7490
|
|
|
7364
7491
|
```diff
|
|
7365
7492
|
-<Tabs />
|
|
7366
|
-
+<Tabs indicatorColor="
|
|
7493
|
+
+<Tabs indicatorColor="secondary" textColor="inherit" />
|
|
7367
7494
|
```
|
|
7368
7495
|
|
|
7369
7496
|
#### Changes
|
package/index.js
CHANGED
package/legacy/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": "5.11.
|
|
3
|
+
"version": "5.11.9",
|
|
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`.",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "^7.20.
|
|
39
|
-
"@mui/utils": "^5.11.
|
|
38
|
+
"@babel/runtime": "^7.20.13",
|
|
39
|
+
"@mui/utils": "^5.11.9",
|
|
40
40
|
"prop-types": "^15.8.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|