diff --git a/CHANGELOG.md b/CHANGELOG.md index 093ec4b3e0330..43d7504bb4fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,105 @@ # Changelog +## 9.5.0 + +_Jun 11, 2026_ + +We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨: + +- 🎁 New [`multiSelect` column type for Data Grid Pro](https://mui.com/x/react-data-grid/column-definition/#MultiSelectColumn) +- 🚀 New [renderer="svg-progressive"](https://mui.com/x/react-charts/scatter/#progressive-renderer) paints scatter points in batched frames so large datasets render smoothly without blocking the main thread. +- 🐞 Bugfixes +- 📚 Documentation improvements + +Special thanks go out to community members @mustafajw07 and @Anexus5919 for their valuable contribution. + +The following team members contributed to this release: +@alexfauquette, @JCQuintas, @rita-codes, @rluzists1, @sai6855, @siriwatknp, @arminmeh, @brijeshb42 + +### Data Grid + +#### `@mui/x-data-grid@9.5.0` + +- [DataGrid] Restrict warning messages to non-production environments in various components (#22461) @sai6855 +- [DataGrid] Prevent React state update before mount (#22374) @arminmeh + +#### `@mui/x-data-grid-pro@9.5.0` [![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@9.5.0`, plus: + +- [DataGridPro] Add new `multiSelect` column type (#21157) @siriwatknp + +#### `@mui/x-data-grid-premium@9.5.0` [![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@9.5.0`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@9.5.0` + +- [pickers] Fix missing export of `th-TH` (#22703) @alexfauquette + +#### `@mui/x-date-pickers-pro@9.5.0` [![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@9.5.0`. + +### Charts + +#### `@mui/x-charts@9.5.0` + +- [charts] Add `FocusedBar` component to `BarScatterComposition` demo (#22704) @sai6855 +- [charts] Add dedicated Bubble Chart documentation page (#22688) @mustafajw07 +- [charts] Add progressive scatter renderer (#22518) @JCQuintas +- [charts] Avoid full axis pipeline rebuild on resize (#22695) @JCQuintas +- [charts] Document focus indicator in composition page (#22712) @JCQuintas +- [charts] Fix `ChartsTooltip` `container` and `disablePortal` props being ignored (#22690) @JCQuintas +- [charts] Make ordinal scales O(1) to copy and re-range (#22691) @JCQuintas +- [charts] Stabilize WebGL bar rendering at sub-pixel widths (#22678) @JCQuintas +- [charts] Use the series config to define value types (#22693) @sai6855 +- [charts] Decouple interaction hook from the cartesian zoom (#22708) @alexfauquette + +#### `@mui/x-charts-pro@9.5.0` [![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@9.5.0`, plus: + +- [charts-pro] Add missing focus highlight (#22689) @alexfauquette + +#### `@mui/x-charts-premium@9.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') + +Same changes as in `@mui/x-charts-pro@9.5.0`, plus: + +- [charts-premium] Set `Heatmap` WebGL render as stable (#22665) @alexfauquette +- [charts-premium] Stabilize candlestick charts (#22666) @alexfauquette +- [charts-premium] Stabilize the radial charts (#22655) @alexfauquette + +### Scheduler + +#### `@mui/x-scheduler@9.0.0-beta.1` + +Internal changes. + +#### `@mui/x-scheduler-premium@9.0.0-beta.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') + +Same changes as in `@mui/x-scheduler@9.0.0-beta.1`, plus: + +- [scheduler] Remove dead CSS variable writes in `EventTimelinePremiumContent` (#22720) @rita-codes +- [scheduler] Show scope dialog when deleting a recurring event (#22552) @Anexus5919 + +### Core + +- [docs-infra] Fix immutable cache headers for `/\_next/static` assets (#22747) @brijeshb42 +- [docs-infra] Prefix `/\_next/static` cache header rule with `/x` basePath (#22748) @brijeshb42 +- [code-infra] Update dependencies to resolve Dependabot security alerts (#22714) @Janpot + +### Docs + +- [docs] Fix broken links checker crashing on 404 known-targets fetch (#22707) @sai6855 +- [docs] Fix country data (#22716) @alexfauquette + +### Miscellaneous + +- [legal] Update EULA links in docs (#22717) @rluzists1 + ## 9.4.0 diff --git a/package.json b/package.json index 0b0c9314c3b7f..09fcd4447e859 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.4.0", + "version": "9.5.0", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts-premium/package.json b/packages/x-charts-premium/package.json index 2fa809b1bbc37..9613b2d7bf16a 100644 --- a/packages/x-charts-premium/package.json +++ b/packages/x-charts-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-premium", - "version": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The Premium plan edition of the MUI X Charts components.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-charts-pro/package.json b/packages/x-charts-pro/package.json index 12fd479c1da8e..59d69c62061d7 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Charts components.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 734bedda45da1..cbc671009b61a 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The community edition of MUI X Charts components.", "license": "MIT", diff --git a/packages/x-chat/package.json b/packages/x-chat/package.json index fc9d66b0ea274..55e28a98e6e63 100644 --- a/packages/x-chat/package.json +++ b/packages/x-chat/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-chat", - "version": "9.0.0-alpha.8", + "version": "9.0.0-alpha.9", "author": "MUI Team", "description": "The community edition of the MUI X Chat components.", "license": "MIT", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index d0c0b72a982f8..418fcc23f6313 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "Generate fake data for demo purposes only.", "license": "MIT", diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index b36263ed2f23c..19c73a18dba58 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The Premium plan edition of the MUI X Data Grid Components.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index 7f9ba1bb84c74..97c9bcb3c833a 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Data Grid components.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index 1895a9989f23a..ef683ee5d154c 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The Community plan edition of the MUI X Data Grid components.", "license": "MIT", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 803a30ae42073..f4479e6284f77 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Date and Time Picker components.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index d09ae6f538f2a..f787237934e8c 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": "9.4.0", + "version": "9.5.0", "author": "MUI Team", "description": "The community edition of the MUI X Date and Time Picker components.", "license": "MIT", diff --git a/packages/x-scheduler-internals-premium/package.json b/packages/x-scheduler-internals-premium/package.json index 868d3f3afab2d..0473099dbe55c 100644 --- a/packages/x-scheduler-internals-premium/package.json +++ b/packages/x-scheduler-internals-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-scheduler-internals-premium", - "version": "9.0.0-beta.0", + "version": "9.0.0-beta.1", "author": "MUI Team", "description": "The Premium plan edition of the MUI X Scheduler internals.", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-scheduler-internals/package.json b/packages/x-scheduler-internals/package.json index da6404cf8f378..2c0a799418af4 100644 --- a/packages/x-scheduler-internals/package.json +++ b/packages/x-scheduler-internals/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-scheduler-internals", - "version": "9.0.0-beta.0", + "version": "9.0.0-beta.1", "author": "MUI Team", "description": "The community edition of the MUI X Scheduler internals.", "license": "MIT", diff --git a/packages/x-scheduler-premium/package.json b/packages/x-scheduler-premium/package.json index 80887df3af018..cec941b13ddf0 100644 --- a/packages/x-scheduler-premium/package.json +++ b/packages/x-scheduler-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-scheduler-premium", - "version": "9.0.0-beta.0", + "version": "9.0.0-beta.1", "author": "MUI Team", "description": "The Premium plan edition of the scheduler components (MUI X).", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/x-scheduler/package.json b/packages/x-scheduler/package.json index ba278ec8ca96e..d52764bb2f826 100644 --- a/packages/x-scheduler/package.json +++ b/packages/x-scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-scheduler", - "version": "9.0.0-beta.0", + "version": "9.0.0-beta.1", "author": "MUI Team", "description": "The community edition of the Scheduler component (MUI X).", "license": "MIT",