Skip to content

Commit 3b96643

Browse files
JCQuintascherniavskiiarminmehKenanYusuf
authored
v7.26.0 (#16498)
Signed-off-by: Jose C Quintas Jr <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]>
1 parent ebbd0ab commit 3b96643

File tree

14 files changed

+84
-13
lines changed

14 files changed

+84
-13
lines changed

Diff for: CHANGELOG.md

+71
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,77 @@
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.26.0
7+
8+
_Feb 7, 2025_
9+
10+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- ⚡ Mount and resize performance improvements for the Data Grid
13+
- 🐞 Bugfixes
14+
15+
Special thanks go out to the community contributors who have helped make this release possible:
16+
@lauri865.
17+
Following are all team members who have contributed to this release:
18+
@arminmeh, @noraleonte, @LukasTy, @KenanYusuf, @flaviendelangle.
19+
20+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21+
22+
### Data Grid
23+
24+
#### `@mui/[email protected]`
25+
26+
- [DataGrid] Avoid `<GridRoot />` double-render pass on mount in SPA mode (#16480) @lauri865
27+
28+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
29+
30+
Same changes as in `@mui/[email protected]`, plus:
31+
32+
- [DataGridPro] Fix the return type of `useGridApiContext()` for Pro and Premium packages on React < 19 (#16446) @arminmeh
33+
34+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35+
36+
Same changes as in `@mui/[email protected]`, plus:
37+
38+
- [DataGridPremium] Fix "no rows" overlay not showing with active aggregation (#16468) @KenanYusuf
39+
40+
### Date and Time Pickers
41+
42+
#### `@mui/[email protected]`
43+
44+
Internal changes.
45+
46+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
47+
48+
Same changes as in `@mui/[email protected]`, plus:
49+
50+
- [DateRangePicker] Fix `currentMonthCalendarPosition` prop behavior on mobile (#16457) @LukasTy
51+
- [DateRangePicker] Fix vertical alignment for multi input fields (#16490) @noraleonte
52+
53+
### Charts
54+
55+
#### `@mui/[email protected]`
56+
57+
Internal changes.
58+
59+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
60+
61+
Same changes as in `@mui/[email protected]`.
62+
63+
### Tree View
64+
65+
#### `@mui/[email protected]`
66+
67+
Internal changes.
68+
69+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
70+
71+
Same changes as in `@mui/[email protected]`.
72+
73+
### Core
74+
75+
- [core] Fix corepack and pnpm installation in CircleCI (#16452) @flaviendelangle
76+
677
## 7.25.0
778

879
_Jan 31, 2025_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.25.0",
2+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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.25.0",
3+
"version": "7.26.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)