@mui/system 5.14.10 → 5.14.11
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 +78 -0
- package/cssVars/createCssVarsProvider.js +3 -3
- package/esm/cssVars/createCssVarsProvider.js +3 -3
- package/index.js +1 -1
- package/legacy/cssVars/createCssVarsProvider.js +3 -3
- package/legacy/index.js +1 -1
- package/modern/cssVars/createCssVarsProvider.js +3 -3
- package/modern/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.11
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.10..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 26, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 23 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.14.11`
|
|
13
|
+
|
|
14
|
+
- [Autocomplete] Re-export `AutocompleteValue` to make it available from path import (#38638) @vadimka123
|
|
15
|
+
- [Select][material-ui] Missing aria-multiselectable attribute on multiple Select component (#38855) @gitstart
|
|
16
|
+
- [l10n] labelDisplayedRows is added for trTR localization (#39056) @tebersefa
|
|
17
|
+
|
|
18
|
+
### `@mui/utils@5.14.11`
|
|
19
|
+
|
|
20
|
+
- Support RSC in `isMuiElement` util (#38129) @sai6855
|
|
21
|
+
|
|
22
|
+
### `@mui/base@5.0.0-beta.17`
|
|
23
|
+
|
|
24
|
+
- [NumberInput] Support adornments (#38900) @anle9650
|
|
25
|
+
- [Menu] Align external props handling for useMenu/MenuButton/MenuItem (#38946) @mj12albert
|
|
26
|
+
- [Select] Align external props handling (#39038) @mj12albert
|
|
27
|
+
- [TextareaAutosize] Simplify logic and add test (#38728) @oliviertassinari
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-beta.8`
|
|
30
|
+
|
|
31
|
+
- [Button] Fix disabled button styling when component prop is provided (#38996) @sai6855
|
|
32
|
+
- [Drawer] Add missing `JoyDrawer` in theme components (#39074) @Studio384
|
|
33
|
+
|
|
34
|
+
### `@mui/material-next@6.0.0-alpha.103`
|
|
35
|
+
|
|
36
|
+
- [FormControl] Copy v5 FormControl (#39039) @mj12albert
|
|
37
|
+
|
|
38
|
+
### `@mui/lab@5.0.0-alpha.146`
|
|
39
|
+
|
|
40
|
+
- [TreeView] Fix JSDoc comments in TreeView and TreeItem (#38874) @jergason
|
|
41
|
+
|
|
42
|
+
### Docs
|
|
43
|
+
|
|
44
|
+
- Improve focus trap demo (#38985) @oliviertassinari
|
|
45
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
46
|
+
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
47
|
+
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
48
|
+
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
49
|
+
- Revise the Drawer page (#38988) @danilo-leal
|
|
50
|
+
- Simplify the button's loading indicator demo (#39082) @danilo-leal
|
|
51
|
+
- Fix the Templates link on the Overview page (#39086) @danilo-leal
|
|
52
|
+
- Refine the Sign in template (#38942) @zanivan
|
|
53
|
+
- Add `use-count-up` integration with the Circular Progress (#38952) @anon-phantom
|
|
54
|
+
|
|
55
|
+
### Core
|
|
56
|
+
|
|
57
|
+
- [blog] Add a company values blog post (#38802) @mikailaread
|
|
58
|
+
- [core] Downgrade lerna to 7.2.0 (#39149) @michaldudak
|
|
59
|
+
- [core] Simplify docs feedback interaction (#39075) @alexfauquette
|
|
60
|
+
- [core] Improve ref type definition (#38903) @oliviertassinari
|
|
61
|
+
- [core] Simplify career (#39112) @oliviertassinari
|
|
62
|
+
- [core] Update Babel types along with source packages (#39070) @michaldudak
|
|
63
|
+
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
64
|
+
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
65
|
+
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
66
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
67
|
+
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
68
|
+
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
69
|
+
- [test] Split the test package (#39061) @michaldudak
|
|
70
|
+
- [website] React Engineer - xCharts role (#38976) @DanailH
|
|
71
|
+
- [website] Improve the highlighter component colors (#39087) @danilo-leal
|
|
72
|
+
- [website] Fix Pricing page row hover (#39097) @danilo-leal
|
|
73
|
+
- [website] Fix typo with straight quote @oliviertassinari
|
|
74
|
+
- [website] Sync about page @oliviertassinari
|
|
75
|
+
- [website] Update the about page (#38733) @danilo-leal
|
|
76
|
+
- [website] Small fixes on the X marketing page (#38975) @flaviendelangle
|
|
77
|
+
- [website] Add stray design tweaks to the X page (#38589) @danilo-leal
|
|
78
|
+
|
|
79
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @anle9650, @anon-phantom, @DanailH, @danilo-leal, @DiegoAndai, @flaviendelangle, @gitstart, @Janpot, @jergason, @maheshguntur, @michaldudak, @mikailaread, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @Studio384, @tebersefa, @vadimka123, @zanivan, @ZeeshanTamboli
|
|
80
|
+
|
|
3
81
|
## 5.14.10
|
|
4
82
|
|
|
5
83
|
<!-- generated comparing v5.14.9..master -->
|
|
@@ -312,11 +312,11 @@ function createCssVarsProvider(options) {
|
|
|
312
312
|
*/
|
|
313
313
|
disableStyleSheetGeneration: _propTypes.default.bool,
|
|
314
314
|
/**
|
|
315
|
-
* Disable CSS transitions when switching between modes or color schemes
|
|
315
|
+
* Disable CSS transitions when switching between modes or color schemes.
|
|
316
316
|
*/
|
|
317
317
|
disableTransitionOnChange: _propTypes.default.bool,
|
|
318
318
|
/**
|
|
319
|
-
* The document to attach the attribute to
|
|
319
|
+
* The document to attach the attribute to.
|
|
320
320
|
*/
|
|
321
321
|
documentNode: _propTypes.default.any,
|
|
322
322
|
/**
|
|
@@ -324,7 +324,7 @@ function createCssVarsProvider(options) {
|
|
|
324
324
|
*/
|
|
325
325
|
modeStorageKey: _propTypes.default.string,
|
|
326
326
|
/**
|
|
327
|
-
* The window that attaches the 'storage' event listener
|
|
327
|
+
* The window that attaches the 'storage' event listener.
|
|
328
328
|
* @default window
|
|
329
329
|
*/
|
|
330
330
|
storageWindow: _propTypes.default.any,
|
|
@@ -303,11 +303,11 @@ export default function createCssVarsProvider(options) {
|
|
|
303
303
|
*/
|
|
304
304
|
disableStyleSheetGeneration: PropTypes.bool,
|
|
305
305
|
/**
|
|
306
|
-
* Disable CSS transitions when switching between modes or color schemes
|
|
306
|
+
* Disable CSS transitions when switching between modes or color schemes.
|
|
307
307
|
*/
|
|
308
308
|
disableTransitionOnChange: PropTypes.bool,
|
|
309
309
|
/**
|
|
310
|
-
* The document to attach the attribute to
|
|
310
|
+
* The document to attach the attribute to.
|
|
311
311
|
*/
|
|
312
312
|
documentNode: PropTypes.any,
|
|
313
313
|
/**
|
|
@@ -315,7 +315,7 @@ export default function createCssVarsProvider(options) {
|
|
|
315
315
|
*/
|
|
316
316
|
modeStorageKey: PropTypes.string,
|
|
317
317
|
/**
|
|
318
|
-
* The window that attaches the 'storage' event listener
|
|
318
|
+
* The window that attaches the 'storage' event listener.
|
|
319
319
|
* @default window
|
|
320
320
|
*/
|
|
321
321
|
storageWindow: PropTypes.any,
|
package/index.js
CHANGED
|
@@ -320,11 +320,11 @@ export default function createCssVarsProvider(options) {
|
|
|
320
320
|
*/
|
|
321
321
|
disableStyleSheetGeneration: PropTypes.bool,
|
|
322
322
|
/**
|
|
323
|
-
* Disable CSS transitions when switching between modes or color schemes
|
|
323
|
+
* Disable CSS transitions when switching between modes or color schemes.
|
|
324
324
|
*/
|
|
325
325
|
disableTransitionOnChange: PropTypes.bool,
|
|
326
326
|
/**
|
|
327
|
-
* The document to attach the attribute to
|
|
327
|
+
* The document to attach the attribute to.
|
|
328
328
|
*/
|
|
329
329
|
documentNode: PropTypes.any,
|
|
330
330
|
/**
|
|
@@ -332,7 +332,7 @@ export default function createCssVarsProvider(options) {
|
|
|
332
332
|
*/
|
|
333
333
|
modeStorageKey: PropTypes.string,
|
|
334
334
|
/**
|
|
335
|
-
* The window that attaches the 'storage' event listener
|
|
335
|
+
* The window that attaches the 'storage' event listener.
|
|
336
336
|
* @default window
|
|
337
337
|
*/
|
|
338
338
|
storageWindow: PropTypes.any,
|
package/legacy/index.js
CHANGED
|
@@ -303,11 +303,11 @@ export default function createCssVarsProvider(options) {
|
|
|
303
303
|
*/
|
|
304
304
|
disableStyleSheetGeneration: PropTypes.bool,
|
|
305
305
|
/**
|
|
306
|
-
* Disable CSS transitions when switching between modes or color schemes
|
|
306
|
+
* Disable CSS transitions when switching between modes or color schemes.
|
|
307
307
|
*/
|
|
308
308
|
disableTransitionOnChange: PropTypes.bool,
|
|
309
309
|
/**
|
|
310
|
-
* The document to attach the attribute to
|
|
310
|
+
* The document to attach the attribute to.
|
|
311
311
|
*/
|
|
312
312
|
documentNode: PropTypes.any,
|
|
313
313
|
/**
|
|
@@ -315,7 +315,7 @@ export default function createCssVarsProvider(options) {
|
|
|
315
315
|
*/
|
|
316
316
|
modeStorageKey: PropTypes.string,
|
|
317
317
|
/**
|
|
318
|
-
* The window that attaches the 'storage' event listener
|
|
318
|
+
* The window that attaches the 'storage' event listener.
|
|
319
319
|
* @default window
|
|
320
320
|
*/
|
|
321
321
|
storageWindow: PropTypes.any,
|
package/modern/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/system",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "CSS utilities for rapidly laying out custom designs.",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "^7.22.15",
|
|
30
|
-
"@mui/private-theming": "^5.14.
|
|
31
|
-
"@mui/styled-engine": "^5.14.
|
|
30
|
+
"@mui/private-theming": "^5.14.11",
|
|
31
|
+
"@mui/styled-engine": "^5.14.11",
|
|
32
32
|
"@mui/types": "^7.2.4",
|
|
33
|
-
"@mui/utils": "^5.14.
|
|
33
|
+
"@mui/utils": "^5.14.11",
|
|
34
34
|
"clsx": "^2.0.0",
|
|
35
35
|
"csstype": "^3.1.2",
|
|
36
36
|
"prop-types": "^15.8.1"
|