From 4e2de57641c8e64f250083853e4ba912a27d601d Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 19 Jun 2025 17:08:47 +0200 Subject: [PATCH 1/2] [release] v8.5.3 --- CHANGELOG.md | 94 +++++++++++++++++++++ package.json | 2 +- packages/x-charts-pro/package.json | 2 +- packages/x-charts-vendor/package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-codemod/package.json | 2 +- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/package.json | 2 +- packages/x-data-grid-pro/package.json | 2 +- packages/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/package.json | 2 +- packages/x-date-pickers/package.json | 2 +- packages/x-internal-gestures/package.json | 2 +- packages/x-internals/package.json | 2 +- packages/x-license/package.json | 2 +- packages/x-telemetry/package.json | 2 +- packages/x-tree-view-pro/package.json | 2 +- packages/x-tree-view/package.json | 2 +- 18 files changed, 111 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bacd22eabd5e4..4caa118439eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,100 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 8.5.3 + +_Jun 19, 2025_ + +We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨: + +TODO INSERT HIGHLIGHTS + +Special thanks go out to the community members for their valuable contributions: +@alisasanib, @arminmeh, @sai6855 + +The following are all team members who have contributed to this release: +@alexfauquette, @bernardobelchior, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari + +### Data Grid + +#### `@mui/x-data-grid@8.5.3` + +- [data grid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior +- [DataGrid] Fix column menu scroll close (#18065) @alisasanib +- [DataGrid] Fix page size issue with data source (#18419) @MBilalShafi + +#### `@mui/x-data-grid-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") + +Same changes as in `@mui/x-data-grid@8.5.3`, plus: + +- [DataGridPro] Ignore missing `rowCount` response when new children are fetched with the data source (#17711) @arminmeh + +#### `@mui/x-data-grid-premium@8.5.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") + +Same changes as in `@mui/x-data-grid-pro@8.5.3`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@8.5.3` + +- [pickers] Add `inputSizeSmall` to classes interface (#18242) @sai6855 + +#### `@mui/x-date-pickers-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") + +Same changes as in `@mui/x-date-pickers@8.5.3`. + +### Charts + +#### `@mui/x-charts@8.5.3` + +- [charts] Add `x-internal-gestures` package (#18307) @JCQuintas +- [charts] Add item class to list item around each series in legend (#18411) @bernardobelchior +- [charts] Allow `tabIndex` in surface and legend (#18344) @JCQuintas +- [charts] Explore selector typing (#18362) @alexfauquette +- [charts] Fix `FunnelChart` label positioning with different curves (#18354) @JCQuintas +- [charts] Fix highlight with number ids (#18423) @alexfauquette +- [charts] Make scatter chart use data attributes (#18048) @alexfauquette + +#### `@mui/x-charts-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") + +Same changes as in `@mui/x-charts@8.5.3`, plus: + +- [charts-pro] Add data-series to elements of funnel chart (#18067) @JCQuintas +- [charts-pro] Hide values outside minStart and maxEnd in zoom slider (#18336) @bernardobelchior + +### Tree View + +#### `@mui/x-tree-view@8.5.3` + +Internal changes. + +#### `@mui/x-tree-view-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") + +Same changes as in `@mui/x-tree-view@8.5.3`. + +### Codemod + +#### `@mui/x-codemod@8.5.3` + +Internal changes. + +### Docs + +- [docs] Fix 404 in charts docs (#18440) @alexfauquette +- [docs][pickers] Fix adapter version resolving when opening demo to edit (#18363) @LukasTy + +### Core + +- [core] Fix pnpm valelint error (#18420) @oliviertassinari + +### Miscellaneous + +- [code-infra] Add back a `Playwright` renovate group (#18397) @LukasTy +- [code-infra] Setup `CODEOWNERS` for charts repositories (#18418) @JCQuintas +- [code-infra] Strengthen `URL` usage for test config (#18444) @LukasTy +- [code-infra] Use `vitest` bundled types (#17758) @JCQuintas +- [infra] Stabilise tests by removing babel and plugins from vitest (#18341) @JCQuintas + ## 8.5.2 _Jun 12, 2025_ diff --git a/package.json b/package.json index 1bea2d4ba0c8d..8fe4b63f3034c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.5.2", + "version": "8.5.3", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts-pro/package.json b/packages/x-charts-pro/package.json index bb5ed66a670b7..ab4b80bcae3dc 100644 --- a/packages/x-charts-pro/package.json +++ b/packages/x-charts-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-pro", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Charts components.", "main": "src/index.ts", diff --git a/packages/x-charts-vendor/package.json b/packages/x-charts-vendor/package.json index 39436e4f8f18e..1232f4ede0b56 100644 --- a/packages/x-charts-vendor/package.json +++ b/packages/x-charts-vendor/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-vendor", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "Vendored dependencies for MUI X Charts.", "keywords": [ diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 5061e375436df..60635c89169ed 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The community edition of MUI X Charts components.", "main": "src/index.js", diff --git a/packages/x-codemod/package.json b/packages/x-codemod/package.json index d5e087aa7d850..0f003b7a53fec 100644 --- a/packages/x-codemod/package.json +++ b/packages/x-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-codemod", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "Codemod scripts for MUI X.", "bin": "./codemod.js", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 9c8ee7baec4ce..dc59ce4914c02 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "Generate fake data for demo purposes only.", "main": "src/index.ts", diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index 95b0a847a8012..d150263ea24f3 100644 --- a/packages/x-data-grid-premium/package.json +++ b/packages/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The Premium plan edition of the MUI X Data Grid Components.", "main": "src/index.ts", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index e56bd5650d79c..2dded96361022 100644 --- a/packages/x-data-grid-pro/package.json +++ b/packages/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Data Grid components.", "main": "src/index.ts", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index 2d870a8c9dbc4..22ca194206517 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The Community plan edition of the MUI X Data Grid components.", "main": "src/index.ts", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index d52818d51c6e8..34cbd642144c3 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers-pro", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Date and Time Picker components.", "main": "src/index.ts", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 3ec113ba77ac8..a89e4cb28f12b 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The community edition of the MUI X Date and Time Picker components.", "main": "src/index.ts", diff --git a/packages/x-internal-gestures/package.json b/packages/x-internal-gestures/package.json index f146789a9885b..8d96d26c723fe 100644 --- a/packages/x-internal-gestures/package.json +++ b/packages/x-internal-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-internal-gestures", - "version": "0.1.0", + "version": "0.1.1", "description": "The core engine of GestureEvents, a modern and robust multi-pointer gesture detection library for JavaScript.", "author": "MUI Team", "license": "MIT", diff --git a/packages/x-internals/package.json b/packages/x-internals/package.json index 50e9735f60bef..f8939aa6f2686 100644 --- a/packages/x-internals/package.json +++ b/packages/x-internals/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-internals", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "Utility functions for the MUI X packages (internal use only).", "license": "MIT", diff --git a/packages/x-license/package.json b/packages/x-license/package.json index 857bbae6b63d3..e957c6fb23f8c 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "MUI X License verification.", "main": "src/index.ts", diff --git a/packages/x-telemetry/package.json b/packages/x-telemetry/package.json index 0d148a93a3476..8f6e98e65c819 100644 --- a/packages/x-telemetry/package.json +++ b/packages/x-telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-telemetry", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "MUI X Telemetry.", "main": "src/index.ts", diff --git a/packages/x-tree-view-pro/package.json b/packages/x-tree-view-pro/package.json index 78adbefcbe416..42d5aef336355 100644 --- a/packages/x-tree-view-pro/package.json +++ b/packages/x-tree-view-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view-pro", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Tree View components.", "main": "src/index.ts", diff --git a/packages/x-tree-view/package.json b/packages/x-tree-view/package.json index 9182ea67e0526..22c0c97387ece 100644 --- a/packages/x-tree-view/package.json +++ b/packages/x-tree-view/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-tree-view", - "version": "8.5.2", + "version": "8.5.3", "author": "MUI Team", "description": "The community edition of the MUI X Tree View components.", "main": "src/index.ts", From c78613315eb3c7380358a8c6e9d20975c48ac67e Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Thu, 19 Jun 2025 22:59:29 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4caa118439eaf..c4ca8ccd7772c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## 8.5.3 - + _Jun 19, 2025_ We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨: -TODO INSERT HIGHLIGHTS +- 📚 Documentation improvements +- 🐞 Bugfixes Special thanks go out to the community members for their valuable contributions: @alisasanib, @arminmeh, @sai6855 @@ -23,17 +24,17 @@ The following are all team members who have contributed to this release: #### `@mui/x-data-grid@8.5.3` -- [data grid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior +- [DataGrid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior - [DataGrid] Fix column menu scroll close (#18065) @alisasanib - [DataGrid] Fix page size issue with data source (#18419) @MBilalShafi -#### `@mui/x-data-grid-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") +#### `@mui/x-data-grid-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@8.5.3`, plus: - [DataGridPro] Ignore missing `rowCount` response when new children are fetched with the data source (#17711) @arminmeh -#### `@mui/x-data-grid-premium@8.5.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") +#### `@mui/x-data-grid-premium@8.5.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@8.5.3`. @@ -43,7 +44,7 @@ Same changes as in `@mui/x-data-grid-pro@8.5.3`. - [pickers] Add `inputSizeSmall` to classes interface (#18242) @sai6855 -#### `@mui/x-date-pickers-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") +#### `@mui/x-date-pickers-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@8.5.3`. @@ -51,20 +52,19 @@ Same changes as in `@mui/x-date-pickers@8.5.3`. #### `@mui/x-charts@8.5.3` -- [charts] Add `x-internal-gestures` package (#18307) @JCQuintas - [charts] Add item class to list item around each series in legend (#18411) @bernardobelchior - [charts] Allow `tabIndex` in surface and legend (#18344) @JCQuintas - [charts] Explore selector typing (#18362) @alexfauquette -- [charts] Fix `FunnelChart` label positioning with different curves (#18354) @JCQuintas - [charts] Fix highlight with number ids (#18423) @alexfauquette - [charts] Make scatter chart use data attributes (#18048) @alexfauquette -#### `@mui/x-charts-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") +#### `@mui/x-charts-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@8.5.3`, plus: - [charts-pro] Add data-series to elements of funnel chart (#18067) @JCQuintas - [charts-pro] Hide values outside minStart and maxEnd in zoom slider (#18336) @bernardobelchior +- [charts-pro] Fix `FunnelChart` label positioning with different curves (#18354) @JCQuintas ### Tree View @@ -72,7 +72,7 @@ Same changes as in `@mui/x-charts@8.5.3`, plus: Internal changes. -#### `@mui/x-tree-view-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") +#### `@mui/x-tree-view-pro@8.5.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@8.5.3`. @@ -96,8 +96,9 @@ Internal changes. - [code-infra] Add back a `Playwright` renovate group (#18397) @LukasTy - [code-infra] Setup `CODEOWNERS` for charts repositories (#18418) @JCQuintas - [code-infra] Strengthen `URL` usage for test config (#18444) @LukasTy -- [code-infra] Use `vitest` bundled types (#17758) @JCQuintas +- [code-infra] Use `vitest` bundled types (#17758) @JCQuintas - [infra] Stabilise tests by removing babel and plugins from vitest (#18341) @JCQuintas +- [infra] Add automated release PR creation script (#18345) @michelengelen ## 8.5.2