Skip to content

Commit 3548ca8

Browse files
authored
v7.23.2 (#15866)
1 parent 574f37d commit 3548ca8

File tree

13 files changed

+93
-12
lines changed

13 files changed

+93
-12
lines changed

Diff for: CHANGELOG.md

+81
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,87 @@
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.23.2
7+
8+
_Dec 12, 2024_
9+
10+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🌍 Improve Romanian and Turkish locales on the Data Grid
13+
- 🌍 Improve Romanian locale on the Pickers
14+
- 📚 Documentation improvements
15+
- 🐞 Bugfixes
16+
17+
Special thanks go out to the community contributors who have helped make this release possible:
18+
@ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985.
19+
20+
Following are all team members who have contributed to this release:
21+
@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy.
22+
23+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24+
25+
### Data Grid
26+
27+
#### `@mui/[email protected]`
28+
29+
- [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr
30+
- [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19
31+
- [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
32+
- [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan
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] Make Row reordering work with pagination (#15782) @k-rajat19
39+
40+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
41+
42+
Same changes as in `@mui/[email protected]`, plus:
43+
44+
- [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh
45+
46+
### Date and Time Pickers
47+
48+
#### `@mui/[email protected]`
49+
50+
- [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
51+
52+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
53+
54+
Same changes as in `@mui/[email protected]`.
55+
56+
### Charts
57+
58+
#### `@mui/[email protected]`
59+
60+
- [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette
61+
- [charts] Fix scatter dataset with missing data (#15804) @alexfauquette
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+
#### `@mui/[email protected]`
68+
69+
No changes, releasing to keep the versions in sync.
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+
Releasing to benefit from license package fix (#15818).
74+
75+
### Docs
76+
77+
- [docs] Fix typo in charts axis documentation (#15746) @JCQuintas
78+
- [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy
79+
- [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf
80+
- [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy
81+
82+
### Core
83+
84+
- [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
85+
- [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
86+
687
## 7.23.1
788

889
_Dec 5, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.23.1",
2+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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.23.1",
3+
"version": "7.23.2",
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-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.23.0",
3+
"version": "7.23.2",
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.23.0",
3+
"version": "7.23.2",
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.23.0",
3+
"version": "7.23.2",
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)