diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f4df3af51fe..84bcc45662e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,85 @@ 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 17, 2025_ + +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 + +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` + +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') + +Same changes as in `@mui/x-date-pickers@7.24.0`. + +### Charts + +#### `@mui/x-charts@7.24.0` + +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') + +Same changes as in `@mui/x-charts@7.24.0`. + +### Tree View + +#### `@mui/x-tree-view@7.24.0` + +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') + +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] Improve cherry-pick action target list (#16188) @michelengelen +- [test] Fix flaky column pinning unit test (#16209) @cherniavskii + ## 7.23.6 _Jan 9, 2025_ 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",