Skip to content

Commit 56d39bb

Browse files
michelengelenalexfauquetteflaviendelangle
authored
[release] v7.23.1 (#15749)
Signed-off-by: Michel Engelen <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]>
1 parent 417666b commit 56d39bb

File tree

10 files changed

+75
-9
lines changed

10 files changed

+75
-9
lines changed

CHANGELOG.md

+66
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,72 @@
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.1
7+
8+
_Dec 5, 2024_
9+
10+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🌍 Improve German locale on the Data Grid component
13+
- 🐞 Bugfixes
14+
15+
Special thanks go out to the community contributors who have helped make this release possible:
16+
@lhilgert9.
17+
18+
Following are all team members who have contributed to this release:
19+
@arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy and @MBilalShafi.
20+
21+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Make column autosizing work with flex columns (#15712) @cherniavskii
28+
- [l10n] Improve German (de-DE) locale (#15641) @lhilgert9
29+
30+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31+
32+
Same changes as in `@mui/[email protected]`, plus:
33+
34+
- [DataGridPro] Cleanup pinned rows on removal (#15702) @cherniavskii
35+
36+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
37+
38+
Same changes as in `@mui/[email protected]`.
39+
40+
### Date and Time Pickers
41+
42+
#### `@mui/[email protected]`
43+
44+
- [TimePicker] Prevent mouse events after `touchend` event (#15430) @arthurbalduini
45+
46+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
47+
48+
Same changes as in `@mui/[email protected]`.
49+
50+
### Charts
51+
52+
#### `@mui/[email protected]`
53+
54+
- [charts] Improve SVG `pattern` and `gradient` support (#15724) @JCQuintas
55+
56+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
57+
58+
Same changes as in `@mui/[email protected]`.
59+
60+
### Docs
61+
62+
- [docs] Fix Pickers theme augmentation example (#15675) @LukasTy
63+
- [docs] Remove duplicated warning (#15715) @cherniavskii
64+
- [test] Force hover in headless Chrome (#15711) @cherniavskii
65+
- [docs-infra] Bump `@mui/internal-markdown` to support nested demo imports (#15738) @alexfauquette
66+
- [docs] Improve SEO titles for the Data Grid (#15695) @MBilalShafi
67+
68+
### Core
69+
70+
- [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
71+
672
## 7.23.0
773

874
_Nov 29, 2024_

package.json

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

0 commit comments

Comments
 (0)