Skip to content

Commit e38e018

Browse files
noraleonteMBilalShafiflaviendelanglearminmehLukasTy
authored
v7.23.0 (#15655)
Signed-off-by: Nora <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: José Rodolfo Freitas <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]>
1 parent a124300 commit e38e018

File tree

14 files changed

+107
-13
lines changed

14 files changed

+107
-13
lines changed

CHANGELOG.md

+94
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,100 @@
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.0
7+
8+
_Nov 29, 2024_
9+
10+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.
13+
14+
https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c
15+
16+
- ⚛️ React 19 support
17+
- 📚 Documentation improvements
18+
- 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
19+
- 🌍 Improve Dutch locale on the Date and Time Picker components.
20+
- 🐞 Bugfixes
21+
22+
Special thanks go out to the community contributors who have helped make this release possible:
23+
@dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865.
24+
Following are all team members who have contributed to this release:
25+
@oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi.
26+
27+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
28+
29+
### Data Grid
30+
31+
#### `@mui/[email protected]`
32+
33+
- [DataGrid] React 19 support (#15557) @arminmeh
34+
- [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches
35+
- [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf
36+
- [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf
37+
- [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9
38+
- [DataGrid] Improve resize performance (#15592) @lauri865
39+
- [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii
40+
- [DataGrid] Improve `GridCell` performance (#15621) @lauri865
41+
- [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc
42+
- [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev
43+
44+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
45+
46+
Same changes as in `@mui/[email protected]`, plus:
47+
48+
- [DataGridPro] Fix header filtering with `boolean` column type (#15640) @k-rajat19
49+
- [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman
50+
- [DataGridPro] Fix selection propagation issue on initialization (#15593) @MBilalShafi
51+
52+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
53+
54+
Same changes as in `@mui/[email protected]`.
55+
56+
### Date and Time Pickers
57+
58+
#### `@mui/[email protected]`
59+
60+
- [pickers] React 19 support (#15557) @arminmeh
61+
- [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle
62+
- [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle
63+
- [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
64+
65+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
66+
67+
Same changes as in `@mui/[email protected]`.
68+
69+
### Charts
70+
71+
#### `@mui/[email protected]`
72+
73+
- [charts] React 19 support (#15557) @arminmeh
74+
- [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette
75+
76+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
77+
78+
Same changes as in `@mui/[email protected]`.
79+
80+
### Tree View
81+
82+
#### `@mui/[email protected]`
83+
84+
- [TreeView] React 19 support (#15557) @arminmeh
85+
86+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
87+
88+
Same changes as in `@mui/[email protected]`.
89+
90+
### Docs
91+
92+
- [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii
93+
- [docs] Remove selectors section from list view docs (#15639) @KenanYusuf
94+
- [docs] Add documentation for the list view feature (#15344) @KenanYusuf
95+
96+
### Core
97+
98+
- [core] Update @mui/monorepo (#15574) @oliviertassinari
99+
6100
## 7.22.3
7101

8102
_Nov 21, 2024_

package.json

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

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.22.3",
3+
"version": "7.23.0",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.3",
3+
"version": "7.23.0",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.js",

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.22.3",
3+
"version": "7.23.0",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.3",
3+
"version": "7.23.0",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.3",
3+
"version": "7.23.0",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.3",
3+
"version": "7.23.0",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.3",
3+
"version": "7.23.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",

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.22.3",
3+
"version": "7.23.0",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.21.0",
3+
"version": "7.23.0",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

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.21.0",
3+
"version": "7.23.0",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.1",
3+
"version": "7.23.0",
44
"description": "The Pro plan edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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.22.1",
3+
"version": "7.23.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)