From 6c373a7050144e3707ef1c9061e637a671212ae8 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 27 Jul 2023 16:06:01 +0200 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2101f5186f2b0..72161f613b876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.10.2 + +_Jul 27, 2023_ + +We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 Improve scatter charts performance +- 📚 Redesigned component API documentation and side navigation +- 🐞 Bugfixes + +### Data Grid + +#### `@mui/x-data-grid@v6.10.2` + +- [DataGrid] Fix quick filter & aggregation error (#9729) @romgrk +- [DataGrid] Fix row click propagation causing error in nested grid (#9741) @cherniavskii +- [DataGrid] Keep focused cell in the DOM (#7357) @yaredtsy +- [l10n] Improve Finnish (fi-FI) locale (#9746) @sambbaahh + +#### `@mui/x-data-grid-pro@v6.10.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link) + +Same changes as in `@mui/x-data-grid@v6.10.2`. + +#### `@mui/x-data-grid-premium@v6.10.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link) + +Same changes as in `@mui/x-data-grid-pro@v6.10.2`, plus: + +- [DataGridPremium] Allow to customize grouping cell offset (#9417) @cherniavskii + +### Date Pickers + +#### `@mui/x-date-pickers@v6.10.2` + +- [pickers] Remove the `endOfDate` from `DigitalClock` timeOptions (#9800) @noraleonte + +#### `@mui/x-date-pickers-pro@v6.10.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link) + +Same changes as in `@mui/x-date-pickers@v6.10.2`. + +### Charts / `@mui/x-charts@v6.0.0-alpha.5` + +- [charts] Improve JSDoc for axis-related props (#9779) @flaviendelangle +- [charts] Improve performances of Scatter component (#9527) @flaviendelangle + +### Docs + +- [docs] Add `pnpm` in more places @oliviertassinari +- [docs] Add `pnpm` installation instructions for MUI X (#9707) @richbustos +- [docs] Align pickers "uncontrolled vs controlled" sections (#9772) @LukasTy +- [docs] Apply style guide to the data grid Layout page (#9673) @richbustos +- [docs] Differentiate between packages in `slotProps` docs (#9668) @cherniavskii +- [docs] Fix charts width in axis pages (#9801) @alexfauquette +- [docs] Fix wrong prop name in the Editing page (#9753) @m4theushw +- [docs] New component API page and side nav design (#9187) @alexfauquette + +### Core + +- [core] Use PR charts version in preview (#9787) @alexfauquette +- [license] Allow overriding the license on specific parts of the page (#9717) @Janpot +- [license] Throw in dev mode after 30 days (#9701) @oliviertassinari +- [test] Fail the CI when new unexpected files are created (#9728) @oliviertassinari + ## 6.10.1 _Jul 20, 2023_ From 01ef0492e6a3eebe82e7b78a8561ae97be29e484 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 27 Jul 2023 16:07:08 +0200 Subject: [PATCH 2/3] bump version --- package.json | 2 +- packages/grid/x-data-grid-generator/package.json | 4 ++-- packages/grid/x-data-grid-premium/package.json | 8 ++++---- packages/grid/x-data-grid-pro/package.json | 6 +++--- packages/grid/x-data-grid/package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-date-pickers-pro/package.json | 6 +++--- packages/x-date-pickers/package.json | 2 +- packages/x-license-pro/package.json | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index c1515211bd278..960f3547809dd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.10.1", + "version": "6.10.2", "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 77f832ade1007..0a22077027148 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.10.0", + "version": "6.10.2", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.22.6", "@mui/base": "^5.0.0-beta.7", - "@mui/x-data-grid-premium": "6.10.1", + "@mui/x-data-grid-premium": "6.10.2", "chance": "^1.1.11", "clsx": "^1.2.1", "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 5d405d9e791ae..d024879045edf 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.10.1", + "version": "6.10.2", "description": "The Premium plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,9 +44,9 @@ "dependencies": { "@babel/runtime": "^7.22.6", "@mui/utils": "^5.13.7", - "@mui/x-data-grid": "6.10.1", - "@mui/x-data-grid-pro": "6.10.1", - "@mui/x-license-pro": "6.10.0", + "@mui/x-data-grid": "6.10.2", + "@mui/x-data-grid-pro": "6.10.2", + "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.2", "clsx": "^1.2.1", "exceljs": "^4.3.0", diff --git a/packages/grid/x-data-grid-pro/package.json b/packages/grid/x-data-grid-pro/package.json index 9220102e069bc..bf36a8d22ae5c 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.10.1", + "version": "6.10.2", "description": "The Pro plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,8 +44,8 @@ "dependencies": { "@babel/runtime": "^7.22.6", "@mui/utils": "^5.13.7", - "@mui/x-data-grid": "6.10.1", - "@mui/x-license-pro": "6.10.0", + "@mui/x-data-grid": "6.10.2", + "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.2", "clsx": "^1.2.1", "prop-types": "^15.8.1", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index 6c1cf74c7eec5..e0823471e6abb 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.10.1", + "version": "6.10.2", "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 943195338fa78..f52dfd8845e34 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "6.0.0-alpha.4", + "version": "6.0.0-alpha.5", "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 f0690d2ea7d36..8425131647a5b 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.10.1", + "version": "6.10.2", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js", @@ -43,8 +43,8 @@ "dependencies": { "@babel/runtime": "^7.22.6", "@mui/utils": "^5.13.7", - "@mui/x-date-pickers": "6.10.1", - "@mui/x-license-pro": "6.10.0", + "@mui/x-date-pickers": "6.10.2", + "@mui/x-license-pro": "6.10.2", "clsx": "^1.2.1", "prop-types": "^15.8.1", "react-transition-group": "^4.4.5" diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index ba6b036349b2c..c4cfa2966b45b 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.10.1", + "version": "6.10.2", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js", diff --git a/packages/x-license-pro/package.json b/packages/x-license-pro/package.json index cdcd3eebf624f..161786bd3fc0c 100644 --- a/packages/x-license-pro/package.json +++ b/packages/x-license-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license-pro", - "version": "6.10.0", + "version": "6.10.2", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", From 9e509745e1c1670b5ddad4c76aa19b7686ed304c Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 27 Jul 2023 18:20:31 +0200 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72161f613b876..a7b95cd5c5f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline _Jul 27, 2023_ -We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - 🚀 Improve scatter charts performance - 📚 Redesigned component API documentation and side navigation @@ -57,12 +57,14 @@ Same changes as in `@mui/x-date-pickers@v6.10.2`. - [docs] Fix charts width in axis pages (#9801) @alexfauquette - [docs] Fix wrong prop name in the Editing page (#9753) @m4theushw - [docs] New component API page and side nav design (#9187) @alexfauquette +- [docs] Update overview page with up to date information about the plans (#9512) @joserodolfofreitas ### Core - [core] Use PR charts version in preview (#9787) @alexfauquette - [license] Allow overriding the license on specific parts of the page (#9717) @Janpot - [license] Throw in dev mode after 30 days (#9701) @oliviertassinari +- [license] Only throw in dev mode (#9803) @oliviertassinari - [test] Fail the CI when new unexpected files are created (#9728) @oliviertassinari ## 6.10.1