diff --git a/CHANGELOG.md b/CHANGELOG.md index e462cd19f999d..2e038fb55bc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,83 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.25.0 + +_Jan 31, 2025_ + +We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes + +Special thanks go out to the community contributors who have helped make this release possible: +@k-rajat19, @lauri865. +Following are all team members who have contributed to this release: +@KenanYusuf, @MBilalShafi, @arminmeh. + + + +### Data Grid + +#### `@mui/x-data-grid@7.25.0` + +- [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16368) @lauri865 +- [DataGrid] Refactor row state propagation (#16351) @lauri865 +- [DataGrid] Add missing style overrides (#16272) (#16358) @KenanYusuf +- [DataGrid] Fix header filters keyboard navigation when there are no rows (#16369) @k-rajat19 +- [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16364) @KenanYusuf +- [DataGrid] Improve test coverage of server side data source (#15988) @MBilalShafi +- [DataGrid] Remove outdated warning (#16370) @MBilalShafi +- [DataGrid] Respect width of `iconContainer` during autosizing (#16409) @michelengelen + +#### `@mui/x-data-grid-pro@7.25.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.25.0`, plus: + +- [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16348) @arminmeh +- [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16382) @arminmeh + +#### `@mui/x-data-grid-premium@7.25.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.25.0`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.25.0` + +Internal changes. + +#### `@mui/x-date-pickers-pro@7.25.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.25.0`. + +### Charts + +#### `@mui/x-charts@7.25.0` + +Internal changes. + +#### `@mui/x-charts-pro@7.25.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.25.0`. + +### Tree View + +#### `@mui/x-tree-view@7.25.0` + +Internal changes. + +#### `@mui/x-tree-view-pro@7.25.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.25.0`. + +### Docs + +- [docs] Improve release documentation (#16322) @MBilalShafi + +### Core + +- [test] Fix flaky data source tests in DataGrid (#16382) @lauri865 + ## 7.24.1 _Jan 24, 2025_ diff --git a/package.json b/package.json index 6e4e4e4225fa2..117e0f15d4eda 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.24.1", + "version": "7.25.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 3d6cd33ca5d43..75d535af002f3 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.24.1", + "version": "7.25.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 3529942868dea..b2872c3b9ff12 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.24.1", + "version": "7.25.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 944ecab4910e7..b5e933c90597b 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.24.1", + "version": "7.25.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 fbf5ad2cf3678..0023ceb3e3abe 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.24.1", + "version": "7.25.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 c4e477b6efdfd..124eaadbf5ca2 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.24.1", + "version": "7.25.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 94b51b9217f2c..83255d8a73e71 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.24.1", + "version": "7.25.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 0a67bb94988d3..febea7e0615c6 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.24.1", + "version": "7.25.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 d1afa74fc557d..e16b64c8d11d6 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.24.1", + "version": "7.25.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 7ff40be188376..0b8598321cc21 100644 --- a/packages/x-internals/package.json +++ b/packages/x-internals/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-internals", - "version": "7.24.1", + "version": "7.25.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 027f12f587f24..014583e692877 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "7.24.1", + "version": "7.25.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 53a87e0c8626d..c895ee1ea769c 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.24.1", + "version": "7.25.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 118924badae3d..f554d2b739166 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.24.1", + "version": "7.25.0", "description": "The community edition of the Tree View components (MUI X).", "author": "MUI Team", "main": "src/index.ts",