From 26ae333196a32529d36b03f85d2d59996706a0c5 Mon Sep 17 00:00:00 2001 From: Nora <72460825+noraleonte@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:24:05 +0200 Subject: [PATCH] v6.19.8 (#12517) Signed-off-by: Nora <72460825+noraleonte@users.noreply.github.com> Co-authored-by: Lukas Co-authored-by: Flavien DELANGLE --- CHANGELOG.md | 28 +++++++++++++++++++ package.json | 2 +- .../grid/x-data-grid-generator/package.json | 4 +-- .../grid/x-data-grid-premium/package.json | 6 ++-- packages/grid/x-data-grid-pro/package.json | 4 +-- packages/grid/x-data-grid/package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-date-pickers-pro/package.json | 4 +-- packages/x-date-pickers/package.json | 2 +- 9 files changed, 41 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8162f1d61ba02..371a8404d459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.19.8 + +_Mar 20, 2024_ + +We'd like to offer a big thanks to the 3 contributors who made this release possible. + +### Data Grid + +#### `@mui/x-data-grid@6.19.8` + +- [DataGrid] Fix `ElementType` usage (#12505) @cherniavskii +- [DataGrid] Fix cell value formatting on copy (#12483) @sai6855 +- [DataGrid] Fix checkbox selection when filtering (#12485) @g1mishra + +#### `@mui/x-data-grid-pro@6.19.8` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-data-grid@6.19.8`. + +#### `@mui/x-data-grid-premium@6.19.8` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') + +Same changes as in `@mui/x-data-grid-pro@6.19.8`, plus: + +- [DataGridPremium] Add support for confirmation before clipboard paste (#12466) @cherniavskii + +### Docs + +- [docs] Update links to v7 (#12495) @cherniavskii + ## 6.19.7 _Mar 14, 2024_ diff --git a/package.json b/package.json index 3fb32db33cc98..026761e07ab29 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.19.7", + "version": "6.19.8", "private": true, "scripts": { "start": "yarn && yarn docs:dev", diff --git a/packages/grid/x-data-grid-generator/package.json b/packages/grid/x-data-grid-generator/package.json index c3ade88975565..2ab1d70a21f84 100644 --- a/packages/grid/x-data-grid-generator/package.json +++ b/packages/grid/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "6.19.6", + "version": "6.19.8", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", - "@mui/x-data-grid-premium": "6.19.6", + "@mui/x-data-grid-premium": "6.19.8", "chance": "^1.1.11", "clsx": "^2.0.0", "lru-cache": "^7.18.3" diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index 50f165d3a268d..9a4a3cd4b5b9b 100644 --- a/packages/grid/x-data-grid-premium/package.json +++ b/packages/grid/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "6.19.6", + "version": "6.19.8", "description": "The Premium plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,8 +44,8 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/utils": "^5.14.16", - "@mui/x-data-grid": "6.19.6", - "@mui/x-data-grid-pro": "6.19.6", + "@mui/x-data-grid": "6.19.8", + "@mui/x-data-grid-pro": "6.19.8", "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.3", "clsx": "^2.0.0", diff --git a/packages/grid/x-data-grid-pro/package.json b/packages/grid/x-data-grid-pro/package.json index 6d5b52351fff3..e69793c5514d6 100644 --- a/packages/grid/x-data-grid-pro/package.json +++ b/packages/grid/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "6.19.6", + "version": "6.19.8", "description": "The Pro plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,7 +44,7 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/utils": "^5.14.16", - "@mui/x-data-grid": "6.19.6", + "@mui/x-data-grid": "6.19.8", "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.3", "clsx": "^2.0.0", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index e419a98877b3b..d121c506d1cf1 100644 --- a/packages/grid/x-data-grid/package.json +++ b/packages/grid/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "6.19.6", + "version": "6.19.8", "description": "The community edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index e6155324ba8a3..06cd9d57f1efb 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "6.19.5", + "version": "6.19.8", "description": "The community edition of the charts components (MUI X).", "author": "MUI Team", "main": "./src/index.js", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 92e789d63b663..dbf8bd36ec70a 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers-pro", - "version": "6.19.7", + "version": "6.19.8", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,7 +44,7 @@ "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", "@mui/utils": "^5.14.16", - "@mui/x-date-pickers": "6.19.7", + "@mui/x-date-pickers": "6.19.8", "@mui/x-license-pro": "6.10.2", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index c9c88d3ccd305..ba204b80641d9 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers", - "version": "6.19.7", + "version": "6.19.8", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",