Skip to content

Commit 1e6ac1b

Browse files
romgrkMBilalShaficherniavskiiarminmehmichelengelen
authored
v7.25.0 (#16392)
Signed-off-by: Rom Grk <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Michel Engelen <[email protected]>
1 parent f77d2af commit 1e6ac1b

File tree

14 files changed

+90
-13
lines changed

14 files changed

+90
-13
lines changed

Diff for: CHANGELOG.md

+77
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,83 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.25.0
7+
8+
_Jan 31, 2025_
9+
10+
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
Special thanks go out to the community contributors who have helped make this release possible:
15+
@k-rajat19, @lauri865.
16+
Following are all team members who have contributed to this release:
17+
@KenanYusuf, @MBilalShafi, @arminmeh.
18+
19+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
20+
21+
### Data Grid
22+
23+
#### `@mui/[email protected]`
24+
25+
- [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16368) @lauri865
26+
- [DataGrid] Refactor row state propagation (#16351) @lauri865
27+
- [DataGrid] Add missing style overrides (#16272) (#16358) @KenanYusuf
28+
- [DataGrid] Fix header filters keyboard navigation when there are no rows (#16369) @k-rajat19
29+
- [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16364) @KenanYusuf
30+
- [DataGrid] Improve test coverage of server side data source (#15988) @MBilalShafi
31+
- [DataGrid] Remove outdated warning (#16370) @MBilalShafi
32+
- [DataGrid] Respect width of `iconContainer` during autosizing (#16409) @michelengelen
33+
34+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35+
36+
Same changes as in `@mui/[email protected]`, plus:
37+
38+
- [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16348) @arminmeh
39+
- [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16382) @arminmeh
40+
41+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
42+
43+
Same changes as in `@mui/[email protected]`.
44+
45+
### Date and Time Pickers
46+
47+
#### `@mui/[email protected]`
48+
49+
Internal changes.
50+
51+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52+
53+
Same changes as in `@mui/[email protected]`.
54+
55+
### Charts
56+
57+
#### `@mui/[email protected]`
58+
59+
Internal changes.
60+
61+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62+
63+
Same changes as in `@mui/[email protected]`.
64+
65+
### Tree View
66+
67+
#### `@mui/[email protected]`
68+
69+
Internal changes.
70+
71+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72+
73+
Same changes as in `@mui/[email protected]`.
74+
75+
### Docs
76+
77+
- [docs] Improve release documentation (#16322) @MBilalShafi
78+
79+
### Core
80+
81+
- [test] Fix flaky data source tests in DataGrid (#16382) @lauri865
82+
683
## 7.24.1
784

885
_Jan 24, 2025_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.24.1",
2+
"version": "7.25.0",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

Diff for: packages/x-charts-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-pro",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.js",

Diff for: packages/x-data-grid-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid-premium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-date-pickers-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-date-pickers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-internals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

Diff for: packages/x-license/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-tree-view-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view-pro",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The Pro plan edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-tree-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view",
3-
"version": "7.24.1",
3+
"version": "7.25.0",
44
"description": "The community edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)