From af50a4a9974f14afc09ce7639da4f326909c7270 Mon Sep 17 00:00:00 2001 From: Danail Hadjiatanasov Date: Mon, 1 Nov 2021 15:50:57 +0100 Subject: [PATCH] `v4.0.2` (#3063) --- CHANGELOG.md | 25 +++++++++++++++++++ docs/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- .../eslint-plugin-material-ui/package.json | 2 +- packages/grid/data-grid/package.json | 2 +- .../grid/x-grid-data-generator/package.json | 2 +- packages/grid/x-grid/package.json | 4 +-- packages/storybook/package.json | 10 ++++---- packages/x-license/package.json | 2 +- 10 files changed, 39 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941dbb9620e6..9375c0048662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.0.2 + +_Nov 1, 2021_ + +This version backports bug fixes and some of the features from the v5.x active release line. +As the development of v5 evolves, newer fixes might not be cherry-picked to the legacy version. +To have access to the latest features it is encouraged to upgrade to MUI X v5. +Upgrading MUI Core to v5 is also recommended, however, v4 can still be used by following these [instructions](https://mui.com/components/data-grid/getting-started/#using-mui-x-v5-with-mui-core-v4). + +Big thanks to the 3 contributors who made this release possible. Here are some highlights ✨: + +- ⚡️ Stop drag event propagation (#2987) @chendoron +- 🐞 Prevent scroll when selecting rows (#2558) (#2999) @m4theushw + +### `@mui/x-data-grid@v4.0.2` / `@mui/x-data-grid-pro@v4.0.2` + +#### Changes + +- [DataGrid] Prevent scroll when selecting rows (#2999) @m4theushw +- [DataGridPro] Stop drag event propagation (#2987) @chendoron + +### Core + +- [core] Update deploy docs target for v4 (#2808) @oliviertassinari + ## 4.0.1 _Sep 29, 2021_ diff --git a/docs/package.json b/docs/package.json index 039efeb45e54..a2a63e2e2a01 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.0.1", + "version": "4.0.2", "private": true, "author": "MUI Team", "license": "MIT", diff --git a/lerna.json b/lerna.json index f18814c054f2..0aff3fa3014c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.0.1", + "version": "4.0.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 5d3645bdf9a9..5311dd37b198 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.1", + "version": "4.0.2", "private": true, "scripts": { "start": "yarn docs:dev", diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index bc15691407a9..1dfdb4599222 100644 --- a/packages/eslint-plugin-material-ui/package.json +++ b/packages/eslint-plugin-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-material-ui", - "version": "4.0.1", + "version": "4.0.2", "private": true, "description": "Custom eslint rules for Material-UI.", "main": "src/index.js", diff --git a/packages/grid/data-grid/package.json b/packages/grid/data-grid/package.json index 63d26eb0e029..27bd88e61604 100644 --- a/packages/grid/data-grid/package.json +++ b/packages/grid/data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "4.0.1", + "version": "4.0.2", "description": "The community edition of the data grid component (Material-UI X).", "author": "MUI Team", "main": "dist/index-cjs.js", diff --git a/packages/grid/x-grid-data-generator/package.json b/packages/grid/x-grid-data-generator/package.json index 86c5204408f4..e078c8f56b12 100644 --- a/packages/grid/x-grid-data-generator/package.json +++ b/packages/grid/x-grid-data-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "4.0.1", + "version": "4.0.2", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "dist/cjs/index.js", diff --git a/packages/grid/x-grid/package.json b/packages/grid/x-grid/package.json index 58e073fa585b..98533d31c07d 100644 --- a/packages/grid/x-grid/package.json +++ b/packages/grid/x-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "4.0.1", + "version": "4.0.2", "description": "The commercial edition of the data grid component (Material-UI X).", "author": "MUI Team", "main": "dist/index-cjs.js", @@ -41,7 +41,7 @@ }, "dependencies": { "@material-ui/utils": "^5.0.0-beta.4", - "@mui/x-license-pro": "4.0.1", + "@mui/x-license-pro": "4.0.2", "clsx": "^1.0.4", "prop-types": "^15.7.2", "reselect": "^4.0.0" diff --git a/packages/storybook/package.json b/packages/storybook/package.json index ceb5aa6ead92..36871baa6c9c 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "storybook", - "version": "4.0.1", + "version": "4.0.2", "description": "Storybook components", "author": "MUI Team", "private": true, @@ -19,10 +19,10 @@ "@material-ui/core": "^4.9.12", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.54", - "@mui/x-data-grid": "4.0.1", - "@mui/x-data-grid-generator": "4.0.1", - "@mui/x-data-grid-pro": "4.0.1", - "@mui/x-license-pro": "4.0.1", + "@mui/x-data-grid": "4.0.2", + "@mui/x-data-grid-generator": "4.0.2", + "@mui/x-data-grid-pro": "4.0.2", + "@mui/x-license-pro": "4.0.2", "react": "^17.0.2", "react-is": "^17.0.2", "rxjs": "^7.0.0" diff --git a/packages/x-license/package.json b/packages/x-license/package.json index 5dba4039de00..0ce373d32727 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license-pro", - "version": "4.0.1", + "version": "4.0.2", "description": "Material-UI X License verification", "author": "MUI Team", "main": "dist/cjs/index.js",