8000 5.13.1 (#37285) · mui/material-ui@b803550 · GitHub
[go: up one dir, main page]

Skip to content

Commit b803550

Browse files
authored
5.13.1 (#37285)
1 parent 4bb4074 commit b803550

File tree

15 files changed

+107
-45
lines changed

15 files changed

+107
-45
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 5.13.1
4+
5+
<!-- generated comparing v5.13.0..master -->
6+
7+
_May 16, 2023_
8+
9+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🌏 Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
12+
- 🐛 bug fixes and 📚 documentation improvements.
13+
14+
### `@mui/material@5.13.1`
15+
16+
- [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
17+
- [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
18+
- [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
19+
20+
### `@mui/utils@5.13.1`
21+
22+
- [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
23+
24+
### `@mui/base@5.0.0-beta.1`
25+
26+
- [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
27+
28+
### `@mui/joy@5.0.0-alpha.80`
29+
30+
- [Autocomplete] Fixed scroll into view (#37217) @sai6855
31+
- [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
32+
- [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
33+
- [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
34+
- [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
35+
- [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
36+
- [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
37+
- [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
38+
- Miscellaneous fixes (#37274) @siriwatknp
39+
40+
### Docs
41+
42+
- [docs] Remove upload button (#36844) @Bastian
43+
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
44+
- [docs] Fix Material Design templates (#37187) @oliviertassinari
45+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
46+
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
47+
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
48+
- [docs] Update theme customization typescript (#35551) @siriwatknp
49+
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
50+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
51+
- [docs] Improve Base UI overview page (#37227) @mnajdova
52+
- [docs] Update Joy + Material guide (#36911) @cherniavskii
53+
54+
### Core
55+
56+
- [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
57+
- [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
58+
- [core] Remove outdated babel proposal plugins (#36795) @kkocdko
59+
- [website] Add Diego to About Us page (#37284) @DiegoAndai
60+
- [website] Add Victor teamMember card to 'About' (#37283) @zanivan
61+
- [website] Add Rich to the 'About' page (#37221) @richbustos
62+
63+
All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
64+
365
## 5.13.0
466

567
<!-- generated comparing v5.12.3..master -->

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.10.8",
1616
"@emotion/styled": "^11.10.8",
1717
"@mdx-js/react": "^2.3.0",
18-
"@mui/material": "^5.13.0",
19-
"@mui/styles": "^5.12.3",
20-
"@mui/system": "^5.12.3",
18+
"@mui/material": "^5.13.1",
19+
"@mui/styles": "^5.13.1",
20+
"@mui/system": "^5.13.1",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.33.0",

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.4.0",
3232
"@fortawesome/free-solid-svg-icons": "^6.4.0",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@mui/base": "5.0.0-beta.0",
35-
"@mui/docs": "^5.12.3",
34+
"@mui/base": "5.0.0-beta.1",
35+
"@mui/docs": "^5.12.4",
3636
"@mui/icons-material": "^5.11.16",
37-
"@mui/joy": "5.0.0-alpha.79",
38-
"@mui/lab": "5.0.0-alpha.129",
37+
"@mui/joy": "5.0.0-alpha.80",
38+
"@mui/lab": "5.0.0-alpha.130",
3939
"@mui/markdown": "^5.0.0",
40-
"@mui/material": "^5.13.0",
41-
"@mui/material-next": "6.0.0-alpha.84",
40+
"@mui/material": "^5.13.1",
41+
"@mui/material-next": "6.0.0-alpha.85",
4242
"@mui/styled-engine": "^5.12.3",
4343
"@mui/styled-engine-sc": "^5.12.0",
44-
"@mui/styles": "^5.12.3",
45-
"@mui/system": "^5.12.3",
44+
"@mui/styles": "^5.13.1",
45+
"@mui/system": "^5.13.1",
4646
"@mui/types": "^7.2.4",
4747
"@mui/x-data-grid": "6.4.0",
4848
"@mui/x-data-grid-generator": "6.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.13.0",
3+
"version": "5.13.1",
44
"private": true,
55
"scripts": {
66
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",

packages/mui-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
@@ -54,7 +54,7 @@
5454
"@babel/runtime": "^7.21.0",
5555
"@emotion/is-prop-valid": "^1.2.0",
5656
"@mui/types": "^7.2.4",
57-
"@mui/utils": "^5.12.3",
57+
"@mui/utils": "^5.13.1",
5858
"@popperjs/core": "^2.11.7",
5959
"clsx": "^1.2.1",
6060
"prop-types": "^15.8.1",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.13.0",
3+
"version": "5.13.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.12.3",
3+
"version": "5.12.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@babel/runtime": "^7.21.0",
48-
"@mui/utils": "^5.12.3",
48+
"@mui/utils": "^5.13.1",
4949
"nprogress": "^0.2.0"
5050
},
5151
"publishConfig": {

packages/mui-joy/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.79",
3+
"version": "5.0.0-alpha.80",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -57,11 +57,11 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.21.0",
60-
"@mui/base": "5.0.0-beta.0",
61-
"@mui/core-downloads-tracker": "^5.13.0",
62-
"@mui/system": "^5.12.3",
60+
"@mui/base": "5.0.0-beta.1",
61+
"@mui/core-downloads-tracker": "^5.13.1",
62+
"@mui/system": "^5.13.1",
6363
"@mui/types": "^7.2.4",
64-
"@mui/utils": "^5.12.3",
64+
"@mui/utils": "^5.13.1",
6565
"clsx": "^1.2.1",
6666
"csstype": "^3.1.2",
6767
"prop-types": "^15.8.1",

packages/mui-lab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.129",
3+
"version": "5.0.0-alpha.130",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -61,10 +61,10 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.21.0",
64-
"@mui/base": "5.0.0-beta.0",
65-
"@mui/system": "^5.12.3",
64+
"@mui/base": "5.0.0-beta.1",
65+
"@mui/system": "^5.13.1",
6666
"@mui/types": "^7.2.4",
67-
"@mui/utils": "^5.12.3",
67+
"@mui/utils": "^5.13.1",
6868
"clsx": "^1.2.1",
6969
"prop-types": "^15.8.1",
7070
"react-is": "^18.2.0"

packages/mui-material-next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-next",
3-
"version": "6.0.0-alpha.84",
3+
"version": "6.0.0-alpha.85",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -59,11 +59,11 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.21.0",
62-
"@mui/base": "5.0.0-beta.0",
63-
"@mui/material": "^5.13.0",
64-
"@mui/system": "^5.12.3",
62+
"@mui/base": "5.0.0-beta.1",
63+
"@mui/material": "^5.13.1",
64+
"@mui/system": "^5.13.1",
6565
"@mui/types": "^7.2.4",
66-
"@mui/utils": "^5.12.3",
66+
"@mui/utils": "^5.13.1",
6767
"@popperjs/core": "^2.11.7",
6868
"@types/react-transition-group": "^4.4.6",
6969
"clsx": "^1.2.1",

0 commit comments

Comments
 (0)
0