Skip to content

Commit

Permalink
v4.0.2 (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanailH authored Nov 1, 2021
1 parent 5eed68e commit af50a4a
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]` / `@mui/[email protected]`

#### 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_
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"author": "MUI Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"start": "yarn docs:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-grid-data-generator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/x-grid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "4.0.1",
"version": "4.0.2",
"description": "Storybook components",
"author": "MUI Team",
"private": true,
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit af50a4a

Please sign in to comment.