From a8f244e767e8a43e781e684d20e7a0d53fe7bf6c Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 16 Jan 2025 17:22:38 +0100 Subject: [PATCH 1/4] update changelog --- CHANGELOG.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f4df3af51fe..2968007ef6aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,87 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.24.0 + + + +_Jan 16, 2025_ + +We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +- 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration) +- 🐞 Bugfixes + +Special thanks go out to the community contributors who have helped make this release possible: +@lauri865, @AxharKhan. +Following are all team members who have contributed to this release: +@KenanYusuf, @arminmeh, @cherniavskii, @michelengelen, @samuelsycamore, @LukasTy. + + + +### Data Grid + +#### `@mui/x-data-grid@7.24.0` + +- [DataGrid] Fix resizing right pinned column (#16193) @KenanYusuf +- [DataGrid] Improve scrollbar deadzone with overlay scrollbars (#16212) @lauri865 +- [DataGrid] Scroll restoration (#16208) @lauri865 +- [DataGrid] Fix row, cell and header memoizations (#16195) @lauri865 +- [l10n] Improve Urdu (ur-PK) locale (#16081) @AxharKhan + +#### `@mui/x-data-grid-pro@7.24.0` [![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@7.24.0`, plus: + +- [DataGridPro] Add test for column pinning with disabled column virtualization (#16196) @cherniavskii +- [DataGridPro] Fix width of right-pinned column group during resize (#16207) @cherniavskii + +#### `@mui/x-data-grid-premium@7.24.0` [![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@7.24.0`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.24.0` + +No changes since `@mui/x-date-pickers@v7.23.6`. + +#### `@mui/x-date-pickers-pro@7.24.0` [![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@7.24.0`. + +### Charts + +#### `@mui/x-charts@7.24.0` + +No changes since `@mui/x-charts@v7.23.6`. + +#### `@mui/x-charts-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-charts@7.24.0`. + +### Tree View + +#### `@mui/x-tree-view@7.24.0` + +No changes since `@mui/x-tree-view-pro@v7.23.6`. + +#### `@mui/x-tree-view-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-tree-view@7.24.0`. + +### Docs + +- [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore +- [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh + +### Core + +- [core] Type all references as `RefObject` (#16125) @arminmeh +- [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16214) @LukasTy +- [infra] Cherry-pick of #16184 (#16188) @michelengelen +- [test] Fix flaky column pinning unit test (#16209) @cherniavskii + ## 7.23.6 _Jan 9, 2025_ From 4c3fdd1a96116c7c0afd7f8eb73379999b00e3d3 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 16 Jan 2025 17:24:13 +0100 Subject: [PATCH 2/4] bump version --- package.json | 2 +- packages/x-charts-pro/package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/package.json | 2 +- packages/x-data-grid-pro/package.json | 2 +- packages/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/package.json | 2 +- packages/x-date-pickers/package.json | 2 +- packages/x-internals/package.json | 2 +- packages/x-license/package.json | 2 +- packages/x-tree-view-pro/package.json | 2 +- packages/x-tree-view/package.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index b2fcd5c258f07..592600bf0051f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.23.6", + "version": "7.24.0", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts-pro/package.json b/packages/x-charts-pro/package.json index 26a1d3127b560..5cd8eae3e7fe2 100644 --- a/packages/x-charts-pro/package.json +++ b/packages/x-charts-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-pro", - "version": "7.23.6", + "version": "7.24.0", "description": "The Pro plan edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index ba48982f75905..a342ad8a1d9b6 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.23.6", + "version": "7.24.0", "description": "The community edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.js", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 1a19e4adfb9ac..1dfe2aa5cd297 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "7.23.6", + "version": "7.24.0", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index e3779ea026f5c..4a652f1207d2b 100644 --- a/packages/x-data-grid-premium/package.json +++ b/packages/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "7.23.6", + "version": "7.24.0", "description": "The Premium plan edition of the Data Grid Components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index 9d1b5c4721dc3..7915bbe52b3ec 100644 --- a/packages/x-data-grid-pro/package.json +++ b/packages/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "7.23.6", + "version": "7.24.0", "description": "The Pro plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index 861228e66dbe2..caaa7f0cc1e5c 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "7.23.6", + "version": "7.24.0", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 5a8e03885968e..2acf4bcb167a6 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": "7.23.6", + "version": "7.24.0", "description": "The Pro plan edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 3f1630e8c05bd..43cbe0e8bec35 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": "7.23.6", + "version": "7.24.0", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-internals/package.json b/packages/x-internals/package.json index 78df16b2e0dfc..acbbec92bf963 100644 --- a/packages/x-internals/package.json +++ b/packages/x-internals/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-internals", - "version": "7.23.6", + "version": "7.24.0", "description": "Utility functions for the MUI X packages (internal use only).", "author": "MUI Team", "license": "MIT", diff --git a/packages/x-license/package.json b/packages/x-license/package.json index 126c16dbd99f4..0ccb678ac263e 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "7.23.6", + "version": "7.24.0", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-tree-view-pro/package.json b/packages/x-tree-view-pro/package.json index fd4958cc235c4..4cbfa4a656aaa 100644 --- a/packages/x-tree-view-pro/package.json +++ b/packages/x-tree-view-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view-pro", - "version": "7.23.6", + "version": "7.24.0", "description": "The Pro plan edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index dbbce8349d2bf..ecc0cbd5256a0 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": "7.23.6", + "version": "7.24.0", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From 65face6ea466a2d9bb5383fff6d0a086ce310cbf Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 16 Jan 2025 19:33:03 +0100 Subject: [PATCH 3/4] update changelog --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2968007ef6aec..f5d4479014e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 7.24.0 - - _Jan 16, 2025_ -We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: - 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration) - 🐞 Bugfixes @@ -46,7 +44,7 @@ Same changes as in `@mui/x-data-grid-pro@7.24.0`. #### `@mui/x-date-pickers@7.24.0` -No changes since `@mui/x-date-pickers@v7.23.6`. +Internal changes. #### `@mui/x-date-pickers-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') @@ -56,7 +54,7 @@ Same changes as in `@mui/x-date-pickers@7.24.0`. #### `@mui/x-charts@7.24.0` -No changes since `@mui/x-charts@v7.23.6`. +Internal changes. #### `@mui/x-charts-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') @@ -66,7 +64,7 @@ Same changes as in `@mui/x-charts@7.24.0`. #### `@mui/x-tree-view@7.24.0` -No changes since `@mui/x-tree-view-pro@v7.23.6`. +Internal changes. #### `@mui/x-tree-view-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') @@ -81,7 +79,7 @@ Same changes as in `@mui/x-tree-view@7.24.0`. - [core] Type all references as `RefObject` (#16125) @arminmeh - [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16214) @LukasTy -- [infra] Cherry-pick of #16184 (#16188) @michelengelen +- [infra] Improve cherry-pick action target list (#16188) @michelengelen - [test] Fix flaky column pinning unit test (#16209) @cherniavskii ## 7.23.6 From 7beee488d9906e57176eab4b3f435774a1a343b3 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Fri, 17 Jan 2025 15:16:18 +0100 Subject: [PATCH 4/4] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d4479014e96..84bcc45662e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 7.24.0 -_Jan 16, 2025_ +_Jan 17, 2025_ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: