@mui/lab 5.0.0-alpha.123 → 5.0.0-alpha.124

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,73 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.11.14
4
+
5
+ <!-- generated comparing v5.11.13..master -->
6
+
7
+ _Mar 21, 2023_
8
+
9
+ A big thanks to the 15 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.11.14`
13
+
14
+ - [Breadcrumbs] Add ability to change icon used in `BreadcrumbCollapsed` through slots (#33812) @pratikkarad
15
+ - [Stepper] Add aria-current to active StepButton (#36526) @michalak111
16
+ - [TabScrollButton] Add ability to change left and right icons (#33863) @pratikkarad
17
+ - [ListItemButton] Respect LinkComponent (#34159) @zaverden
18
+ - [l10n] Add Central Kurdish (ku-CKB) locale (#36592) @HediMuhamad
19
+
20
+ ### `@mui/system@5.11.14`
21
+
22
+ - [system] Fix sx prop regression for fontWeight values (#36543) @mnajdova
23
+
24
+ ### `@mui/base@5.0.0-alpha.121`
25
+
26
+ - [docs][base] Improve the Slots Table in API docs (#36330) @hbjORbj
27
+
28
+ ### `@mui/joy@5.0.0-alpha.72`
29
+
30
+ - [Joy] Ensure new CSS variable naming is everywhere (#36460) @hbjORbj
31
+ - [Menu][joy] Classname listbox is missing (#36520) @hbjORbj
32
+ - [Joy] Fix `--List-decorator*` vars (#36595) @siriwatknp
33
+
34
+ ### `@mui/lab@5.0.0-alpha.124`
35
+
36
+ - [Masonry] Include Masonry in theme augmentation interface (#36533) @hbjORbj
37
+
38
+ ### Docs
39
+
40
+ - [blog] Post blog about Chamonix retreat to the website (#36517) @mikailaread
41
+ - [blog] Fix image layout shift (#36522) @oliviertassinari
42
+ - [docs] Use `theme.applyDarkStyles` for the rest of the docs (#36161) @siriwatknp
43
+ - [docs] Fix 301 and 404 links (#36555) @oliviertassinari
44
+ - [docs] Keep slot code order in API docs (#36499) @oliviertassinari
45
+ - [docs] Missing className on Migrating from JSS example (#36536) @gabrielnafuzi
46
+ - [docs] Fix function name for Joy templates (#36512) @hbjORbj
47
+ - [docs] Add multiline Chip example (#36437) @dav1app
48
+ - [docs] Add a new gold sponsor (#36518) @hbjORbj
49
+ - [docs][joy] Improve the Slots Table in API docs (#36328) @hbjORbj
50
+ - [docs] Fix virtualElement demo for Popper (#36320) @sai6855
51
+ - [docs] Fix typo in API docs (#36388) @RomanHotsiy
52
+ - [docs] Ensure classname displayed under Slots section in API docs exists (#36539) @hbjORbj
53
+ - [docs][joy] Build TS versions for Modal component demos (#36385) @varunmulay22
54
+ - [docs][joy] Build TS versions for Menu component demos (#36383) @varunmulay22
55
+ - [docs][joy] Build TS versions for Switch component demos (#36379) @varunmulay22
56
+ - [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
57
+ - [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
58
+ - [website] Designer role changes (#36528) @danilo-leal
59
+ - [website] No association between showcase and MUI @oliviertassinari
60
+ - [website] Open Head of Operations role (#36501) @oliviertassinari
61
+ - [website] Limit sponsors description to two rows @oliviertassinari
62
+
63
+ ### Core
64
+
65
+ - [core] Fix CI @oliviertassinari
66
+ - [core] Fix blank line @oliviertassinari
67
+ - [website] Simplify internal ops @oliviertassinari
68
+
69
+ All contributors of this release in alphabetical order: @danilo-leal, @dav1app, @gabrielnafuzi, @hbjORbj, @HediMuhamad, @michalak111, @mikailaread, @mnajdova, @oliviertassinari, @pratikkarad, @RomanHotsiy, @sai6855, @siriwatknp, @varunmulay22, @zaverden
70
+
3
71
  ## 5.11.13
4
72
 
5
73
  <!-- generated comparing v5.11.12..master -->
@@ -9076,7 +9144,7 @@ _Nov 4, 2020_
9076
9144
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
9077
9145
 
9078
9146
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
9079
- React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
9147
+ React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
9080
9148
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
9081
9149
  This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
9082
9150
 
@@ -10085,7 +10153,7 @@ Here are some highlights ✨:
10085
10153
  #### Breaking changes
10086
10154
 
10087
10155
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
10088
- Depending on your use case either use a [callback ref](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
10156
+ Depending on your use case either use a [callback ref](https://legacy.reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
10089
10157
 
10090
10158
  #### Changes
10091
10159
 
@@ -10548,7 +10616,7 @@ Here are some highlights ✨:
10548
10616
 
10549
10617
  - [RootRef] Remove component (#21974) @eps1lon
10550
10618
  This component was removed. You can get a reference to the underlying DOM node of our components via `ref` prop.
10551
- The component relied on [`ReactDOM.findDOMNode`](https://reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
10619
+ The component relied on [`ReactDOM.findDOMNode`](https://legacy.reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://legacy.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
10552
10620
 
10553
10621
  ```diff
10554
10622
  -<RootRef rootRef={ref}>
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.123
2
+ * @mui/lab v5.0.0-alpha.124
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.123
2
+ * @mui/lab v5.0.0-alpha.124
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.123
2
+ * @mui/lab v5.0.0-alpha.124
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.123
2
+ * @mui/lab v5.0.0-alpha.124
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.123",
3
+ "version": "5.0.0-alpha.124",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.21.0",
51
- "@mui/base": "5.0.0-alpha.121",
52
- "@mui/system": "^5.11.13",
51
+ "@mui/base": "5.0.0-alpha.122",
52
+ "@mui/system": "^5.11.14",
53
53
  "@mui/types": "^7.2.3",
54
54
  "@mui/utils": "^5.11.13",
55
55
  "clsx": "^1.2.1",
@@ -16,6 +16,11 @@ export interface LabComponents {
16
16
  styleOverrides?: ComponentsOverrides<Theme>['MuiLoadingButton'];
17
17
  variants?: ComponentsVariants['MuiLoadingButton'];
18
18
  };
19
+ MuiMasonry?: {
20
+ defaultProps?: ComponentsProps['MuiMasonry'];
21
+ styleOverrides?: ComponentsOverrides<Theme>['MuiMasonry'];
22
+ variants?: ComponentsVariants['MuiMasonry'];
23
+ };
19
24
  MuiTabList?: {
20
25
  defaultProps?: ComponentsProps['MuiTabList'];
21
26
  styleOverrides?: ComponentsOverrides<Theme>['MuiTabList'];
@@ -1,4 +1,5 @@
1
1
  import { LoadingButtonClassKey } from '../LoadingButton';
2
+ import { MasonryClassKey } from '../Masonry';
2
3
  import { TabListClassKey } from '../TabList';
3
4
  import { TabPanelClassKey } from '../TabPanel';
4
5
  import { TimelineClassKey } from '../Timeline';
@@ -14,6 +15,7 @@ import { TreeViewClassKey } from '../TreeView';
14
15
  // prettier-ignore
15
16
  export interface LabComponentNameToClassKey {
16
17
  MuiLoadingButton: LoadingButtonClassKey;
18
+ MuiMasonry: MasonryClassKey;
17
19
  MuiTabList: TabListClassKey;
18
20
  MuiTabPanel: TabPanelClassKey;
19
21
  MuiTimeline: TimelineClassKey;
@@ -11,10 +11,12 @@ import { TimelineProps } from '../Timeline';
11
11
  import { TimelineSeparatorProps } from '../TimelineSeparator';
12
12
  import { TreeItemProps } from '../TreeItem';
13
13
  import { TreeViewProps } from '../TreeView';
14
+ import { MasonryProps } from '../Masonry';
14
15
 
15
16
  export interface LabComponentsPropsList {
16
17
  MuiAvatarGroup: AvatarGroupProps;
17
18
  MuiLoadingButton: LoadingButtonProps;
19
+ MuiMasonry: MasonryProps;
18
20
  MuiTabList: TabListProps;
19
21
  MuiTabPanel: TabPanelProps;
20
22
  MuiTimeline: TimelineProps;