@mui/lab 5.0.0-alpha.98 → 5.0.0-alpha.99

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,51 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.5
4
+
5
+ <!-- generated comparing v5.10.4..master -->
6
+
7
+ _Sep 12, 2022_
8
+
9
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
12
+ - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
13
+ - And more 🐛 bug fixes and 📚 documentation improvements.
14
+
15
+ ### `@mui/material@5.10.5`
16
+
17
+ - &#8203;<!-- 05 -->[ListItemText] Fix variant mapping in `primaryTypography` (#33880) @iamxukai
18
+ - &#8203;<!-- 03 -->[Timeline] Add left and right aligned timeline demos in docs (#34156) @ZeeshanTamboli
19
+
20
+ ### `@mui/joy@5.0.0-alpha.45`
21
+
22
+ - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
23
+ - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
24
+ - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
25
+ - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
26
+ - &#8203;<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
27
+ - &#8203;<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
28
+ - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
29
+ - &#8203;<!-- 07 -->[Radio][joy] Integrate with form control (#34277) @siriwatknp
30
+ - &#8203;<!-- 06 -->[Joy][textarea] Pass `textarea` props from `componentsProps` (#34223) @HexM7
31
+
32
+ ### Docs
33
+
34
+ - &#8203;<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
35
+ - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
36
+ - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
37
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
38
+ - &#8203;<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
39
+ - &#8203;<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
40
+
41
+ ### Core
42
+
43
+ - &#8203;<!-- 04 -->[test] Replace argos-cli with @argos-ci/core (#34178) @michaldudak
44
+ - &#8203;<!-- 15 -->[core] Create a script to generate codeowners (#34175) @michaldudak
45
+ - &#8203;<!-- 14 -->[core] Add RFC GH issue template (#33871) @bytasv
46
+
47
+ All contributors of this release in alphabetical order: @bytasv, @ChrystianDeMatos, @hbjORbj, @HexM7, @iamxukai, @kushagra010, @LukasTy, @michaldudak, @oliviertassinari, @siriwatknp, @ZeeshanTamboli, @zillion504
48
+
3
49
  ## 5.10.4
4
50
 
5
51
  <!-- generated comparing v5.10.3..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.98
1
+ /** @license MUI v5.0.0-alpha.99
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.98
1
+ /** @license MUI v5.0.0-alpha.99
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.98
1
+ /** @license MUI v5.0.0-alpha.99
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.98
1
+ /** @license MUI v5.0.0-alpha.99
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "5.0.0-alpha.98",
3
+ "version": "5.0.0-alpha.99",
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.18.9",
51
- "@mui/base": "5.0.0-alpha.96",
52
- "@mui/system": "^5.10.4",
51
+ "@mui/base": "5.0.0-alpha.97",
52
+ "@mui/system": "^5.10.5",
53
53
  "@mui/utils": "^5.10.3",
54
54
  "clsx": "^1.2.1",
55
55
  "prop-types": "^15.8.1",