diff --git a/CHANGELOG.md b/CHANGELOG.md index bacd22eabd5e4..c4ca8ccd7772c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,101 @@ 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 ✨: + +- 📚 Documentation improvements +- 🐞 Bugfixes + +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` + +- [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') + +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 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 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 +- [charts-pro] Fix `FunnelChart` label positioning with different curves (#18354) @JCQuintas + +### 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 +- [infra] Add automated release PR creation script (#18345) @michelengelen + ## 8.5.2 _Jun 12, 2025_ diff --git a/package.json b/package.json index 7941c54f95cbf..e3c2e341afafd 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",