Skip to content

Commit 5260148

Browse files
authored
v7.19.0 (#14829)
1 parent eb5b6fd commit 5260148

File tree

13 files changed

+122
-12
lines changed

13 files changed

+122
-12
lines changed

Diff for: CHANGELOG.md

+110
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,116 @@
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.19.0
7+
8+
_Oct 4, 2024_
9+
10+
We'd like to offer a big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🔁 Automatic parents and children selection for Data Grid ["tree data"](https://mui.com/x/react-data-grid/tree-data/) and ["row grouping"](https://mui.com/x/react-data-grid/row-grouping/) features
13+
- 💫 Support `minHeight` and `maxHeight` on flex parent container for the Data Grid component
14+
- 🎁 Export `publicAPI` from the `useTreeItem2Utils` hook for the Tree View
15+
- 🌍 Improve Bulgarian (bg-BG), Croatian (hr-HR), French (fr-FR), German (de-DE), Japanese (ja-JP) and Vietnamese (vi-VN) locales and add Portuguese (pt-PT) locale on the Data Grid component
16+
- 🌏 Improve Czech (cs-CZ) and Portuguese (pt-BR) locales and add Bulgarian (bg-BG), Croatian (hr-HR) and Portuguese (pt-PT) locales on the Pickers components
17+
- 🐞 Bugfixes
18+
- 📚 Documentation improvements
19+
20+
Special thanks goes out to our community contributors who have helped make this release possible:
21+
@AWAIS97, @chucamphong, @GMchris, @JakubSveda, @k-rajat19, @k725, @lhilgert9, @ruiaraujo012, @Sanderand, @thomasmoon, @vallereaugabriel.
22+
Following are all team members who have contributed to this release:
23+
@alexfauquette, @arminmeh, @arthurbalduini, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @romgrk, @sai6855, @samuelsycamore.
24+
25+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
26+
27+
### Data Grid
28+
29+
#### `@mui/[email protected]`
30+
31+
- [DataGrid] Fix column definition `undefined` value (#14456) @sai6855
32+
- [DataGrid] Fix `checkboxSelectionVisibleOnly` reset the selection on filtering (#14677) @MBilalShafi
33+
- [DataGrid] Fix background colors when `CSSVarsProvider` is used (#12901) @cherniavskii
34+
- [DataGrid] Fix error when initializing aggregation with row spanning (#14710) @MBilalShafi
35+
- [DataGrid] Fix scroll to cell logic for keyboard navigating cells and drag selection with pinned columns (#14550) @KenanYusuf
36+
- [DataGrid] Support `minHeight` and `maxHeight` on flex parent container (#14614) @cherniavskii
37+
- [l10n] Add missing Portuguese (pt-PT) translations (#14707) @ruiaraujo012
38+
- [l10n] Improve Bulgarian (bg-BG) locale (#14451) @GMchris
39+
- [l10n] Improve Croatian (hr-HR) locale (#14794) @arminmeh
40+
- [l10n] Improve French (fr-FR) locale (#14750) @vallereaugabriel
41+
- [l10n] Improve German (de-DE) locale (#14755) @lhilgert9
42+
- [l10n] Improve Japanese (ja-JP) locale (#14381) @k725
43+
- [l10n] Improve Vietnamese (vi-VN) locale (#14769) @chucamphong
44+
45+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
46+
47+
Same changes as in `@mui/[email protected]`, plus:
48+
49+
- [DataGridPro] Fix dragging styles removal in column reorder (#14680) @k-rajat19
50+
- [DataGridPro] Fix row pre-processing running with a stale data source (#14810) @MBilalShafi
51+
- [DataGridPro] Fix `onRowsScrollEnd` not firing on very fast scrolling (#14171) @arminmeh
52+
53+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
54+
55+
Same changes as in `@mui/[email protected]`, plus:
56+
57+
- [DataGridPremium] Automatic parents and children selection (#13757) @MBilalShafi
58+
59+
### Date and Time Pickers
60+
61+
#### `@mui/[email protected]`
62+
63+
- [pickers] Fix left-right keyboard nav with `yearsOrder="desc"` and `direction="rtl"` (#14682) @thomasmoon
64+
- [pickers] Improve `PickerValidDate` type (#14771) @flaviendelangle
65+
- [pickers] Improve typing of the range pickers (#14716) @flaviendelangle
66+
- [l10n] Add Bulgarian (bg-BG) locale (#14469) @GMchris
67+
- [l10n] Add Croatian (hr-HR) locale (#14795) @arminmeh
68+
- [l10n] Add Portuguese (pt-PT) locale (#14722) @ruiaraujo012
69+
- [l10n] Improve Czech (cs-CZ) locale (#14732) @JakubSveda
70+
- [l10n] Improve Portuguese (pt-BR) locale (#14725) @arthurbalduini
71+
72+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
73+
74+
Same changes as in `@mui/[email protected]`.
75+
76+
### Charts
77+
78+
#### `@mui/[email protected]`
79+
80+
- [charts] Fix `LineChart` area animation being stuck when resizing container (#14711) @alexfauquette
81+
- [charts] Improve types and start using `warnOnce` (#14792) @JCQuintas
82+
83+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
84+
85+
Same changes as in `@mui/[email protected]`.
86+
87+
### Tree View
88+
89+
#### `@mui/[email protected]`
90+
91+
- [TreeView] Apply experimental features in `getDefaultizedParams` instead of in the plugin render (#14661) @flaviendelangle
92+
- [TreeView] Export `publicAPI` form `useTreeItem2Utils` (#14729) @noraleonte
93+
- [TreeView] Fix cursor navigation interfering with browser shortcut keys (#14798) @sai6855
94+
- [TreeView] Fix invalid test for items reordering (#14665) @flaviendelangle
95+
- [TreeView] Remove `instance.getTreeItemIdAttribute` (#14667) @flaviendelangle
96+
97+
### Docs
98+
99+
- [docs] Added warning callout for Firefox reordering bug (#14516) @michelengelen
100+
- [docs] Copyedit `pages.ts` navigation (#14782) @samuelsycamore
101+
- [docs] Fix typo in row spanning doc (#14770) @flaviendelangle
102+
- [docs] Fix typo in the Tree View migration guide to v7 (#14727) @Sanderand
103+
- [docs] Fix typo in usage of Moment guide for UTC and timezones (#14780) @AWAIS97
104+
- [docs] Fix what's new link to use absolute URL (#14543) @oliviertassinari
105+
106+
### Core
107+
108+
- [core] Fix class name composition order (#14775) @oliviertassinari
109+
- [core] Replace minWidth, maxWidth with width (#14776) @oliviertassinari
110+
- [code-infra] Remove custom playwright installation steps (#14728) @Janpot
111+
- [code-infra] Replace or remove all instances of `e` identifier (#14724) @samuelsycamore
112+
- [infra] Adds community contribution section to the changelog script (#14799) @michelengelen
113+
- [infra] Fix line break in Stack Overflow message @oliviertassinari
114+
- [test] Fix `Escape` event firing event (#14797) @oliviertassinari
115+
6116
## 7.18.0
7117

8118
_Sep 20, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.18.0",
2+
"version": "7.19.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.0.0-beta.2",
3+
"version": "7.0.0-beta.3",
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-vendor/package.json

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

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