@mui/lab 5.0.0-alpha.117 → 5.0.0-alpha.119

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 CHANGED
@@ -1,5 +1,145 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.11.8
4
+
5
+ <!-- generated comparing v5.11.7..master -->
6
+
7
+ _Feb 7, 2023_
8
+
9
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
12
+ - 📚 Documentation improvements and 🐛 bug fixes as usual
13
+
14
+ ### `@mui/material@5.11.8`
15
+
16
+ - &#8203;<!-- 10 -->[FormLabel] Export `FormLabelOwnProps` from `FormLabel` to fix type error (#36057) @yoskeoka
17
+
18
+ ### `@mui/joy@5.0.0-alpha.66`
19
+
20
+ - &#8203;<!-- 09 -->[Joy] Miscellaneous fixes (#36073) @siriwatknp
21
+ - &#8203;<!-- 08 -->[Joy] Add sign-in side template (#36019) @siriwatknp
22
+ - &#8203;<!-- 07 -->[Joy] Add missing `Table` export from root (#36010) @sai6855
23
+
24
+ ### `@mui/system@5.11.8`
25
+
26
+ - &#8203;<!-- 05 -->[System] Fix nested grid v2 (#35994) @siriwatknp
27
+
28
+ ### `@mui/styled-engine@5.11.1`
29
+
30
+ - &#8203;<!-- 06 -->[styled-engine] Create cache only if `document` is available (#36001) @m4theushw
31
+
32
+ ### Docs
33
+
34
+ - &#8203;<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
35
+ - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
36
+ - &#8203;<!-- 18 -->[docs] Revert unintended change @oliviertassinari
37
+ - &#8203;<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
38
+ - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
39
+ - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
40
+ - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
41
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
42
+ - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
43
+ - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
44
+
45
+ ### Core
46
+
47
+ - &#8203;<!-- 22 -->[core] Make it easier to find who is importing specific files (#35896) @oliviertassinari
48
+ - &#8203;<!-- 21 -->[core] Fix SEO redirections issues (#36041) @oliviertassinari
49
+ - &#8203;<!-- 20 -->[core] Fix a typo in the comment in setup test files (#36014) @ZeeshanTamboli
50
+ - &#8203;<!-- 04 -->[typescript] Explicitly define the component return types (#36013) @michaldudak
51
+ - &#8203;<!-- 03 -->[website] Fix layout shift (#36070) @oliviertassinari
52
+ - &#8203;<!-- 02 -->[website] Revise the Lead Designer role job ad (v1) (#36068) @oliviertassinari
53
+ - &#8203;<!-- 01 -->[website] Add Albert to the about page (#35954) @mj12albert
54
+
55
+ All contributors of this release in alphabetical order: @alexownejazayeri, @ArthurPedroti, @badalsaibo, @chuanyu0201, @joserodolfofreitas, @m4theushw, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @yoskeoka, @ZeeshanTamboli
56
+
57
+ ## 5.11.7
58
+
59
+ <!-- generated comparing v5.11.6..master -->
60
+
61
+ _Jan 31, 2023_
62
+
63
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
64
+
65
+ - @siriwatknp added `Table` component to Joy UI (#35872)
66
+ - many other 🐛 bug fixes and 📚 documentation improvements
67
+
68
+ ### `@mui/material@5.11.7`
69
+
70
+ - &#8203;<!-- 30 -->[Autocomplete] Prevent reset scroll position when new options are added (#35735) @sai6855
71
+ - &#8203;<!-- 24 -->[CssVarsProvider] Skip `unstable_sxConfig` variables (#35932) @siriwatknp
72
+ - &#8203;<!-- 10 -->[InputLabel] Add missing `component` type (#35852) @sai6855
73
+ - &#8203;<!-- 05 -->[Tooltip] Fix tooltip position (#35909) @marktoman
74
+
75
+ ### `@mui/base@5.0.0-alpha.116`
76
+
77
+ - &#8203;<!-- 29 -->[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus (#35838) @SaidMarar
78
+
79
+ ### `@mui/joy@5.0.0-alpha.65`
80
+
81
+ #### Breaking changes
82
+
83
+ - &#8203;<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
84
+
85
+ - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
86
+
87
+ ```diff
88
+ <Button
89
+ -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
90
+ +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
91
+ />
92
+ ```
93
+
94
+ You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration.
95
+
96
+ - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
97
+
98
+ - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
99
+
100
+ ```diff
101
+ <Card
102
+ -row
103
+ +orientation={"horizontal"}
104
+ />
105
+ ```
106
+
107
+ You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-row-prop) to help with the migration.
108
+
109
+ #### Changes
110
+
111
+ - &#8203;<!-- 26 -->[Joy][Checkbox] Display correct icon in checkbox (#35943) @sai6855
112
+ - &#8203;<!-- 09 -->[Joy] Add `Table` component (#35872) @siriwatknp
113
+ - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes (#35953) @siriwatknp
114
+
115
+ ### Docs
116
+
117
+ - &#8203;<!-- 28 -->[blog] Add RSS feed (#35777) @gorjiali
118
+ - &#8203;<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
119
+ - &#8203;<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
120
+ - &#8203;<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
121
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
122
+ - &#8203;<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
123
+ - &#8203;<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
124
+ - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
125
+ - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
126
+ - &#8203;<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
127
+ - &#8203;<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
128
+ - &#8203;<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
129
+ - &#8203;<!-- 13 -->[docs][joy] Fixed a typo in `Using icon libraries` page (#35989) @badalsaibo
130
+ - &#8203;<!-- 12 -->[docs][joy] Removed Badge info from Chip docs (#35955) @Vivek-Prajapatii
131
+ - &#8203;<!-- 11 -->[docs][system] Fix border color of Boxes in demos of `Configure the sx prop` page in dark mode (#35961) @ZeeshanTamboli
132
+
133
+ ### Core
134
+
135
+ - &#8203;<!-- 25 -->[core] Boolean props always have a default value of `false` in API docs (#35913) @hbjORbj
136
+ - &#8203;<!-- 04 -->[core] Improve types for usePreviousProps (#35833) @sai6855
137
+ - &#8203;<!-- 03 -->[website] Fix 404 link to store (#35973) @oliviertassinari
138
+ - &#8203;<!-- 02 -->[website] Fix 302 of diamond sponsor link @oliviertassinari
139
+ - &#8203;<!-- 01 -->[website] Fix outdated YouTube link @oliviertassinari
140
+
141
+ All contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli
142
+
3
143
  ## 5.11.6
4
144
 
5
145
  <!-- generated comparing v5.11.5..master -->
@@ -7277,7 +7417,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
7277
7417
 
7278
7418
  ```diff
7279
7419
  -<Tabs />
7280
- +<Tabs indicatorColor="primary" textColor="inherit" />
7420
+ +<Tabs indicatorColor="secondary" textColor="inherit" />
7281
7421
  ```
7282
7422
 
7283
7423
  #### Changes
@@ -45,7 +45,7 @@ export interface TimelineProps extends StandardProps<React.HTMLAttributes<HTMLUL
45
45
  *
46
46
  * - [Timeline API](https://mui.com/material-ui/api/timeline/)
47
47
  */
48
- declare const Timeline: React.ForwardRefExoticComponent<Pick<TimelineProps, "slot" | "style" | "title" | "hidden" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "position" | "sx"> & React.RefAttributes<HTMLUListElement>>;
48
+ declare const Timeline: React.ForwardRefExoticComponent<TimelineProps & React.RefAttributes<HTMLUListElement>>;
49
49
  /**
50
50
  *
51
51
  * Demos:
@@ -30,6 +30,7 @@ export interface TreeItemProps
30
30
  ContentProps?: React.HTMLAttributes<HTMLElement>;
31
31
  /**
32
32
  * If `true`, the node is disabled.
33
+ * @default false
33
34
  */
34
35
  disabled?: boolean;
35
36
  /**
@@ -326,6 +326,7 @@ process.env.NODE_ENV !== "production" ? TreeItem.propTypes /* remove-proptypes *
326
326
  ContentProps: PropTypes.object,
327
327
  /**
328
328
  * If `true`, the node is disabled.
329
+ * @default false
329
330
  */
330
331
  disabled: PropTypes.bool,
331
332
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.117
2
+ * @mui/lab v5.0.0-alpha.119
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -323,6 +323,7 @@ process.env.NODE_ENV !== "production" ? TreeItem.propTypes /* remove-proptypes *
323
323
  ContentProps: PropTypes.object,
324
324
  /**
325
325
  * If `true`, the node is disabled.
326
+ * @default false
326
327
  */
327
328
  disabled: PropTypes.bool,
328
329
  /**
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.117
2
+ * @mui/lab v5.0.0-alpha.119
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -326,6 +326,7 @@ process.env.NODE_ENV !== "production" ? TreeItem.propTypes /* remove-proptypes *
326
326
  ContentProps: PropTypes.object,
327
327
  /**
328
328
  * If `true`, the node is disabled.
329
+ * @default false
329
330
  */
330
331
  disabled: PropTypes.bool,
331
332
  /**
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.117
2
+ * @mui/lab v5.0.0-alpha.119
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -334,6 +334,7 @@ process.env.NODE_ENV !== "production" ? TreeItem.propTypes /* remove-proptypes *
334
334
  ContentProps: _propTypes.default.object,
335
335
  /**
336
336
  * If `true`, the node is disabled.
337
+ * @default false
337
338
  */
338
339
  disabled: _propTypes.default.bool,
339
340
  /**
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.117
2
+ * @mui/lab v5.0.0-alpha.119
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "5.0.0-alpha.117",
3
+ "version": "5.0.0-alpha.119",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.20.7",
51
- "@mui/base": "5.0.0-alpha.115",
52
- "@mui/system": "^5.11.5",
51
+ "@mui/base": "5.0.0-alpha.117",
52
+ "@mui/system": "^5.11.8",
53
53
  "@mui/types": "^7.2.3",
54
- "@mui/utils": "^5.11.2",
54
+ "@mui/utils": "^5.11.7",
55
55
  "clsx": "^1.2.1",
56
56
  "prop-types": "^15.8.1",
57
57
  "react-is": "^18.2.0"