Skip to content

Commit f354e42

Browse files
v7.24.1 (#16316)
Signed-off-by: Bilal Shafi <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]>
1 parent 304e72a commit f354e42

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.24.1
7+
8+
_Jan 24, 2025_
9+
10+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
- 🌍 Improve Persian (fa-IR) locale on the Data Grid
14+
15+
Special thanks go out to the community contributors who have helped make this release possible:
16+
@mostafaRoosta74, @lauri865.
17+
Following are all team members who have contributed to this release:
18+
@alexfauquette, @JCQuintas, @cherniavskii, @LukasTy, @arminmeh.
19+
20+
### Data Grid
21+
22+
#### `@mui/[email protected]`
23+
24+
- [DataGrid] Fix toggling preference panel from toolbar (#16276) @lauri865
25+
- [DataGrid] Only try to mount filter button if there are filters present (#16269) @lauri865
26+
- [DataGrid] Revert `apiRef` to be `MutableRefObject` for React versions < 19 (#16320) @arminmeh
27+
- [l10n] Improve Persian (fa-IR) locale (#15964) @mostafaRoosta74
28+
29+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
30+
31+
Same changes as in `@mui/[email protected]`.
32+
33+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
34+
35+
Same changes as in `@mui/[email protected]`.
36+
37+
### Date and Time Pickers
38+
39+
#### `@mui/[email protected]`
40+
41+
- [fields] Reset `all` selected state on section edit (#16232) @LukasTy
42+
43+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
44+
45+
Same changes as in `@mui/[email protected]`.
46+
47+
### Charts
48+
49+
#### `@mui/[email protected]`
50+
51+
- [charts] Handle case where gradient stop `offset` could be `Infinite` (@JCQuintas) (#16309) @JCQuintas
52+
53+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
54+
55+
Same changes as in `@mui/[email protected]`.
56+
57+
### Tree View
58+
59+
#### `@mui/[email protected]`
60+
61+
Internal changes.
62+
63+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
64+
65+
Same changes as in `@mui/[email protected]`.
66+
67+
### Docs
68+
69+
- [docs] Fix `domainLimit` definition (#16271) @alexfauquette
70+
71+
### Core
72+
73+
- [core] Make `@mui/x-internals` a dependency of `@mui/x-license` (#16265) @alexfauquette
74+
- [test] Fix flaky column pinning tests (#16228) @cherniavskii
75+
- [test] Fix flaky tests (#16264) @lauri865
76+
677
## 7.24.0
778

879
_Jan 17, 2025_

Diff for: package.json

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