Skip to content

Commit 98fd3d5

Browse files
alexfauquetteflaviendelanglecherniavskii
authored
v7.22.3 (#15531)
Signed-off-by: Alexandre Fauquette <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]>
1 parent 521573e commit 98fd3d5

File tree

11 files changed

+85
-10
lines changed

11 files changed

+85
-10
lines changed

CHANGELOG.md

+75
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,81 @@
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.22.3
7+
8+
_Nov 21, 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+
- 📊 Charts Pro get stable. The [zoom](https://mui.com/x/react-charts/zoom-and-pan/) and [Heatmap](https://mui.com/x/react-charts/heatmap/) are now stable.
13+
- 🌍 Improve Chinese, Spanish, Swedish, and Turkish locales on the Data Grid
14+
- 🐞 Bugfixes
15+
16+
Special thanks go out to the community contributors who have helped make this release possible:
17+
@CarlosLopezLg, @headironc, @viktormelin, @qerkules, @DungTiger, @hendrikpeilke, @k-rajat19.
18+
Following are all team members who have contributed to this release:
19+
@alexfauquette, @LukasTy, @MBilalShafi, @flaviendelangle.
20+
21+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15476) @k-rajat19
28+
- [DataGrid] Add test coverage for issues fixed in #15184 @MBilalShafi
29+
- [DataGrid] Fix memoized selectors with arguments (#15336) @MBilalShafi
30+
- [DataGrid] Fix right column group header border with virtualization (#15503) @hendrikpeilke
31+
- [DataGrid] Pass reason to `onPaginationModelChange` (#15402) @DungTiger
32+
- [DataGrid] Set default overlay height in flex parent layout (#15535) @cherniavskii
33+
- [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc
34+
- [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg
35+
- [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin
36+
- [l10n] Improve Turkish (tr-TR) locale (#15414) @qerkules
37+
38+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
39+
40+
Same changes as in `@mui/[email protected]`.
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] Always use `props.value` when it changes (#15500) @flaviendelangle
51+
- [pickers] Ensure internal value timezone is updated (#15491) @LukasTy
52+
- [pickers] Fix `DateTimeRangePicker` error when using format without time (#15341) @fxnoob
53+
- [pickers] Fix unused code in `PickersToolbar` component (#15525) @LukasTy
54+
55+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
56+
57+
Same changes as in `@mui/[email protected]`, plus:
58+
59+
- [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15431) @LukasTy
60+
61+
### Charts
62+
63+
#### `@mui/[email protected]`
64+
65+
No changes since `@mui/[email protected]`.
66+
67+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
68+
69+
- [charts-pro] Fix missing typeOverload (#15400) @alexfauquette
70+
71+
### Docs
72+
73+
- [docs] Add `PickersPopper` component to customization playground (#15397) @LukasTy
74+
- [docs] Add `next` version links (#15423) @LukasTy
75+
- [docs] Use the `loading` state in the demos (#15538) @cherniavskii
76+
77+
- [code-infra] Tentative fix for Argos flaky screenshot tests (#15399) @JCQuintas
78+
- [docs-infra] Transpile `.ts` demo files (#15421) @KenanYusuf
79+
- [core] Clarify release version bump strategy (#15536) @cherniavskii
80+
681
## 7.22.2
782

883
_Nov 8, 2024_

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.22.2",
2+
"version": "7.22.3",
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.0.0-beta.7",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
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.2",
3+
"version": "7.22.3",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

scripts/releaseChangelog.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ${logChangelogSection(pickersProCommits)}${pickersProCommits.length > 0 ? '\n' :
360360
361361
${logChangelogSection(chartsCommits) || `No changes since \`@mui/x-charts@${lastRelease}\`.`}
362362
363-
#### \`@mui/x-charts-pro@__VERSION-ALPHA__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
363+
#### \`@mui/x-charts-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
364364
365365
Same changes as in \`@mui/x-charts@__VERSION__\`${chartsProCommits.length > 0 ? ', plus:\n' : '.'}
366366
${logChangelogSection(chartsProCommits)}${chartsProCommits.length > 0 ? '\n' : ''}

0 commit comments

Comments
 (0)