|
5 | 5 | All notable changes to this project will be documented in this file. |
6 | 6 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
7 | 7 |
|
| 8 | +## 8.16.0 |
| 9 | + |
| 10 | +_Oct 29, 2025_ |
| 11 | + |
| 12 | +We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: |
| 13 | + |
| 14 | +- 🖌️ Add `brush` zoom interaction to charts |
| 15 | +- 🔁 [Server-side update](https://mui.com/x/react-data-grid/server-side-data/#updating-server-side-data) in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the [demo](https://mui.com/x/react-data-grid/server-side-data/aggregation/#usage-with-tree-data). |
| 16 | + |
| 17 | +Special thanks go out to the community members for their valuable contributions: |
| 18 | +@felix-wg, @frncesc, @sai6855 |
| 19 | + |
| 20 | +The following are all team members who have contributed to this release: |
| 21 | +@alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes |
| 22 | + |
| 23 | +### Data Grid |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +- [DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version (#20110) @felix-wg |
| 28 | +- [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc |
| 29 | + |
| 30 | +#### `@mui/ [email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 31 | + |
| 32 | +Same changes as in `@mui/ [email protected]`, plus: |
| 33 | + |
| 34 | +- [DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` (#20116) @arminmeh |
| 35 | +- [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi |
| 36 | + |
| 37 | +#### `@mui/ [email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 38 | + |
| 39 | +Same changes as in `@mui/ [email protected]`, plus: |
| 40 | + |
| 41 | +- [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh |
| 42 | +- [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855 |
| 43 | +- [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh |
| 44 | + |
| 45 | +### Date and Time Pickers |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +- [pickers] Prevent blur event propagation on individual sections (#19825) @michelengelen |
| 50 | + |
| 51 | +#### `@mui/ [email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 52 | + |
| 53 | +Same changes as in `@mui/ [email protected]`. |
| 54 | + |
| 55 | +### Charts |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | +- [charts] Allow tooltip to anchor items (#19954) @alexfauquette |
| 60 | +- [charts] Fix behavior of grouped axis (#20118) @JCQuintas |
| 61 | +- [charts] Move scale symlog inside scales (#20137) @JCQuintas |
| 62 | +- [charts] Fix AreaChartConnectNulls demo height not correctly resizing (#20078) @sai6855 |
| 63 | +- [charts] Fix charts resizing overflow (#20080) @alexfauquette |
| 64 | +- [charts] Fix tooltip not showing on first render (#20115) @bernardobelchior |
| 65 | +- [charts] Handle `undefined` id and color in series (#20087) @bernardobelchior |
| 66 | +- [charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks (#20132) @Copilot |
| 67 | +- [charts] Use static data for perf (#20072) @JCQuintas |
| 68 | +- [charts] Move scale symlog inside scales (#20137) @JCQuintas |
| 69 | + |
| 70 | +#### `@mui/ [email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 71 | + |
| 72 | +Same changes as in `@mui/ [email protected]`, plus: |
| 73 | + |
| 74 | +- [charts-pro] Add `brush` zoom interaction (#19899) @JCQuintas |
| 75 | +- [charts-pro] Add sankey performance check (#20069) @JCQuintas |
| 76 | + |
| 77 | +#### `@mui/ [email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 78 | + |
| 79 | +Same changes as in `@mui/ [email protected]`. |
| 80 | + |
| 81 | +### Tree View |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | +Internal changes. |
| 86 | + |
| 87 | +#### `@mui/ [email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 88 | + |
| 89 | +Same changes as in `@mui/ [email protected]`. |
| 90 | + |
| 91 | +### Codemod |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +Internal changes. |
| 96 | + |
| 97 | +### Core |
| 98 | + |
| 99 | +- [code-infra] Setup eslint compat plugin (#20105) @brijeshb42 |
| 100 | +- [code-infra] Improve store types (#20129) @JCQuintas |
| 101 | +- [docs] Update the callout in `rows` prop documentation (#20127) @MBilalShafi |
| 102 | +- [docs-infra] Refine changelog contributor acknowledgment messages (#20123) @mbrookes |
| 103 | + |
| 104 | +### Miscellaneous |
| 105 | + |
| 106 | +- [x-telemetry] Skip telemetry tests on browser mode (#20122) @bernardobelchior |
| 107 | + |
8 | 108 | ## 8.15.0 |
9 | 109 |
|
10 | 110 | _Oct 23, 2025_ |
|
0 commit comments