diff --git a/CHANGELOG.md b/CHANGELOG.md index 22288c878fe58f..6295cfb544eac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,76 @@ # [Versions](https://mui.com/versions/) +## 5.11.2 + + + +_Dec 26, 2022_ + +A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨: + +- ⚙️ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771) +- Many other 🐛 bug fixes abd 📚 documentation improvements. + +### `@mui/material@5.11.2` + +- ​[l10n] Add displayed rows label to `faIR` locale (#35587) @hootan-rocky +- ​[l10n] Add Kurdish (Kurmanji) locale (#32508) @JagarYousef +- ​[Select] Accept non-component children (#33530) @boutahlilsoufiane +- ​[SelectInput] Update menu to use select wrapper as anchor (#34229) @EduardoSCosta +- ​[TableCell] Fix `scope` prop to be not set when a data cell is rendered within a table head (#35559) @sai6855 + +### `@mui/utils@5.11.2` + +- ​[utils] `mergedeep` deeply clones source key if it's an object (#35364) @sldk-yuri + +### `@mui/base@5.0.0-alpha.112` + +- ​[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti +- ​[Modal][base] Convert code to TypeScript (#34793) @leventdeniz +- ​[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev +- ​[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak + +### `@mui/joy@5.0.0-alpha.60` + +- ​[Joy] Fix radius adjustment (#35629) @siriwatknp +- ​[Joy] Apply color inversion to components (#34602) @siriwatknp +- ​[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp +- ​[Joy] Miscellaneous fixes (#35552) @siriwatknp +- ​[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj + +### `@mui/material-next@6.0.0-alpha.68` + +- ​[Material You] Update Button test & add active class name (#35497) @mnajdova + +### Docs + +- ​[docs] Fix GoogleMaps demo (#35545) @hbjORbj +- ​[docs] Remove flow, its legacy (#35624) @oliviertassinari +- ​[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp +- ​[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane +- ​[docs] Improve the experimental API demos on the button page (#35560) @mnajdova +- ​[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy +- ​[docs] Fix ListItem button deprecated use (#33970) @MickaelAustoni +- ​[docs] Fix typo in `Progress` docs (#35553) @jasonsturges +- ​[docs] Remove empty tags on the TransferList demos (#33127) @ekusiadadus +- ​[docs][joy] Add documentation for `Stack` component (#35373) @hbjORbj +- ​[docs][joy] Add documentation for `Grid` component (#35374) @hbjORbj +- ​[website] Update sponsor grid (#35452) @danilo-leal + +### Core + +- ​[core] Shorthand notation to remove outline (#35623) @oliviertassinari +- ​[core] Fix header link layout shift and clash (#35626) @oliviertassinari +- ​[core] Hide keyboard shortcut if no hover feature (#35625) @oliviertassinari +- ​[core] Fix confusing duplicated name in the log @oliviertassinari +- ​[core] Fix API demos callout spacing (#35579) @oliviertassinari +- ​[core] Fix a few title case (#35547) @oliviertassinari +- ​[core] Cleanup mention of test-utils (#35577) @oliviertassinari +- ​[core] Remove oudated pickers prop-type logic (#35571) @oliviertassinari +- ​[core] Exclude documentation of Base props not used in styled libraries (#35562) @michaldudak + +All contributors of this release in alphabetical order: @boutahlilsoufiane, @danhuynhdev, @danilo-leal, @EduardoSCosta, @ekusiadadus, @frontendlane, @hbjORbj, @hootan-rocky, @JagarYousef, @jasonsturges, @leventdeniz, @LukasTy, @michaldudak, @MickaelAustoni, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sldk-yuri, @trizotti + ## 5.11.1 diff --git a/benchmark/package.json b/benchmark/package.json index 7a1d90dbd46c08..8fb627e152ef90 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@mdx-js/react": "^2.2.1", - "@mui/material": "^5.11.1", - "@mui/styles": "^5.11.1", - "@mui/system": "^5.11.1", + "@mui/material": "^5.11.2", + "@mui/styles": "^5.11.2", + "@mui/system": "^5.11.2", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.29.1", diff --git a/docs/package.json b/docs/package.json index 92295b7441a203..b4f670924cce81 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,18 +31,18 @@ "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-alpha.111", - "@mui/docs": "^5.11.1", + "@mui/base": "5.0.0-alpha.112", + "@mui/docs": "^5.11.2", "@mui/icons-material": "^5.11.0", - "@mui/joy": "5.0.0-alpha.59", - "@mui/lab": "5.0.0-alpha.113", + "@mui/joy": "5.0.0-alpha.60", + "@mui/lab": "5.0.0-alpha.114", "@mui/markdown": "^5.0.0", - "@mui/material": "^5.11.1", - "@mui/material-next": "6.0.0-alpha.67", + "@mui/material": "^5.11.2", + "@mui/material-next": "6.0.0-alpha.68", "@mui/styled-engine": "^5.11.0", "@mui/styled-engine-sc": "^5.11.0", - "@mui/styles": "^5.11.1", - "@mui/system": "^5.11.1", + "@mui/styles": "^5.11.2", + "@mui/system": "^5.11.2", "@mui/types": "^7.2.3", "@mui/x-data-grid": "6.0.0-alpha.11", "@mui/x-data-grid-generator": "6.0.0-alpha.11", diff --git a/package.json b/package.json index caeff599855f8e..e7a507f7819310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.11.0", + "version": "5.11.2", "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 330d8aefa7a692..184dc47b814310 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.111", + "version": "5.0.0-alpha.112", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", @@ -54,7 +54,7 @@ "@babel/runtime": "^7.20.7", "@emotion/is-prop-valid": "^1.2.0", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "@popperjs/core": "^2.11.6", "clsx": "^1.2.1", "prop-types": "^15.8.1", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index f51627bf2c37b9..51f1422596c757 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.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index ef4acd787c777d..ebc3dc3aea3a62 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -45,7 +45,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "nprogress": "^0.2.0" }, "publishConfig": { diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 53d539aa880bdd..5928467ae6f29e 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.59", + "version": "5.0.0-alpha.60", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,11 +57,11 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/base": "5.0.0-alpha.111", - "@mui/core-downloads-tracker": "^5.11.1", - "@mui/system": "^5.11.1", + "@mui/base": "5.0.0-alpha.112", + "@mui/core-downloads-tracker": "^5.11.2", + "@mui/system": "^5.11.2", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "clsx": "^1.2.1", "csstype": "^3.1.1", "prop-types": "^15.8.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index ff9c91968a6c56..105fa816efbfd4 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.113", + "version": "5.0.0-alpha.114", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,10 +61,10 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/base": "5.0.0-alpha.111", - "@mui/system": "^5.11.1", + "@mui/base": "5.0.0-alpha.112", + "@mui/system": "^5.11.2", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "clsx": "^1.2.1", "prop-types": "^15.8.1", "react-is": "^18.2.0" diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 8f772fde39467d..4d175e47840b3f 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.67", + "version": "6.0.0-alpha.68", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,11 +59,11 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/base": "5.0.0-alpha.111", - "@mui/material": "^5.11.1", - "@mui/system": "^5.11.1", + "@mui/base": "5.0.0-alpha.112", + "@mui/material": "^5.11.2", + "@mui/system": "^5.11.2", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "@popperjs/core": "^2.11.6", "@types/react-transition-group": "^4.4.5", "clsx": "^1.2.1", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 5c97aa8d2a1713..26a017082d126e 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,11 +61,11 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/base": "5.0.0-alpha.111", - "@mui/core-downloads-tracker": "^5.11.1", - "@mui/system": "^5.11.1", + "@mui/base": "5.0.0-alpha.112", + "@mui/core-downloads-tracker": "^5.11.2", + "@mui/system": "^5.11.2", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "@types/react-transition-group": "^4.4.5", "clsx": "^1.2.1", "csstype": "^3.1.1", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 00e79a491554b9..56688cc164f1ed 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "5.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", @@ -48,7 +48,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "prop-types": "^15.8.1" }, "sideEffects": false, diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index d2b31534b4a536..b3133bb0ce9a4e 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", @@ -49,9 +49,9 @@ "dependencies": { "@babel/runtime": "^7.20.7", "@emotion/hash": "^0.9.0", - "@mui/private-theming": "^5.11.1", + "@mui/private-theming": "^5.11.2", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "clsx": "^1.2.1", "csstype": "^3.1.1", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 57d0f3103cd98e..44f88f0a05cb21 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -58,10 +58,10 @@ }, "dependencies": { "@babel/runtime": "^7.20.7", - "@mui/private-theming": "^5.11.1", + "@mui/private-theming": "^5.11.2", "@mui/styled-engine": "^5.11.0", "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.1", + "@mui/utils": "^5.11.2", "clsx": "^1.2.1", "csstype": "^3.1.1", "prop-types": "^15.8.1" diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 5a78604a3ee047..6d4a53885761ed 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.11.1", + "version": "5.11.2", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",