Skip to content

Commit 4a6ffed

Browse files
michelengelenLukasTyarminmehalexfauquette
authored
v7.27.3 (#16848)
Signed-off-by: Michel Engelen <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]>
1 parent 068a7fb commit 4a6ffed

File tree

8 files changed

+49
-7
lines changed

8 files changed

+49
-7
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
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.27.3
7+
8+
_Mar 7, 2025_
9+
10+
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
Team members who have contributed to this release:
15+
@arminmeh, @cherniavskii, @LukasTy, @michelengelen.
16+
17+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
18+
19+
### Data Grid
20+
21+
#### `@mui/[email protected]`
22+
23+
- [DataGrid] Fix `aria-hidden` console error when scrollbar is dragged (#16834) @arminmeh
24+
- [DataGrid] Fix scroll jump with dynamic row height (#16801) @cherniavskii
25+
26+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27+
28+
Same changes as in `@mui/[email protected]`.
29+
30+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31+
32+
Same changes as in `@mui/[email protected]`.
33+
34+
### Date and Time Pickers
35+
36+
#### `@mui/[email protected]`
37+
38+
- [fields] Fix Fields aria relationship with `helperText` (#16828) @LukasTy
39+
40+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41+
42+
Same changes as in `@mui/[email protected]`.
43+
44+
### Core
45+
46+
- [infra] Update contributor acknowledgment wording (#16753) @michelengelen
47+
648
## 7.27.2
749

850
<!-- generated comparing v7.27.1..v7.x -->

package.json

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

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.27.2",
3+
"version": "7.27.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.27.2",
3+
"version": "7.27.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.27.2",
3+
"version": "7.27.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.27.2",
3+
"version": "7.27.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.27.1",
3+
"version": "7.27.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.27.1",
3+
"version": "7.27.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)