From ce83fd45788ba35a3b4887fae5a64a9d1d4b209f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Tue, 18 Oct 2022 10:24:38 +0200 Subject: [PATCH] v5.10.10 (#34800) --- CHANGELOG.md | 72 +++++++++++++++++++ benchmark/package.json | 6 +- docs/package.json | 14 ++-- package.json | 2 +- packages/mui-base/package.json | 2 +- packages/mui-codemod/package.json | 2 +- .../mui-core-downloads-tracker/package.json | 2 +- packages/mui-joy/package.json | 8 +-- packages/mui-lab/package.json | 6 +- packages/mui-material-next/package.json | 8 +-- packages/mui-material/package.json | 8 +-- packages/mui-styles/package.json | 2 +- packages/mui-system/package.json | 2 +- 13 files changed, 103 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 611862cb8cc81e..d492a496af0725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,77 @@ # [Versions](https://mui.com/versions/) +## 5.10.10 + + + +_Oct 18, 2022_ + +A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨: + +- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)! +- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509). +- ⚙️ We started converting the remaining JS components in MUI Base to TypeScript. + @mbayucot finished the first PR with the conversion of the NoSsr code (#34735). +- And more 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.10.10` + +- [Popover] Fix paper position flash on open (#34546) @TheUnlocked +- [SwipeableDrawer] Make component `defaultProps` overridable (#34643) @hbjORbj + +### `@mui/system@5.10.10` + +- [system] Support CSS `grey` color in `sx` (#34548) @TheUnlocked + +### `@mui/styles@5.10.10` + +- [styles] Use memoized context in StylesProvider (#34637) @mohd-akram + +### `@mui/joy@5.0.0-alpha.50` + +- [Select][joy] Added hidden input element (#34657) @zee-bit +- [Slider][joy] Add global variant to slider (#34733) @siriwatknp +- [Tooltip][joy] Add component (#34509) @hbjORbj + +### `@mui/base@5.0.0-alpha.102` + +- [MultiSelect][base] Prevent the renderValue prop from being propagated to the DOM (#34698) @michaldudak +- [NoSsr] Convert code to TypeScript (#34735) @mbayucot + +### Docs + +- [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626 +- [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv +- [docs] Use new editing API in homepage demos (#34220) @m4theushw +- [docs] Live demos (#34454) @bharatkashyap +- [docs] Fix typos in Joy UI Switch (#34728) @ndresx +- [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari +- [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore +- [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore +- [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore +- [docs] Basic link verification at PR level (#34588) @alexfauquette +- [docs] Add a missing comma in the customization example (#34617) @AbayKinayat +- [website] Clarify Pro/Premium support (#34607) @oliviertassinari +- [website] Fix home page dark mode flicker (#33545) +- [website] Update the state of the date pickers on the landing page (#34750) @joserodolfofreitas + +### Core + +- [core] Clean conditionals (#34772) @pedroprado010 +- [core] Temporary remove the authorization (#34796) @siriwatknp +- [core] Avoid slower CI run statues @oliviertassinari +- [core] Improve the playground DX (#34739) @oliviertassinari +- [core] Link Netlify in the danger comment (#34688) @oliviertassinari +- [core] Fix CI after out of sync merge @oliviertassinari +- [core] Enforce straight quote (#34686) @oliviertassinari +- [core] Add code scanning via CodeQL (#34707) @DanailH +- [core] Fix some upcoming eslint issues (#34727) @oliviertassinari +- [core] Auto-fix upcoming eslint issues (#34644) @Janpot +- [core] Move SearchIcons to docs src folder (#34802) +- [test] Enable `react/no-unstable-nested-components` (#34518) @eps1lon + +All contributors of this release in alphabetical order: @AbayKinayat, @alexfauquette, @bharatkashyap, @DanailH, @eps1lon, @hayawata3626, @hbjORbj, @Janpot, @joserodolfofreitas, @m4theushw, @mbayucot, @michaldudak, @mohd-akram, @ndresx, @oliviertassinari, @pedroprado010, @rvrvrv, @samuelsycamore, @siriwatknp, @TheUnlocked, @zee-bit + ## 5.10.9 diff --git a/benchmark/package.json b/benchmark/package.json index d64ed37d479633..e26601075f496c 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mdx-js/react": "^2.1.4", - "@mui/material": "^5.10.9", - "@mui/styles": "^5.10.9", - "@mui/system": "^5.10.9", + "@mui/material": "^5.10.10", + "@mui/styles": "^5.10.10", + "@mui/system": "^5.10.10", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.26.1", diff --git a/docs/package.json b/docs/package.json index b4bbde6e0be13a..eb40794a6f98a2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,17 +33,17 @@ "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-alpha.101", + "@mui/base": "5.0.0-alpha.102", "@mui/docs": "^5.10.9", "@mui/icons-material": "^5.10.9", - "@mui/joy": "5.0.0-alpha.49", - "@mui/lab": "5.0.0-alpha.103", - "@mui/material": "^5.10.9", - "@mui/material-next": "6.0.0-alpha.57", + "@mui/joy": "5.0.0-alpha.50", + "@mui/lab": "5.0.0-alpha.104", + "@mui/material": "^5.10.10", + "@mui/material-next": "6.0.0-alpha.58", "@mui/styled-engine": "^5.10.8", "@mui/styled-engine-sc": "^5.10.6", - "@mui/styles": "^5.10.9", - "@mui/system": "^5.10.9", + "@mui/styles": "^5.10.10", + "@mui/system": "^5.10.10", "@mui/types": "^7.2.0", "@mui/x-data-grid": "^5.17.6", "@mui/x-data-grid-generator": "^5.17.6", diff --git a/package.json b/package.json index 0e65f296ad9c5a..9baed86f0d147c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.10.9", + "version": "5.10.10", "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 9d66f8025d5d15..214dd7b90fd323 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.101", + "version": "5.0.0-alpha.102", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index bb63f0d624231e..f66d652cb98faa 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.10.9", + "version": "5.10.10", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index dc0f3bad412fe0..2e0b9b2d6c3a66 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "5.10.9", + "version": "5.10.10", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index d2f6da5e9a7d38..92d2818a130a20 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.49", + "version": "5.0.0-alpha.50", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,9 +57,9 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@mui/base": "5.0.0-alpha.101", - "@mui/core-downloads-tracker": "^5.10.9", - "@mui/system": "^5.10.9", + "@mui/base": "5.0.0-alpha.102", + "@mui/core-downloads-tracker": "^5.10.10", + "@mui/system": "^5.10.10", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.9", "clsx": "^1.2.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index f35a94602b5de2..cbf64664dc51ca 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.103", + "version": "5.0.0-alpha.104", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,8 +61,8 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@mui/base": "5.0.0-alpha.101", - "@mui/system": "^5.10.9", + "@mui/base": "5.0.0-alpha.102", + "@mui/system": "^5.10.10", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.9", "clsx": "^1.2.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 72504abd641be8..58cf8c93bcfccb 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.57", + "version": "6.0.0-alpha.58", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,9 +59,9 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@mui/base": "5.0.0-alpha.101", - "@mui/material": "^5.10.9", - "@mui/system": "^5.10.9", + "@mui/base": "5.0.0-alpha.102", + "@mui/material": "^5.10.10", + "@mui/system": "^5.10.10", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.9", "@popperjs/core": "^2.11.6", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 92073d05a5f73b..20066053961e64 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.10.9", + "version": "5.10.10", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,9 +61,9 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@mui/base": "5.0.0-alpha.101", - "@mui/core-downloads-tracker": "^5.10.9", - "@mui/system": "^5.10.9", + "@mui/base": "5.0.0-alpha.102", + "@mui/core-downloads-tracker": "^5.10.10", + "@mui/system": "^5.10.10", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.9", "@types/react-transition-group": "^4.4.5", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 506d47d0306edb..2e18ff9b3d0931 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.10.9", + "version": "5.10.10", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 47bd53697ce207..bba16d3506151e 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.10.9", + "version": "5.10.10", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.",