From 5ae0cdcd51a6f51e6733ea89cdeca141aafdb43c Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 14:33:41 +0200 Subject: [PATCH 01/10] update changelog --- CHANGELOG.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c8861f6bdf..da0248d56f75 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.16.1 + +_Oct 5, 2023_ + +We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes +- 📚 Documentation improvements + +### Data Grid + +#### `@mui/x-data-grid@6.16.1` + +- [DataGrid] Add a new demo with sparklines (#9228) @flaviendelangle +- [DataGrid] Fix autosize missing a few pixels (#10471) @romgrk +- [DataGrid] Make `disableColumnSelector` demo idempotent (#10548) @MBilalShafi + +#### `@mui/x-data-grid-pro@6.16.1` [![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.16.1`. + +#### `@mui/x-data-grid-premium@6.16.1` [![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.16.1`. + +### Date Pickers + +#### `@mui/x-date-pickers@6.16.1` + +- [pickers] Avoid calendar layout shifting when changing views (#10541) @LukasTy +- [pickers] Fix clearable behavior when disabled (#10542) @noraleonte +- [pickers] Improve customization playground examples (#10544) @noraleonte + +#### `@mui/x-date-pickers-pro@6.16.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-date-pickers@6.16.1`, plus: + +- [DateRangePicker] Fix `InputProps` propagation in multi input (#10564) @alexfauquette + +### Charts / `@mui/x-charts@6.0.0-alpha.14` + +- [charts] Display cursor pointer for pie chart only if `onClick` is provided (#10551) @giladappsforce +- [charts] PieChart onClick prop in the series data and demo (#10506) @giladappsforce + +### Tree View / `@mui/x-tree-view@__TREE_VIEW_VERSION__` + +No changes + +### Docs + +- [docs] Add `DateRangePicker` example with a `Button` trigger (#10485) @LukasTy +- [docs] Add section about disabling columns panel (#10328) @MBilalShafi +- [docs] Add section about overriding slots to base concepts (#10421) @noraleonte +- [docs] Add whats new page listing all release announcements (#9727) @joserodolfofreitas +- [docs] Update RTL Support section of the grid localization docs (#10561) @MBilalShafi + +### Core + +- [core] Consistent casing with Legal and marketing content @oliviertassinari +- [core] Revert the link in the priority support ticket description (#10517) @michelengelen +- [CHANGELOG] Polish image @oliviertassinari + ## 6.16.0 _Sep 29, 2023_ From 9a3fae184c7117a4ed9a82d3facd6f627a579305 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 14:38:10 +0200 Subject: [PATCH 02/10] 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-codemod/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 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 3473b2af43b7..c28fcdc0adf1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.16.0", + "version": "6.16.1", "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 209af9b2b0d3..366c998e2263 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.16.0", + "version": "6.16.1", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.23.1", "@mui/base": "^5.0.0-beta.17", - "@mui/x-data-grid-premium": "6.16.0", + "@mui/x-data-grid-premium": "6.16.1", "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 58bd81888eec..a68bcaa786cd 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.16.0", + "version": "6.16.1", "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.23.1", "@mui/utils": "^5.14.11", - "@mui/x-data-grid": "6.16.0", - "@mui/x-data-grid-pro": "6.16.0", - "@mui/x-license-pro": "6.10.2", + "@mui/x-data-grid": "6.16.1", + "@mui/x-data-grid-pro": "6.16.1", + "@mui/x-license-pro": "6.16.1", "@types/format-util": "^1.0.2", "clsx": "^2.0.0", "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 346c3c3935ab..12f6a8738b11 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.16.0", + "version": "6.16.1", "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.23.1", "@mui/utils": "^5.14.11", - "@mui/x-data-grid": "6.16.0", - "@mui/x-license-pro": "6.10.2", + "@mui/x-data-grid": "6.16.1", + "@mui/x-license-pro": "6.16.1", "@types/format-util": "^1.0.2", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index a98896a65667..ab5c800fb8c5 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.16.0", + "version": "6.16.1", "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 4feb92eb8cec..946fad17205c 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.13", + "version": "6.0.0-alpha.14", "description": "The community edition of the charts components (MUI X).", "author": "MUI Team", "main": "./src/index.js", diff --git a/packages/x-codemod/package.json b/packages/x-codemod/package.json index 9eb0f7aa9610..c5b915e4e31d 100644 --- a/packages/x-codemod/package.json +++ b/packages/x-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-codemod", - "version": "6.9.0", + "version": "6.16.1", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 039c3479d971..b76a70a28b9b 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.16.0", + "version": "6.16.1", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,8 +44,8 @@ "@babel/runtime": "^7.23.1", "@mui/base": "^5.0.0-beta.17", "@mui/utils": "^5.14.11", - "@mui/x-date-pickers": "6.16.0", - "@mui/x-license-pro": "6.10.2", + "@mui/x-date-pickers": "6.16.1", + "@mui/x-license-pro": "6.16.1", "clsx": "^2.0.0", "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 614e9794ff0f..f804ba0615c4 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.16.0", + "version": "6.16.1", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-license-pro/package.json b/packages/x-license-pro/package.json index e395b82721a7..10c7336b63ab 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.2", + "version": "6.16.1", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", From da8f3658e7e00063cbb49849ae091dffdfea7251 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 14:38:57 +0200 Subject: [PATCH 03/10] remove tree view from changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da0248d56f75..0b50fe9bdedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,10 +47,6 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus: - [charts] Display cursor pointer for pie chart only if `onClick` is provided (#10551) @giladappsforce - [charts] PieChart onClick prop in the series data and demo (#10506) @giladappsforce -### Tree View / `@mui/x-tree-view@__TREE_VIEW_VERSION__` - -No changes - ### Docs - [docs] Add `DateRangePicker` example with a `Button` trigger (#10485) @LukasTy From c7280fed9220cb80c01b55cc21a49d8d7a03af04 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 14:43:28 +0200 Subject: [PATCH 04/10] bump tree view version --- CHANGELOG.md | 4 ++++ packages/x-tree-view/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b50fe9bdedd..ce0d9f9147c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,10 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus: - [charts] Display cursor pointer for pie chart only if `onClick` is provided (#10551) @giladappsforce - [charts] PieChart onClick prop in the series data and demo (#10506) @giladappsforce +### Tree View / `@mui/x-tree-view@6.0.0-beta.1` + +- Update dependencies + ### Docs - [docs] Add `DateRangePicker` example with a `Button` trigger (#10485) @LukasTy diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index 521072495aa3..592a22fb3c0d 100644 --- a/packages/x-tree-view/package.json +++ b/packages/x-tree-view/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "The community edition of the tree view components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From 583fa8f6e3ff9ca205d0fa278112835ab9ae2583 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 18:08:09 +0200 Subject: [PATCH 05/10] update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0d9f9147c4..894821ed34a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ _Oct 5, 2023_ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: +- 🥧 Support interaction with pie chart - 🐞 Bugfixes - 📚 Documentation improvements @@ -45,7 +46,8 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus: ### Charts / `@mui/x-charts@6.0.0-alpha.14` - [charts] Display cursor pointer for pie chart only if `onClick` is provided (#10551) @giladappsforce -- [charts] PieChart onClick prop in the series data and demo (#10506) @giladappsforce +- [charts] Add `onClick` prop to PieChart (#10506) @giladappsforce +- [charts] Support `slots`/`slotProps` for the tooltip (#10515) @alexfauquette ### Tree View / `@mui/x-tree-view@6.0.0-beta.1` @@ -56,7 +58,7 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus: - [docs] Add `DateRangePicker` example with a `Button` trigger (#10485) @LukasTy - [docs] Add section about disabling columns panel (#10328) @MBilalShafi - [docs] Add section about overriding slots to base concepts (#10421) @noraleonte -- [docs] Add whats new page listing all release announcements (#9727) @joserodolfofreitas +- [docs] Add "What's new" page listing all release announcements (#9727) @joserodolfofreitas - [docs] Update RTL Support section of the grid localization docs (#10561) @MBilalShafi ### Core From 706eba0003292559e2b75493eee2891660b204c0 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 18:52:25 +0200 Subject: [PATCH 06/10] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894821ed34a8..e64d158e0de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,7 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus: ### Core -- [core] Consistent casing with Legal and marketing content @oliviertassinari +- [core] Fix casing consistency with legal and marketing content @oliviertassinari - [core] Revert the link in the priority support ticket description (#10517) @michelengelen - [CHANGELOG] Polish image @oliviertassinari From 7cd5ca725f12d5dfb0b5a64be9630642ce5d1641 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 18:53:40 +0200 Subject: [PATCH 07/10] revert version bump for some packages --- CHANGELOG.md | 4 ---- packages/x-codemod/package.json | 2 +- packages/x-license-pro/package.json | 2 +- packages/x-tree-view/package.json | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e64d158e0de0..3dc26fee84d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,10 +49,6 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus: - [charts] Add `onClick` prop to PieChart (#10506) @giladappsforce - [charts] Support `slots`/`slotProps` for the tooltip (#10515) @alexfauquette -### Tree View / `@mui/x-tree-view@6.0.0-beta.1` - -- Update dependencies - ### Docs - [docs] Add `DateRangePicker` example with a `Button` trigger (#10485) @LukasTy diff --git a/packages/x-codemod/package.json b/packages/x-codemod/package.json index c5b915e4e31d..c22eaeb8965c 100644 --- a/packages/x-codemod/package.json +++ b/packages/x-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-codemod", - "version": "6.16.1", + "version": "6.16.0", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/x-license-pro/package.json b/packages/x-license-pro/package.json index 10c7336b63ab..ff160dc1813b 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.16.1", + "version": "6.16.0", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index 592a22fb3c0d..521072495aa3 100644 --- a/packages/x-tree-view/package.json +++ b/packages/x-tree-view/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.0", "description": "The community edition of the tree view components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From 2db12738bc621389b27f92fd99f193a5013f1b2a Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 18:55:39 +0200 Subject: [PATCH 08/10] revert version bump --- packages/x-codemod/package.json | 2 +- packages/x-license-pro/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x-codemod/package.json b/packages/x-codemod/package.json index c22eaeb8965c..9eb0f7aa9610 100644 --- a/packages/x-codemod/package.json +++ b/packages/x-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-codemod", - "version": "6.16.0", + "version": "6.9.0", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/x-license-pro/package.json b/packages/x-license-pro/package.json index ff160dc1813b..e395b82721a7 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.16.0", + "version": "6.10.2", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", From 94fe78ca5216ae44d4bc463edee4219d9867cbd8 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 5 Oct 2023 18:57:29 +0200 Subject: [PATCH 09/10] fix dependency version --- packages/grid/x-data-grid-premium/package.json | 2 +- packages/grid/x-data-grid-pro/package.json | 2 +- packages/x-date-pickers-pro/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index a68bcaa786cd..3fd81760d4a7 100644 --- a/packages/grid/x-data-grid-premium/package.json +++ b/packages/grid/x-data-grid-premium/package.json @@ -46,7 +46,7 @@ "@mui/utils": "^5.14.11", "@mui/x-data-grid": "6.16.1", "@mui/x-data-grid-pro": "6.16.1", - "@mui/x-license-pro": "6.16.1", + "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.2", "clsx": "^2.0.0", "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 12f6a8738b11..3a11078754fe 100644 --- a/packages/grid/x-data-grid-pro/package.json +++ b/packages/grid/x-data-grid-pro/package.json @@ -45,7 +45,7 @@ "@babel/runtime": "^7.23.1", "@mui/utils": "^5.14.11", "@mui/x-data-grid": "6.16.1", - "@mui/x-license-pro": "6.16.1", + "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.2", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index b76a70a28b9b..335fdb2fab14 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -45,7 +45,7 @@ "@mui/base": "^5.0.0-beta.17", "@mui/utils": "^5.14.11", "@mui/x-date-pickers": "6.16.1", - "@mui/x-license-pro": "6.16.1", + "@mui/x-license-pro": "6.10.2", "clsx": "^2.0.0", "prop-types": "^15.8.1", "react-transition-group": "^4.4.5" From 93be0e1be158996661a6aa041f703bc929af286c Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Fri, 6 Oct 2023 09:32:09 +0200 Subject: [PATCH 10/10] bump date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc26fee84d4..54793c527bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 6.16.1 -_Oct 5, 2023_ +_Oct 6, 2023_ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: