From 5daaf9be5115b1cb777fb4cf3d9125baddfe5720 Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Mon, 3 Jan 2022 13:20:04 +0100 Subject: [PATCH] v5.2.7 (#30471) --- CHANGELOG.md | 40 ++++++++++++++++++++++++ benchmark/package.json | 2 +- docs/package.json | 8 ++--- framer/Material-UI.framerfx/package.json | 4 +-- framer/package.json | 2 +- package.json | 2 +- packages/mui-base/package.json | 2 +- packages/mui-joy/package.json | 4 +-- packages/mui-lab/package.json | 4 +-- packages/mui-material-next/package.json | 4 +-- packages/mui-material/package.json | 4 +-- 11 files changed, 58 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab49446b9c9bd0..72ffde1e5d49e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ ### [Versions](https://mui.com/versions/) +## 5.2.7 + + + +_Jan 3, 2022_ + +A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: + +- 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate +- And more 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.2.7` + +- ​[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib +- ​[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619 +- ​[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli +- ​[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar +- ​[SvgIcon] Correct API docs and code style (#30470) @michaldudak + +### Docs + +- ​[blog] 2021 (#30425) @oliviertassinari +- ​[docs] Fix typo on the Grid docs page (#30446) @abhi45 +- ​[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH +- ​[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova +- ​[docs] Make the reference to the select clearer (#30460) @boazrymland +- ​[docs] Sync translations with Crowdin (#30385) @l10nbot +- ​[example] Avoid double rendering in the Remix example (#30366) @mnajdova +- ​[i18n] improve viVN locale (#30426) @hckhanh +- ​[l10n] Improve fiFI locale (#30442) @Certificate +- ​[website] Add new batch of open roles (#30282) @oliviertassinari +- ​[website] Refactor page context with next router (#30020) @siriwatknp + +### Core + +- ​[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari +- ​[core] Remove contrib tweet (#30455) @oliviertassinari + +All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli + ## 5.2.6 diff --git a/benchmark/package.json b/benchmark/package.json index d84a40478b61d6..61a0e0aef7b217 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -14,7 +14,7 @@ "@chakra-ui/system": "^1.8.3", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/material": "^5.2.6", + "@mui/material": "^5.2.7", "@mui/styles": "^5.2.3", "@mui/system": "^5.2.6", "@styled-system/css": "^5.1.5", diff --git a/docs/package.json b/docs/package.json index e420d93693b7fa..3b93d6073f449f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,12 +31,12 @@ "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.16", - "@mui/base": "5.0.0-alpha.62", + "@mui/base": "5.0.0-alpha.63", "@mui/docs": "^5.2.3", "@mui/icons-material": "^5.2.5", - "@mui/lab": "5.0.0-alpha.62", - "@mui/material": "^5.2.6", - "@mui/material-next": "6.0.0-alpha.16", + "@mui/lab": "5.0.0-alpha.63", + "@mui/material": "^5.2.7", + "@mui/material-next": "6.0.0-alpha.17", "@mui/styled-engine": "^5.2.6", "@mui/styled-engine-sc": "^5.1.0", "@mui/styles": "^5.2.3", diff --git a/framer/Material-UI.framerfx/package.json b/framer/Material-UI.framerfx/package.json index 17e9d741ad2a4a..0c9e2bb0035662 100644 --- a/framer/Material-UI.framerfx/package.json +++ b/framer/Material-UI.framerfx/package.json @@ -3,7 +3,7 @@ "private": true, "author": "MUI Team", "description": "MUI Framer components", - "version": "1.1.15", + "version": "1.1.16", "license": "MIT", "homepage": "https://mui.com/", "repository": { @@ -16,7 +16,7 @@ }, "dependencies": { "@mui/icons-material": "^5.2.5", - "@mui/material": "^5.2.6", + "@mui/material": "^5.2.7", "@mui/utils": "^5.2.3", "lodash": "^4.17.21" }, diff --git a/framer/package.json b/framer/package.json index 4f1f7c0b27287a..c0cb5e856f60d4 100644 --- a/framer/package.json +++ b/framer/package.json @@ -1,6 +1,6 @@ { "name": "framer", - "version": "1.0.41", + "version": "1.0.42", "description": "Builds MUI for Framer X", "repository": "https://github.com/mui-org/material-ui", "author": "MUI Team", diff --git a/package.json b/package.json index bcb7735c1f997f..355e706fef422e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.2.6", + "version": "5.2.7", "private": true, "scripts": { "proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 4cd1b88d288378..0dce4b934d6a47 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-alpha.62", + "version": "5.0.0-alpha.63", "private": false, "author": "MUI Team", "description": "Unstyled React components with which to implement custom design systems.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 56548e9c4cc298..98e825ec6cb738 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-alpha.8", + "version": "5.0.0-alpha.9", "private": false, "author": "MUI Team", "description": "Joy design system — React components", @@ -57,7 +57,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@mui/base": "5.0.0-alpha.62", + "@mui/base": "5.0.0-alpha.63", "@mui/system": "^5.2.6", "@mui/types": "^7.1.0", "@mui/utils": "^5.2.3", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index dc2d677e6e198e..e2cb0192e4855e 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "5.0.0-alpha.62", + "version": "5.0.0-alpha.63", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -73,7 +73,7 @@ "@date-io/dayjs": "^2.11.0", "@date-io/luxon": "^2.11.1", "@date-io/moment": "^2.11.0", - "@mui/base": "5.0.0-alpha.62", + "@mui/base": "5.0.0-alpha.63", "@mui/system": "^5.2.6", "@mui/utils": "^5.2.3", "clsx": "^1.1.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 9eee7c9bdea5f0..d000f7458700ba 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-next", - "version": "6.0.0-alpha.16", + "version": "6.0.0-alpha.17", "private": false, "author": "MUI Team", "description": "Material Design components built using @mui/base.", @@ -59,7 +59,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@mui/base": "5.0.0-alpha.62", + "@mui/base": "5.0.0-alpha.63", "@mui/system": "^5.2.6", "@mui/types": "^7.1.0", "@mui/utils": "^5.2.3", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 191042d6810231..78b77a0716d925 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.2.6", + "version": "5.2.7", "private": false, "author": "MUI Team", "description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.", @@ -61,7 +61,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@mui/base": "5.0.0-alpha.62", + "@mui/base": "5.0.0-alpha.63", "@mui/system": "^5.2.6", "@mui/types": "^7.1.0", "@mui/utils": "^5.2.3",