Skip to content

Commit 8d49b7f

Browse files
KenanYusufflaviendelangleMBilalShafiarminmehLukasTy
authored
v7.23.3 (#15938)
Signed-off-by: Kenan Yusuf <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Lukas Tyla <[email protected]>
1 parent 2d9a3d3 commit 8d49b7f

File tree

8 files changed

+55
-7
lines changed

8 files changed

+55
-7
lines changed

Diff for: CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,54 @@
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.3
7+
8+
_Dec 19, 2024_
9+
10+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🌍 Improve Korean (ko-KR) locale on the Data Grid
13+
- 🐞 Bugfixes
14+
15+
Special thanks go out to the community contributors who have helped make this release possible:
16+
@k-rajat19, @good-jinu.
17+
Following are all team members who have contributed to this release:
18+
@KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle.
19+
20+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21+
22+
### Data Grid
23+
24+
#### `@mui/[email protected]`
25+
26+
- [DataGrid] Allow passing custom props to `.main` element (#15919) @MBilalShafi
27+
- [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15927) @k-rajat19
28+
- [DataGrid] Deprecate `indeterminateCheckboxAction` prop (#15862) @MBilalShafi
29+
- [DataGrid] Fix `aria-label` value for group checkboxes (#15861) @MBilalShafi
30+
- [DataGrid] Fix autosizing with virtualized columns (#15929) @k-rajat19
31+
- [DataGrid] Round dimensions to avoid subpixel rendering error (#15873) @KenanYusuf
32+
- [DataGrid] Toggle menu on click in `<GridActionsCell />` (#15871) @k-rajat19
33+
- [DataGrid] Trigger row spanning computation on rows update (#15872) @MBilalShafi
34+
- [l10n] Improve Korean (ko-KR) locale (#15906) @good-jinu
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]`.
39+
40+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
41+
42+
Same changes as in `@mui/[email protected]`.
43+
44+
### Date and Time Pickers
45+
46+
#### `@mui/[email protected]`
47+
48+
- [pickers] Add verification to disable skipped hours in spring forward DST (#15918) @flaviendelangle
49+
50+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51+
52+
Same changes as in `@mui/[email protected]`.
53+
654
## 7.23.2
755

856
_Dec 12, 2024_

Diff for: package.json

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

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

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