diff --git a/CHANGELOG.md b/CHANGELOG.md index 276a6233a6fd55..a3701c4eeb7909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # [Versions](https://mui.com/versions/) +## 5.10.7 + + + +_Sep 26, 2022_ + +A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp + +### `@mui/material@5.10.7` + +- [CssVarsProvider] Exclude dark mode variables from `:root` stylesheet (#34131) @siriwatknp +- [Chip] Add chip classes (#33801) @pratikkarad +- [Slider] Fix typo in the comments in the source (#34452) @HexM7 +- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli +- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli +- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech +- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej + +### `@mui/system@5.10.7` + +- [system] Fix parsing of hsla colors in getLuminance (#34437) @ptrfrncsmrph +- [system] Fix incorrect type of `shape.borderRadius` in theme (#34076) @ZeeshanTamboli +- [system] Replace `enableSystem` with `defaultMode` (#33960) @siriwatknp + +### `@mui/material@5.0.0-alpha.101` + +- [deps] Move @mui/types to dependencies (#34384) @Methuselah96 + +### `@mui/base@5.0.0-alpha.99` + +#### Breaking changes + +- [TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes + + ```diff + - import TrapFocus from ‘@mui/base/TrapFocus’; + + import FocusTrap from ‘@mui/base/FocusTrap’; + ``` + +#### Changes + +- [MultiSelect] Require a single tap to select an item on mobile Chrome (#33932) @michaldudak + +### `@mui/joy@5.0.0-alpha.47` + +- [Checkbox] spread `value`, `required`, and `readOnly` to input (#34477) @siriwatknp +- [Chip] Fix unbinded `onClick` prop (#34455) @HexM7 +- [Divider] Add `Divider` component (#34403) @siriwatknp +- [Radio] spread `readOnly` and `required` to input (#34478) @siriwatknp + +### Docs + +- [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1 +- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette +- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas +- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli +- [docs] Update the guide for migrating to TSS (#34417) @garronej +- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar +- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar +- [docs] Standardize all MUI Core "Installation" pages (#34168) @samuelsycamore +- [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong +- [docs] Fix Select `onChange` call (#34408) @siriwatknp +- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas +- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari +- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari +- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette +- [website] Adds Bilal to about page (#34412) @MBilalShafi +- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas + +### Core + +- [core] Document some types in @mui/styled-engine-sc (#34413) @mnajdova +- [core] Add yml support to prettier (#33980) @Janpot + +All contributors of this release in alphabetical order: @abhinav-22-tech, @alexfauquette, @CodingItWrong, @Dustin-Digitar, @garronej, @HexM7, @howlettt, @Janpot, @joserodolfofreitas, @kabernardes, @MBilalShafi, @Methuselah96, @michaldudak, @mnajdova, @oliviertassinari, @prakhargupta1, @pratikkarad, @ptrfrncsmrph, @samuelsycamore, @siriwatknp, @ZeeshanTamboli + ## 5.10.6 diff --git a/benchmark/package.json b/benchmark/package.json index a823d791cf0e0e..889772caf60b19 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.3", - "@mui/material": "^5.10.6", - "@mui/styles": "^5.10.6", - "@mui/system": "^5.10.6", + "@mui/material": "^5.10.7", + "@mui/styles": "^5.10.7", + "@mui/system": "^5.10.7", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.26.0", diff --git a/docs/package.json b/docs/package.json index fb0ec1d7ff0e08..8c5317dfce7d26 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,17 +31,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.98", + "@mui/base": "5.0.0-alpha.99", "@mui/docs": "^5.10.6", "@mui/icons-material": "^5.10.6", - "@mui/joy": "5.0.0-alpha.46", - "@mui/lab": "5.0.0-alpha.100", - "@mui/material": "^5.10.6", - "@mui/material-next": "6.0.0-alpha.54", - "@mui/styled-engine": "^5.10.6", + "@mui/joy": "5.0.0-alpha.47", + "@mui/lab": "5.0.0-alpha.101", + "@mui/material": "^5.10.7", + "@mui/material-next": "6.0.0-alpha.55", + "@mui/styled-engine": "^5.10.7", "@mui/styled-engine-sc": "^5.10.6", - "@mui/styles": "^5.10.6", - "@mui/system": "^5.10.6", + "@mui/styles": "^5.10.7", + "@mui/system": "^5.10.7", "@mui/types": "^7.2.0", "@mui/x-data-grid": "^5.17.4", "@mui/x-data-grid-generator": "^5.17.4", diff --git a/package.json b/package.json index bd59a5aa7d1e20..01c8f82338a227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.10.6", + "version": "5.10.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 b3bfcb4b8d0075..2c42e107d027e2 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.98", + "version": "5.0.0-alpha.99", "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 7d586a2e8587ae..658ab9e411c17f 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.10.6", + "version": "5.10.7", "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 fb3d7b95aa1c94..f9afcb26f25a11 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.6", + "version": "5.10.7", "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 9d8a95fb440527..39ff8d1b12c374 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.46", + "version": "5.0.0-alpha.47", "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.98", - "@mui/core-downloads-tracker": "^5.10.6", - "@mui/system": "^5.10.6", + "@mui/base": "5.0.0-alpha.99", + "@mui/core-downloads-tracker": "^5.10.7", + "@mui/system": "^5.10.7", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.6", "clsx": "^1.2.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 098d375eb5e03d..0207d74964327b 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.100", + "version": "5.0.0-alpha.101", "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.98", - "@mui/system": "^5.10.6", + "@mui/base": "5.0.0-alpha.99", + "@mui/system": "^5.10.7", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.6", "clsx": "^1.2.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 840a0b5fdcf303..da957ea8c25c09 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.54", + "version": "6.0.0-alpha.55", "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.98", - "@mui/material": "^5.10.6", - "@mui/system": "^5.10.6", + "@mui/base": "5.0.0-alpha.99", + "@mui/material": "^5.10.7", + "@mui/system": "^5.10.7", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.6", "@popperjs/core": "^2.11.6", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index eeddfbe564dd24..b9bacb3847995a 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.10.6", + "version": "5.10.7", "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.98", - "@mui/core-downloads-tracker": "^5.10.6", - "@mui/system": "^5.10.6", + "@mui/base": "5.0.0-alpha.99", + "@mui/core-downloads-tracker": "^5.10.7", + "@mui/system": "^5.10.7", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.6", "@types/react-transition-group": "^4.4.5", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index a67da953734257..bceb8f7b4316c1 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "5.10.6", + "version": "5.10.7", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 08a59e9b9c2102..26a02ff0dca319 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.10.6", + "version": "5.10.7", "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 38bdf2dc6036d4..c628368e4c0f67 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.10.6", + "version": "5.10.7", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -59,7 +59,7 @@ "dependencies": { "@babel/runtime": "^7.19.0", "@mui/private-theming": "^5.10.6", - "@mui/styled-engine": "^5.10.6", + "@mui/styled-engine": "^5.10.7", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.6", "clsx": "^1.2.1",