Skip to content

Commit 5d94948

Browse files
alexfauquetteflaviendelangleMBilalShafi
authored
[release] v8.3.1 (#17833)
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Co-authored-by: Flavien DELANGLE <flaviendelangle@gmail.com> Co-authored-by: Bilal Shafi <bilalshafidev@gmail.com>
1 parent 0abaff9 commit 5d94948

File tree

18 files changed

+108
-16
lines changed

18 files changed

+108
-16
lines changed

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,96 @@
55
All notable changes to this project will be documented in this file.
66
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## 8.3.1
9+
10+
_May 14, 2025_
11+
12+
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🌍 Improve Norwegian Bokmål (nb-NO) locale on the Data Grid
15+
- 🌍 Improve Korean (ko-KR) locale on the Data Grid and Pickers
16+
- 📚 Documentation improvements
17+
- 🐞 Bugfixes
18+
19+
Special thanks go out to the community members for their valuable contributions:
20+
@100pearlcent, @htollefsen, @JanPretzel, @sai6855.
21+
Following are all team members who have contributed to this release:
22+
@bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @MBilalShafi, @oliviertassinari, @prakhargupta1.
23+
24+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
25+
26+
### Data Grid
27+
28+
#### `@mui/x-data-grid@8.3.1`
29+
30+
- [DataGrid] Add `reason` param for `onRowSelectionModelChange` callback (#17545) @sai6855
31+
- [DataGrid] Fix `renderContext` calculation loop (#17779) @cherniavskii
32+
- [DataGrid] Fix column spanning jump on scroll (#17759) @cherniavskii
33+
- [DataGrid] Fix material augmentation not working (#17761) @cherniavskii
34+
- [DataGrid] Use arguments selector for checkbox props (#17683) @MBilalShafi
35+
- [l10n] Improve Norwegian Bokmål (nb-NO) locale (#17766) @htollefsen
36+
- [l10n] Improve Korean (ko-KR) locale (#17484) @100pearlcent
37+
38+
#### `@mui/x-data-grid-pro@8.3.1` [![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/x-data-grid@8.3.1`.
41+
42+
#### `@mui/x-data-grid-premium@8.3.1` [![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/x-data-grid-pro@8.3.1`, plus:
45+
46+
- [DataGridPremium] Fix aggregation label not being used in pivot panel (#17760) @cherniavskii
47+
48+
### Date and Time Pickers
49+
50+
#### `@mui/x-date-pickers@8.3.1`
51+
52+
- [fields] Add notch to the field outlined when the label is manually shrank (#17620) @flaviendelangle
53+
- [l10n] Improve Korean (ko-KR) locale (#17484) @100pearlcent
54+
55+
#### `@mui/x-date-pickers-pro@8.3.1` [![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/x-date-pickers@8.3.1`.
58+
59+
### Charts
60+
61+
#### `@mui/x-charts@8.3.1`
62+
63+
- [charts] Fix infinite tick number when zoom range is zero (#17750) @bernardobelchior
64+
- [charts] Improve tick rendering performance (#17755) @bernardobelchior
65+
66+
#### `@mui/x-charts-pro@8.3.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
67+
68+
Same changes as in `@mui/x-charts@8.3.1`, plus:
69+
70+
- [charts-pro] Fix ESM build issue with Vite (#17774) @bernardobelchior
71+
- [charts-pro] Add benchmark for zoomed in scatter chart (#17756) @bernardobelchior
72+
73+
### Tree View
74+
75+
#### `@mui/x-tree-view@8.3.1`
76+
77+
Internal changes.
78+
79+
#### `@mui/x-tree-view-pro@8.3.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
80+
81+
Same changes as in `@mui/x-tree-view@8.3.1`.
82+
83+
### Docs
84+
85+
- [docs] Fix 301 to Next.js docs for license @oliviertassinari
86+
- [docs] Fix AI assistant API URL (#17745) @oliviertassinari
87+
- [docs] Fix heading structure in README @oliviertassinari
88+
- [docs] Fix translation keys documentation (#17811) @JanPretzel
89+
- [docs] Improve CHANGELOG format @oliviertassinari
90+
91+
### Core
92+
93+
- [core] Apply YAML convention, blank line only at top level @oliviertassinari
94+
- [code-infra] Fix dynamic import missing extensions (#17767) @Janpot
95+
- [code-infra] Replace `mocha` with `vitest` for browser & jsdom tests (#14508) @JCQuintas
96+
- [scheduler] Create the package and setup a private doc page (#17239) @flaviendelangle
97+
898
## 8.3.0
999

10100
_May 8, 2025_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.3.0",
2+
"version": "8.3.1",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-charts-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-pro",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Charts components.",
66
"main": "src/index.ts",

packages/x-charts-vendor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-vendor",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "Vendored dependencies for MUI X Charts.",
66
"keywords": [

packages/x-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The community edition of MUI X Charts components.",
66
"main": "src/index.js",

packages/x-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-codemod",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "Codemod scripts for MUI X.",
66
"bin": "./codemod.js",

packages/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "Generate fake data for demo purposes only.",
66
"main": "src/index.ts",

packages/x-data-grid-premium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The Premium plan edition of the MUI X Data Grid Components.",
66
"main": "src/index.ts",

packages/x-data-grid-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Data Grid components.",
66
"main": "src/index.ts",

packages/x-data-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The Community plan edition of the MUI X Data Grid components.",
66
"main": "src/index.ts",

packages/x-date-pickers-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Date and Time Picker components.",
66
"main": "src/index.ts",

packages/x-date-pickers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The community edition of the MUI X Date and Time Picker components.",
66
"main": "src/index.ts",

packages/x-internals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "Utility functions for the MUI X packages (internal use only).",
66
"license": "MIT",

packages/x-license/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "MUI X License verification.",
66
"main": "src/index.ts",

packages/x-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-telemetry",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "MUI X Telemetry.",
66
"main": "src/index.ts",

packages/x-tree-view-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view-pro",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Tree View components.",
66
"main": "src/index.ts",

packages/x-tree-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "MUI Team",
55
"description": "The community edition of the MUI X Tree View components.",
66
"main": "src/index.ts",

scripts/releaseChangelog.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ async function main(argv) {
274274
break;
275275
}
276276
});
277+
} else {
278+
otherCommits.push(commitItem);
277279
}
278280
break;
279281
}

0 commit comments

Comments
 (0)