Skip to content

Commit d114e96

Browse files
arminmehflaviendelangleLukasTy
authored
v7.20.0 (#14910)
Signed-off-by: Armin Mehinovic <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Lukas Tyla <[email protected]>
1 parent 4bc5acc commit d114e96

File tree

18 files changed

+123
-28
lines changed

18 files changed

+123
-28
lines changed

CHANGELOG.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,96 @@
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.20.0
7+
8+
_Oct 11, 2024_
9+
10+
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 📚 Updated ["What's new"](https://mui.com/x/whats-new/) page giving more detailed overview of the latest new features and other highlights
13+
- 📚 New [collapsible column groups demo](https://mui.com/x/react-data-grid/column-groups/#collapsible-column-groups) for the Data Grid component
14+
- 📚 New [Tree Item Customization](https://mui.com/x/react-tree-view/tree-item-customization/) documentation to learn how to use the new APIs to create custom Tree Items. The old APIs (`props.ContentComponent` and `props.ContentProps`) have been deprecated and will be removed in the new major version of the Tree View component.
15+
- 🌍 Improve Japanese (ja-JP) locale on the Data Grid component
16+
- 🐞 Bugfixes
17+
- 📚 Other documentation improvements
18+
19+
Special thanks go out to the community contributors who have helped make this release possible:
20+
@k-rajat19, @kalyan90, @uma-neko, @vfbiby.
21+
Following are all team members who have contributed to this release: @alelthomas, @arminmeh, @arthurbalduini,
22+
@cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @noraleonte, @oliviertassinari, @samuelsycamore, @siriwatknp.
23+
24+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
25+
26+
### Data Grid
27+
28+
#### `@mui/[email protected]`
29+
30+
- [DataGrid] Add `onColumnHeaderContextMenu` event (#14734) @vfbiby
31+
- [DataGrid] Avoid row spanning computation of outdated rows (#14902) @MBilalShafi
32+
- [DataGrid] Fix scrollbar position not being updated after `scrollToIndexes` (#14888) @arminmeh
33+
- [DataGrid] Pass `rowId` param to `processRowUpdate` (#14821) @k-rajat19
34+
- [l10n] Improve Japanese (ja-JP) locale (#14870) @uma-neko
35+
36+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
37+
38+
Same changes as in `@mui/[email protected]`, plus:
39+
40+
- [DataGridPro] Fix wording on the `rowSelectionPropagation` JSDoc and doc section (#14907) @flaviendelangle
41+
42+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
43+
44+
Same changes as in `@mui/[email protected]`.
45+
46+
### Date and Time Pickers
47+
48+
#### `@mui/[email protected]`
49+
50+
- [pickers] Add `PageUp` and `PageDown` support for time components (#14812) @arthurbalduini
51+
- [pickers] Fix regression on `PickerValidDate` (#14896) @flaviendelangle
52+
- [pickers] Move the `DateFieldInPickerProps` interface to the `DatePicker` folder and rename it `DatePickerFieldProps` (same for time and date time) (#14828) @flaviendelangle
53+
54+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
55+
56+
Same changes as in `@mui/[email protected]`.
57+
58+
### Charts
59+
60+
#### `@mui/[email protected]`
61+
62+
No changes since `@mui/[email protected]`.
63+
64+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65+
66+
Same changes as in `@mui/[email protected]`.
67+
68+
### Tree View
69+
70+
#### `@mui/[email protected]`
71+
72+
- [TreeItem] Deprecate the `ContentComponent` and `ContentProps` props (#14908) @flaviendelangle
73+
- [TreeView] Rework how items are being rendered in Rich Tree View components (#14749) @flaviendelangle
74+
75+
### Docs
76+
77+
- [docs] Update "What's new" page (#14858) @cherniavskii
78+
- [docs] Add collapsible column groups demo (#14818) @cherniavskii
79+
- [docs] Add custom columns panel demo (#14825) @cherniavskii
80+
- [docs] Capitalize all instances of "Data Grid" (#14884) @samuelsycamore
81+
- [docs] Divide charts `tooltip` and `highlighting` pages (#14824) @JCQuintas
82+
- [docs] Document the `TreeItem2` component and the `useTreeItem2` hook (#14551) @noraleonte
83+
- [docs] Fix column pinning for "Disable detail panel content scroll" section (#14854 and #14885) @kalyan90
84+
- [docs] Fix detail panel demo not working well with pinned columns (#14883) @cherniavskii
85+
- [docs] New recipe of a read-only field (#14606) @flaviendelangle
86+
- [docs] Change demo name example (#14822) @alelthomas
87+
88+
### Core
89+
90+
- [core] Support `@mui/utils` v6 (#14867) @siriwatknp
91+
- [code-infra] Remove deprecated `data-mui-test` in favour of `data-testid` (#14882) @JCQuintas
92+
- [code-infra] Update renovate config and add a `vitest` group (#14856) @JCQuintas
93+
- [test] Replace `waitFor()` with `act()` (#14851) @oliviertassinari
94+
- [test] Restore "pnpm tc" CLI (#14852) @oliviertassinari
95+
696
## 7.19.0
797

898
_Oct 4, 2024_
@@ -678,6 +768,8 @@ Same changes as in `@mui/[email protected]`, plus:
678768

679769
#### `@mui/[email protected]`
680770

771+
No changes since `@mui/[email protected]`.
772+
681773
### Docs
682774

683775
- [docs] Add a warning to promote the usage of `updateRows` (#14027) @MBilalShafi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.19.0",
2+
"version": "7.20.0",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-charts-pro/package.json

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

packages/x-charts-vendor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-vendor",
3-
"version": "7.19.0",
3+
"version": "7.20.0",
44
"description": "Vendored dependencies for MUI X Charts",
55
"author": "MUI Team",
66
"keywords": [

packages/x-charts/package.json

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

packages/x-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-codemod",
3-
"version": "7.18.0",
3+
"version": "7.20.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.19.0",
3+
"version": "7.20.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "7.19.0",
3+
"version": "7.20.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.19.0",
3+
"version": "7.20.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

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

0 commit comments

Comments
 (0)