From b8ca1bb7746f76e5654d973ee8abeeed20a62835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 17 Jan 2022 10:43:22 +0100 Subject: [PATCH 1/5] v5.2.9 --- CHANGELOG.md | 66 ++++++++++++++++++++++ benchmark/package.json | 6 +- docs/package.json | 20 +++---- framer/Material-UI.framerfx/package.json | 8 +-- framer/package.json | 2 +- package.json | 2 +- packages/mui-base/package.json | 4 +- packages/mui-codemod/package.json | 2 +- packages/mui-docs/package.json | 4 +- packages/mui-icons-material/package.json | 2 +- packages/mui-joy/package.json | 8 +-- packages/mui-lab/package.json | 8 +-- packages/mui-material-next/package.json | 8 +-- packages/mui-material/package.json | 8 +-- packages/mui-private-theming/package.json | 4 +- packages/mui-styled-engine-sc/package.json | 2 +- packages/mui-styled-engine/package.json | 2 +- packages/mui-styles/package.json | 6 +- packages/mui-system/package.json | 8 +-- packages/mui-utils/package.json | 2 +- 20 files changed, 119 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1710970feb7e3a..d655d787b641fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,71 @@ # [Versions](https://mui.com/versions/) +## 5.2.9 + + + +_Jan 17, 2022_ + +A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: + +- 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212) +- 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896) + +### `@mui/material@5.2.9` + +- ​[Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli +- ​[Select] Add defaultOpen prop (#30212) @VicHofs + +### `@mui/system@5.2.9` + +- ​[system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj + +### `@mui/lab@5.0.0-alpha.65` + +- ​[Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj +- ​[MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib + +### `@mui/codemod@5.2.9` + +- ​[codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp + +### `@mui/styled-engine-sc@5.2.9` + +- ​[styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova + +### `@mui/joy@5.0.0-alpha.11` + +- ​[Joy] Add `SvgIcon` component (#30570) @hbjORbj + +### `@mui/base@5.0.0-alpha.65` + +- ​[SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova + +### Docs + +- ​[docs] End code block in test/README.md (#30531) @yaboi +- ​[docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon +- ​[docs] Update migration scripts and e2e tests (#30583) @siriwatknp +- ​[docs] Fix migration guides for versions older than v4 (#30595) @kkirsche +- ​[docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette +- ​[docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej +- ​[docs] Fix integration with MUI X (#30593) @oliviertassinari +- ​[docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor +- ​[docs] Add missing quote in migration docs (#30587) @Atralbus +- ​[docs] Update link to Doit sponsor (#30586) @oliviertassinari +- ​[docs] Add products identifier and drawer (#30283) @siriwatknp +- ​[website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari +- ​[website] Add Andrii to the About Us page (#30581) @cherniavskii + +### Core + +- ​[core] Remove dead files (#30663) @oliviertassinari +- ​[core] Fix outdated TypeScript template (#30596) @oliviertassinari +- ​[core] Remove extra

from header of README.md (#30530) @yaboi +- ​[core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli + +All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli + ## 5.2.8 diff --git a/benchmark/package.json b/benchmark/package.json index 21e3338e920ea3..5a680fa6304b04 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -14,9 +14,9 @@ "@chakra-ui/system": "^1.9.1", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/material": "^5.2.8", - "@mui/styles": "^5.2.3", - "@mui/system": "^5.2.8", + "@mui/material": "^5.2.9", + "@mui/styles": "^5.2.9", + "@mui/system": "^5.2.9", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.17.1", diff --git a/docs/package.json b/docs/package.json index 5ba27323f8825b..5ae10ab23f2704 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,16 +31,16 @@ "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.16", - "@mui/base": "5.0.0-alpha.64", - "@mui/docs": "^5.2.3", - "@mui/icons-material": "^5.2.5", - "@mui/lab": "5.0.0-alpha.64", - "@mui/material": "^5.2.8", - "@mui/material-next": "6.0.0-alpha.18", - "@mui/styled-engine": "^5.2.6", - "@mui/styled-engine-sc": "^5.1.0", - "@mui/styles": "^5.2.3", - "@mui/system": "^5.2.8", + "@mui/base": "5.0.0-alpha.65", + "@mui/docs": "^5.2.9", + "@mui/icons-material": "^5.2.9", + "@mui/lab": "5.0.0-alpha.65", + "@mui/material": "^5.2.9", + "@mui/material-next": "6.0.0-alpha.19", + "@mui/styled-engine": "^5.2.9", + "@mui/styled-engine-sc": "^5.2.9", + "@mui/styles": "^5.2.9", + "@mui/system": "^5.2.9", "@mui/types": "^7.1.0", "@mui/x-data-grid": "^5.1.0", "@mui/x-data-grid-generator": "^5.1.0", diff --git a/framer/Material-UI.framerfx/package.json b/framer/Material-UI.framerfx/package.json index 8504a904162fb0..48eb307a1998c0 100644 --- a/framer/Material-UI.framerfx/package.json +++ b/framer/Material-UI.framerfx/package.json @@ -3,7 +3,7 @@ "private": true, "author": "MUI Team", "description": "MUI Framer components", - "version": "1.1.17", + "version": "1.1.18", "license": "MIT", "homepage": "https://mui.com/", "repository": { @@ -15,9 +15,9 @@ "url": "https://github.com/mui-org/material-ui/issues" }, "dependencies": { - "@mui/icons-material": "^5.2.5", - "@mui/material": "^5.2.8", - "@mui/utils": "^5.2.3", + "@mui/icons-material": "^5.2.9", + "@mui/material": "^5.2.9", + "@mui/utils": "^5.2.9", "lodash": "^4.17.21" }, "peerDependencies": { diff --git a/framer/package.json b/framer/package.json index 73c8bbe73e5cd3..7896b2ecb309e7 100644 --- a/framer/package.json +++ b/framer/package.json @@ -1,6 +1,6 @@ { "name": "framer", - "version": "1.0.43", + "version": "1.0.44", "description": "Builds MUI for Framer X", "repository": "https://github.com/mui-org/material-ui", "author": "MUI Team", diff --git a/package.json b/package.json index b54d0a053d7975..ec25a824141525 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.2.8", + "version": "5.2.9", "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 8c3226c8db81f2..6c9c7f4bc26a95 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.64", + "version": "5.0.0-alpha.65", "private": false, "author": "MUI Team", "description": "Unstyled React components with which to implement custom design systems.", @@ -53,7 +53,7 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@emotion/is-prop-valid": "^1.1.1", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "@popperjs/core": "^2.4.4", "clsx": "^1.1.1", "prop-types": "^15.7.2", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 082cf42a94fd9a..71b152314995d5 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.2.2", + "version": "5.2.9", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index df95f363b1123e..523103eae132a1 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.2.3", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -45,7 +45,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "nprogress": "^0.2.0" }, "publishConfig": { diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index d9e88f53a3b241..474bced03fda3e 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.2.5", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index e673a804853126..6ca4627179f312 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.10", + "version": "5.0.0-alpha.11", "private": false, "author": "MUI Team", "description": "Joy design system — React components", @@ -57,10 +57,10 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/base": "5.0.0-alpha.64", - "@mui/system": "^5.2.8", + "@mui/base": "5.0.0-alpha.65", + "@mui/system": "^5.2.9", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "clsx": "^1.1.1", "csstype": "^3.0.10", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 23df3a393ace27..b8dbea6db28613 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.64", + "version": "5.0.0-alpha.65", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -73,9 +73,9 @@ "@date-io/dayjs": "^2.11.0", "@date-io/luxon": "^2.11.1", "@date-io/moment": "^2.11.0", - "@mui/base": "5.0.0-alpha.64", - "@mui/system": "^5.2.8", - "@mui/utils": "^5.2.3", + "@mui/base": "5.0.0-alpha.65", + "@mui/system": "^5.2.9", + "@mui/utils": "^5.2.9", "clsx": "^1.1.1", "prop-types": "^15.7.2", "react-is": "^17.0.2", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 5448168a1a3c5c..654b28c88a3e75 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.18", + "version": "6.0.0-alpha.19", "private": false, "author": "MUI Team", "description": "Material Design components built using @mui/base.", @@ -59,10 +59,10 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/base": "5.0.0-alpha.64", - "@mui/system": "^5.2.8", + "@mui/base": "5.0.0-alpha.65", + "@mui/system": "^5.2.9", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "@popperjs/core": "^2.4.4", "@types/react-transition-group": "^4.4.4", "clsx": "^1.1.1", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 93277b4d169ea1..f91ef098917694 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.2.8", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.", @@ -61,10 +61,10 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/base": "5.0.0-alpha.64", - "@mui/system": "^5.2.8", + "@mui/base": "5.0.0-alpha.65", + "@mui/system": "^5.2.9", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "@types/react-transition-group": "^4.4.4", "clsx": "^1.1.1", "csstype": "^3.0.10", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index fb0405875f5954..2c78cbb2594316 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.2.3", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.", @@ -48,7 +48,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "prop-types": "^15.7.2" }, "sideEffects": false, diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 55de32d7325b2f..2fe4c94e20a0a3 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "5.1.0", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 4faffc76cc3e7b..45c07789e0aa4d 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.2.6", + "version": "5.2.9", "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 175608c9de6d8a..3aab14de8b1fa8 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.2.3", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "MUI Styles - The styling solution of MUI.", @@ -49,9 +49,9 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@emotion/hash": "^0.8.0", - "@mui/private-theming": "^5.2.3", + "@mui/private-theming": "^5.2.9", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "clsx": "^1.1.1", "csstype": "^3.0.10", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 9df57224a16939..94d9b3c6b30957 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.2.8", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -57,10 +57,10 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/private-theming": "^5.2.3", - "@mui/styled-engine": "^5.2.6", + "@mui/private-theming": "^5.2.9", + "@mui/styled-engine": "^5.2.9", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.3", + "@mui/utils": "^5.2.9", "clsx": "^1.1.1", "csstype": "^3.0.10", "prop-types": "^15.7.2" diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 8d20daa0bc3f4f..0b4a4213125835 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.2.3", + "version": "5.2.9", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", From 31df851835eaff6438e910e9ce9c0077d98dcd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 17 Jan 2022 19:39:32 +0100 Subject: [PATCH 2/5] Bump the minor version --- CHANGELOG.md | 52 ++++++++++++---------- benchmark/package.json | 6 +-- docs/package.json | 14 +++--- framer/Material-UI.framerfx/package.json | 6 +-- packages/mui-base/package.json | 2 +- packages/mui-codemod/package.json | 2 +- packages/mui-docs/package.json | 4 +- packages/mui-icons-material/package.json | 2 +- packages/mui-joy/package.json | 4 +- packages/mui-lab/package.json | 4 +- packages/mui-material-next/package.json | 4 +- packages/mui-material/package.json | 6 +-- packages/mui-private-theming/package.json | 4 +- packages/mui-styled-engine-sc/package.json | 2 +- packages/mui-styled-engine/package.json | 2 +- packages/mui-styles/package.json | 6 +-- packages/mui-system/package.json | 8 ++-- packages/mui-utils/package.json | 2 +- 18 files changed, 68 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d655d787b641fa..20498930cfea5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # [Versions](https://mui.com/versions/) -## 5.2.9 +## 5.3.0 @@ -8,28 +8,31 @@ _Jan 17, 2022_ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: +- 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524) - 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212) - 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896) +- 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121) -### `@mui/material@5.2.9` +### `@mui/material@5.3.0` -- ​[Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli -- ​[Select] Add defaultOpen prop (#30212) @VicHofs +- ​[Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli +- ​[Select] Add defaultOpen prop (#30212) @VicHofs -### `@mui/system@5.2.9` +### `@mui/system@5.3.0` - ​[system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj +- ​[system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp ### `@mui/lab@5.0.0-alpha.65` - ​[Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj - ​[MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib -### `@mui/codemod@5.2.9` +### `@mui/codemod@5.3.0` - ​[codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp -### `@mui/styled-engine-sc@5.2.9` +### `@mui/styled-engine-sc@5.3.9` - ​[styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova @@ -43,28 +46,31 @@ A big thanks to the 15 contributors who made this release possible. Here are som ### Docs -- ​[docs] End code block in test/README.md (#30531) @yaboi -- ​[docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon -- ​[docs] Update migration scripts and e2e tests (#30583) @siriwatknp -- ​[docs] Fix migration guides for versions older than v4 (#30595) @kkirsche -- ​[docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette -- ​[docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej -- ​[docs] Fix integration with MUI X (#30593) @oliviertassinari -- ​[docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor -- ​[docs] Add missing quote in migration docs (#30587) @Atralbus -- ​[docs] Update link to Doit sponsor (#30586) @oliviertassinari -- ​[docs] Add products identifier and drawer (#30283) @siriwatknp +- ​[docs] End code block in test/README.md (#30531) @yaboi +- ​[docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon +- ​[docs] Update migration scripts and e2e tests (#30583) @siriwatknp +- ​[docs] Fix migration guides for versions older than v4 (#30595) @kkirsche +- ​[docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette +- ​[docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej +- ​[docs] Fix integration with MUI X (#30593) @oliviertassinari +- ​[docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor +- ​[docs] Add missing quote in migration docs (#30587) @Atralbus +- ​[docs] Update link to Doit sponsor (#30586) @oliviertassinari +- ​[docs] Add products identifier and drawer (#30283) @siriwatknp +- ​[website] Add a Blog index page (#30121) @danilo-leal - ​[website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari - ​[website] Add Andrii to the About Us page (#30581) @cherniavskii ### Core -- ​[core] Remove dead files (#30663) @oliviertassinari -- ​[core] Fix outdated TypeScript template (#30596) @oliviertassinari -- ​[core] Remove extra

from header of README.md (#30530) @yaboi -- ​[core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli +- ​[core] Revert changes to peer dependencies (#30662) @oliviertassinari +- ​[core] Renovate should not try to update node (#30659) @oliviertassinari +- ​[core] Remove dead files (#30663) @oliviertassinari +- ​[core] Fix outdated TypeScript template (#30596) @oliviertassinari +- ​[core] Remove extra

from header of README.md (#30530) @yaboi +- ​[core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli -All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli +All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli ## 5.2.8 diff --git a/benchmark/package.json b/benchmark/package.json index 5a680fa6304b04..dba36416056b9b 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -14,9 +14,9 @@ "@chakra-ui/system": "^1.9.1", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/material": "^5.2.9", - "@mui/styles": "^5.2.9", - "@mui/system": "^5.2.9", + "@mui/material": "^5.3.0", + "@mui/styles": "^5.3.0", + "@mui/system": "^5.3.0", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.17.1", diff --git a/docs/package.json b/docs/package.json index 5ae10ab23f2704..b95aa51666eb19 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,15 +32,15 @@ "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.16", "@mui/base": "5.0.0-alpha.65", - "@mui/docs": "^5.2.9", - "@mui/icons-material": "^5.2.9", + "@mui/docs": "^5.3.0", + "@mui/icons-material": "^5.3.0", "@mui/lab": "5.0.0-alpha.65", - "@mui/material": "^5.2.9", + "@mui/material": "^5.3.0", "@mui/material-next": "6.0.0-alpha.19", - "@mui/styled-engine": "^5.2.9", - "@mui/styled-engine-sc": "^5.2.9", - "@mui/styles": "^5.2.9", - "@mui/system": "^5.2.9", + "@mui/styled-engine": "^5.3.0", + "@mui/styled-engine-sc": "^5.3.0", + "@mui/styles": "^5.3.0", + "@mui/system": "^5.3.0", "@mui/types": "^7.1.0", "@mui/x-data-grid": "^5.1.0", "@mui/x-data-grid-generator": "^5.1.0", diff --git a/framer/Material-UI.framerfx/package.json b/framer/Material-UI.framerfx/package.json index 48eb307a1998c0..11ef282aa1d2b0 100644 --- a/framer/Material-UI.framerfx/package.json +++ b/framer/Material-UI.framerfx/package.json @@ -15,9 +15,9 @@ "url": "https://github.com/mui-org/material-ui/issues" }, "dependencies": { - "@mui/icons-material": "^5.2.9", - "@mui/material": "^5.2.9", - "@mui/utils": "^5.2.9", + "@mui/icons-material": "^5.3.0", + "@mui/material": "^5.3.0", + "@mui/utils": "^5.3.0", "lodash": "^4.17.21" }, "peerDependencies": { diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 6c9c7f4bc26a95..ed5e3ee01d8f28 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -53,7 +53,7 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@emotion/is-prop-valid": "^1.1.1", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "@popperjs/core": "^2.4.4", "clsx": "^1.1.1", "prop-types": "^15.7.2", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 71b152314995d5..f7ed1d46361496 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.2.9", + "version": "5.3.0", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 523103eae132a1..e40437b5d41d43 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -45,7 +45,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "nprogress": "^0.2.0" }, "publishConfig": { diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 474bced03fda3e..0a3a741035f2ac 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.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 6ca4627179f312..fdd5ddfac34fa5 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -58,9 +58,9 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@mui/base": "5.0.0-alpha.65", - "@mui/system": "^5.2.9", + "@mui/system": "^5.3.0", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "clsx": "^1.1.1", "csstype": "^3.0.10", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index b8dbea6db28613..b0e8ea26cd7ec8 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -74,8 +74,8 @@ "@date-io/luxon": "^2.11.1", "@date-io/moment": "^2.11.0", "@mui/base": "5.0.0-alpha.65", - "@mui/system": "^5.2.9", - "@mui/utils": "^5.2.9", + "@mui/system": "^5.3.0", + "@mui/utils": "^5.3.0", "clsx": "^1.1.1", "prop-types": "^15.7.2", "react-is": "^17.0.2", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 654b28c88a3e75..9c14eacb7ece49 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -60,9 +60,9 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@mui/base": "5.0.0-alpha.65", - "@mui/system": "^5.2.9", + "@mui/system": "^5.3.0", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "@popperjs/core": "^2.4.4", "@types/react-transition-group": "^4.4.4", "clsx": "^1.1.1", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index f91ef098917694..a9553ebf76c294 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.", @@ -62,9 +62,9 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@mui/base": "5.0.0-alpha.65", - "@mui/system": "^5.2.9", + "@mui/system": "^5.3.0", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "@types/react-transition-group": "^4.4.4", "clsx": "^1.1.1", "csstype": "^3.0.10", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 2c78cbb2594316..2180621ca9f19d 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.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.", @@ -48,7 +48,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "prop-types": "^15.7.2" }, "sideEffects": false, diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 2fe4c94e20a0a3..db56f396fa5af4 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "5.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 45c07789e0aa4d..480b688381e66c 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.2.9", + "version": "5.3.0", "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 3aab14de8b1fa8..3cfc1bc7f4816e 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "MUI Styles - The styling solution of MUI.", @@ -49,9 +49,9 @@ "dependencies": { "@babel/runtime": "^7.16.7", "@emotion/hash": "^0.8.0", - "@mui/private-theming": "^5.2.9", + "@mui/private-theming": "^5.3.0", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "clsx": "^1.1.1", "csstype": "^3.0.10", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 94d9b3c6b30957..067e784285405f 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -57,10 +57,10 @@ }, "dependencies": { "@babel/runtime": "^7.16.7", - "@mui/private-theming": "^5.2.9", - "@mui/styled-engine": "^5.2.9", + "@mui/private-theming": "^5.3.0", + "@mui/styled-engine": "^5.3.0", "@mui/types": "^7.1.0", - "@mui/utils": "^5.2.9", + "@mui/utils": "^5.3.0", "clsx": "^1.1.1", "csstype": "^3.0.10", "prop-types": "^15.7.2" diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 0b4a4213125835..ef1fc3578d361f 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.2.9", + "version": "5.3.0", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", From 7f22c397bf4faf23c91863e7c65a0a4f9f7b5c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 17 Jan 2022 19:41:42 +0100 Subject: [PATCH 3/5] Remove ordering comments --- CHANGELOG.md | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20498930cfea5a..5766e01a26565c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,60 +15,60 @@ A big thanks to the 15 contributors who made this release possible. Here are som ### `@mui/material@5.3.0` -- ​[Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli -- ​[Select] Add defaultOpen prop (#30212) @VicHofs +- [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli +- [Select] Add defaultOpen prop (#30212) @VicHofs ### `@mui/system@5.3.0` -- ​[system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj -- ​[system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp +- [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj +- [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp ### `@mui/lab@5.0.0-alpha.65` -- ​[Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj -- ​[MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib +- [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj +- [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib ### `@mui/codemod@5.3.0` -- ​[codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp +- [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp ### `@mui/styled-engine-sc@5.3.9` -- ​[styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova +- [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova ### `@mui/joy@5.0.0-alpha.11` -- ​[Joy] Add `SvgIcon` component (#30570) @hbjORbj +- [Joy] Add `SvgIcon` component (#30570) @hbjORbj ### `@mui/base@5.0.0-alpha.65` -- ​[SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova +- [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova ### Docs -- ​[docs] End code block in test/README.md (#30531) @yaboi -- ​[docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon -- ​[docs] Update migration scripts and e2e tests (#30583) @siriwatknp -- ​[docs] Fix migration guides for versions older than v4 (#30595) @kkirsche -- ​[docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette -- ​[docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej -- ​[docs] Fix integration with MUI X (#30593) @oliviertassinari -- ​[docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor -- ​[docs] Add missing quote in migration docs (#30587) @Atralbus -- ​[docs] Update link to Doit sponsor (#30586) @oliviertassinari -- ​[docs] Add products identifier and drawer (#30283) @siriwatknp -- ​[website] Add a Blog index page (#30121) @danilo-leal -- ​[website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari -- ​[website] Add Andrii to the About Us page (#30581) @cherniavskii +- End code block in test/README.md (#30531) @yaboi +- Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon +- Update migration scripts and e2e tests (#30583) @siriwatknp +- Fix migration guides for versions older than v4 (#30595) @kkirsche +- Inform about specific files for DataGrid locales (#30411) @alexfauquette +- jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej +- Fix integration with MUI X (#30593) @oliviertassinari +- Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor +- Add missing quote in migration docs (#30587) @Atralbus +- Update link to Doit sponsor (#30586) @oliviertassinari +- Add products identifier and drawer (#30283) @siriwatknp +- Add a Blog index page (#30121) @danilo-leal +- Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari +- Add Andrii to the About Us page (#30581) @cherniavskii ### Core -- ​[core] Revert changes to peer dependencies (#30662) @oliviertassinari -- ​[core] Renovate should not try to update node (#30659) @oliviertassinari -- ​[core] Remove dead files (#30663) @oliviertassinari -- ​[core] Fix outdated TypeScript template (#30596) @oliviertassinari -- ​[core] Remove extra

from header of README.md (#30530) @yaboi -- ​[core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli +- Revert changes to peer dependencies (#30662) @oliviertassinari +- Renovate should not try to update node (#30659) @oliviertassinari +- Remove dead files (#30663) @oliviertassinari +- Fix outdated TypeScript template (#30596) @oliviertassinari +- Remove extra

from header of README.md (#30530) @yaboi +- Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli From 338d4355b6f37aeb523b99d5a4573cdd72a9b9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 17 Jan 2022 22:00:10 +0100 Subject: [PATCH 4/5] Add latest PR --- CHANGELOG.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5766e01a26565c..b98f254e0cfd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,29 +46,30 @@ A big thanks to the 15 contributors who made this release possible. Here are som ### Docs -- End code block in test/README.md (#30531) @yaboi -- Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon -- Update migration scripts and e2e tests (#30583) @siriwatknp -- Fix migration guides for versions older than v4 (#30595) @kkirsche -- Inform about specific files for DataGrid locales (#30411) @alexfauquette -- jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej -- Fix integration with MUI X (#30593) @oliviertassinari -- Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor -- Add missing quote in migration docs (#30587) @Atralbus -- Update link to Doit sponsor (#30586) @oliviertassinari -- Add products identifier and drawer (#30283) @siriwatknp -- Add a Blog index page (#30121) @danilo-leal -- Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari -- Add Andrii to the About Us page (#30581) @cherniavskii +- [docs] End code block in test/README.md (#30531) @yaboi +- [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon +- [docs] Update migration scripts and e2e tests (#30583) @siriwatknp +- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche +- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette +- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej +- [docs] Fix integration with MUI X (#30593) @oliviertassinari +- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor +- [docs] Add missing quote in migration docs (#30587) @Atralbus +- [docs] Update link to Doit sponsor (#30586) @oliviertassinari +- [docs] Add products identifier and drawer (#30283) @siriwatknp +- [website] Fix code button with installation command (#30622) @danilo-leal +- [website] Add a Blog index page (#30121) @danilo-leal +- [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari +- [website] Add Andrii to the About Us page (#30581) @cherniavskii ### Core -- Revert changes to peer dependencies (#30662) @oliviertassinari -- Renovate should not try to update node (#30659) @oliviertassinari -- Remove dead files (#30663) @oliviertassinari -- Fix outdated TypeScript template (#30596) @oliviertassinari -- Remove extra

from header of README.md (#30530) @yaboi -- Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli +- [core] Revert changes to peer dependencies (#30662) @oliviertassinari +- [core] Renovate should not try to update node (#30659) @oliviertassinari +- [core] Remove dead files (#30663) @oliviertassinari +- [core] Fix outdated TypeScript template (#30596) @oliviertassinari +- [core] Remove extra `

` from header of README.md (#30530) @yaboi +- [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli From 6e25dc05af2cd09b1c5c4be2632a6274b637a560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 17 Jan 2022 23:03:03 +0100 Subject: [PATCH 5/5] Fix a typo in version number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b98f254e0cfd38..ef404011804512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som - [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp -### `@mui/styled-engine-sc@5.3.9` +### `@mui/styled-engine-sc@5.3.0` - [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova