diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c010d4ba636a..7409a2afd1634e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # [Versions](https://mui.com/versions/) +## v5.15.20 + + + +_Jun 12, 2024_ + +A big thanks to the 9 contributors who made this release possible. + +### `@mui/material@5.15.20` + +- ​[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli +- ​[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855 + +### `@mui/utils@5.15.15` + +- ​Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy +- ​Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai + +### Docs + +- ​[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal +- ​[docs] Update twitter.com to x.com @oliviertassinari +- ​[docs] Simplify Example projects page @oliviertassinari +- ​[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650 +- ​[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal +- ​[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal +- ​[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal +- ​[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah + +### Core + +- ​[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH +- ​[examples] Remove Pigment CSS examples (#42538) @sai6855 +- ​[website] Close Developer Advocate / Content Engineer role @oliviertassinari +- ​[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit +- ​[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal +- ​[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal +- ​[website] Fix locationCountry in about page @oliviertassinari + +All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli + ## v5.15.19 diff --git a/package.json b/package.json index 06b3a705df6e82..f9e3352354fd17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.19", + "version": "5.15.20", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index e4a9cd534c9406..112ba0341a4b77 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.15.19", + "version": "5.15.20", "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 96ecedca755785..018b64caf61ec3 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.15.19", + "version": "5.15.20", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index ec8ceeb5f65c59..c062585afe6908 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "5.15.19", + "version": "5.15.20", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 39c8508a4e7ec1..ff4a60d0b3fcc9 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.19", + "version": "5.15.20", "private": false, "author": "MUI Team", "description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index a34d5e95b3f86a..22c347fec35d18 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.15.14", + "version": "5.15.20", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index aebd24ff59c5ac..04f2c59853ee6d 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.19", + "version": "5.15.20", "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 22dc6029f00cf5..9d4f7b1b139da0 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.15.15", + "version": "5.15.20", "private": false, "author": "MUI Team", "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 1ec2250902f92c..ac541b81e49025 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.15.14", + "version": "5.15.20", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",