Skip to content

Commit

Permalink
[release] v5.11.2 (#35633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 26, 2022
1 parent a2436fc commit e9d8fa0
Show file tree
Hide file tree
Showing 15 changed files with 116 additions and 45 deletions.
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,76 @@
# [Versions](https://mui.com/versions/)

## 5.11.2

<!-- generated comparing v5.11.1..master -->

_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`

- &#8203;<!-- 10 -->[l10n] Add displayed rows label to `faIR` locale (#35587) @hootan-rocky
- &#8203;<!-- 09 -->[l10n] Add Kurdish (Kurmanji) locale (#32508) @JagarYousef
- &#8203;<!-- 06 -->[Select] Accept non-component children (#33530) @boutahlilsoufiane
- &#8203;<!-- 05 -->[SelectInput] Update menu to use select wrapper as anchor (#34229) @EduardoSCosta
- &#8203;<!-- 03 -->[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`

- &#8203;<!-- 02 -->[utils] `mergedeep` deeply clones source key if it's an object (#35364) @sldk-yuri

### `@mui/base@5.0.0-alpha.112`

- &#8203;<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
- &#8203;<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
- &#8203;<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
- &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak

### `@mui/joy@5.0.0-alpha.60`

- &#8203;<!-- 15 -->[Joy] Fix radius adjustment (#35629) @siriwatknp
- &#8203;<!-- 14 -->[Joy] Apply color inversion to components (#34602) @siriwatknp
- &#8203;<!-- 13 -->[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp
- &#8203;<!-- 12 -->[Joy] Miscellaneous fixes (#35552) @siriwatknp
- &#8203;<!-- 11 -->[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj

### `@mui/material-next@6.0.0-alpha.68`

- &#8203;<!-- 36 -->[Material You] Update Button test & add active class name (#35497) @mnajdova

### Docs

- &#8203;<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
- &#8203;<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
- &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
- &#8203;<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
- &#8203;<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
- &#8203;<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
- &#8203;<!-- 20 -->[docs] Fix ListItem button deprecated use (#33970) @MickaelAustoni
- &#8203;<!-- 19 -->[docs] Fix typo in `Progress` docs (#35553) @jasonsturges
- &#8203;<!-- 18 -->[docs] Remove empty tags on the TransferList demos (#33127) @ekusiadadus
- &#8203;<!-- 17 -->[docs][joy] Add documentation for `Stack` component (#35373) @hbjORbj
- &#8203;<!-- 35 -->[docs][joy] Add documentation for `Grid` component (#35374) @hbjORbj
- &#8203;<!-- 01 -->[website] Update sponsor grid (#35452) @danilo-leal

### Core

- &#8203;<!-- 34 -->[core] Shorthand notation to remove outline (#35623) @oliviertassinari
- &#8203;<!-- 33 -->[core] Fix header link layout shift and clash (#35626) @oliviertassinari
- &#8203;<!-- 32 -->[core] Hide keyboard shortcut if no hover feature (#35625) @oliviertassinari
- &#8203;<!-- 31 -->[core] Fix confusing duplicated name in the log @oliviertassinari
- &#8203;<!-- 30 -->[core] Fix API demos callout spacing (#35579) @oliviertassinari
- &#8203;<!-- 29 -->[core] Fix a few title case (#35547) @oliviertassinari
- &#8203;<!-- 28 -->[core] Cleanup mention of test-utils (#35577) @oliviertassinari
- &#8203;<!-- 27 -->[core] Remove oudated pickers prop-type logic (#35571) @oliviertassinari
- &#8203;<!-- 26 -->[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

<!-- generated comparing v5.11.0..master -->
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -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`.",
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit e9d8fa0

Please sign in to comment.