|
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.2.0 |
| 9 | + |
| 10 | +_May 1, 2025_ |
| 11 | + |
| 12 | +We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: |
| 13 | + |
| 14 | +- 📊 `<FunnelChart/>` now uses the `strawberrySky` sequential color palette by default. |
| 15 | + <img width="481" alt="Screenshot 2025-04-29 at 13 55 21" src="https://github.com/user-attachments/assets/182085d1-a7ce-4e4d-9d8d-a4fe87f27167" /> |
| 16 | +- 📊 Add API to export a chart as an image: `apiRef.exportAsImage` — [Learn more](https://mui.com/x/react-charts/export/#export-as-image). |
| 17 | + |
| 18 | +Special thanks go out to the community members for their valuable contributions: |
| 19 | +@federico-ntr, @nusr. |
| 20 | +Following are all team members who have contributed to this release: |
| 21 | +@alexfauquette, @arminmeh, @bernardobelchior, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @romgrk. |
| 22 | + |
| 23 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 24 | + |
| 25 | +### Data Grid |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +- [DataGrid] Fix panel alignment (#17625) @KenanYusuf |
| 30 | +- [DataGrid] Fix theme `defaultProps` causing unwanted re-renders (#17490) @KenanYusuf |
| 31 | +- [DataGrid] Fix circular reference error (#17591) @romgrk |
| 32 | +- [DataGrid] Fix `<GridEditInputCell />` break input (#16773) @nusr |
| 33 | + |
| 34 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 35 | + |
| 36 | +Same changes as in `@mui/[email protected]`, plus: |
| 37 | + |
| 38 | +- [DataGridPro] Use intersection observer to trigger server-side infinite loading (#17369) @arminmeh |
| 39 | + |
| 40 | +#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 41 | + |
| 42 | +Same changes as in `@mui/[email protected]`. |
| 43 | + |
| 44 | +### Date and Time Pickers |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +- [l10n] Improve Italian (it-IT) locale (#17600) @federico-ntr |
| 49 | +- [pickers] Refactor owner state typing (#17517) @LukasTy |
| 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] Add library name to errors (#17547) @bernardobelchior |
| 60 | +- [charts] Add monochrome palettes (#17610) @JCQuintas |
| 61 | +- [charts] Add screenshot of the tooltip (#17395) @alexfauquette |
| 62 | +- [charts] Default bar chart x-axis scale type to band (#17519) @bernardobelchior |
| 63 | +- [charts] Document axis ID uniqueness constraints (#17630) @bernardobelchior |
| 64 | +- [charts] Refactor axis types (#17632) @bernardobelchior |
| 65 | +- [charts] Use `<circle />` for circular legend mark (#17590) @alexfauquette |
| 66 | + |
| 67 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 68 | + |
| 69 | +Same changes as in `@mui/[email protected]`, plus: |
| 70 | + |
| 71 | +- [charts-pro] Add `gap` option to `<FunnelChart />` (#17642) @JCQuintas |
| 72 | +- [charts-pro] Export charts as image (#17353) @bernardobelchior |
| 73 | +- [charts-pro] Simplify zoom testing (#17525) @JCQuintas |
| 74 | +- [charts-pro] Use new sequential color palette in `<FunnelChart />` (#17606) @JCQuintas |
| 75 | + |
| 76 | +### Tree View |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +Internal changes. |
| 81 | + |
| 82 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 83 | + |
| 84 | +Same changes as in `@mui/[email protected]`. |
| 85 | + |
| 86 | +### Docs |
| 87 | + |
| 88 | +- [docs][charts] Add composition sections (#17377) @alexfauquette |
| 89 | +- [docs][charts] Add docs on tooltip style (#17601) @bernardobelchior |
| 90 | +- [docs][charts] Fix highlighting heading structure (#17581) @oliviertassinari |
| 91 | +- [docs][charts] Improve export docs (#17538) @oliviertassinari |
| 92 | +- [docs][charts] Similar introduction on most charts pages (#17374) @alexfauquette |
| 93 | +- [docs][DataGrid] Clear component docs (#17540) @oliviertassinari |
| 94 | +- [docs] Explicitly state that `groupingColDef` reference needs to be stable (#17544) @arminmeh |
| 95 | +- [docs] Fix <kbd> a11y (#17536) @oliviertassinari |
| 96 | +- [docs] Fix CodeSandbox spelling @oliviertassinari |
| 97 | +- [docs] Fix coding style function @oliviertassinari |
| 98 | +- [docs] Fix migration guide format (#17450) @oliviertassinari |
| 99 | +- [docs] Improve data grid export docs (#17551) @MBilalShafi |
| 100 | +- [docs] Remove leftover `@next` usages (#17542) @LukasTy |
| 101 | + |
| 102 | +### Core |
| 103 | + |
| 104 | +- [core] Add security label to dependabot PRs @oliviertassinari |
| 105 | +- [core] Allow post-install vale @oliviertassinari |
| 106 | +- [core] Component consistency @oliviertassinari |
| 107 | +- [core] Fix all Vale errors @oliviertassinari |
| 108 | +- [core] Move `loadStyleSheets` to internals and use it in data grid and charts (#17548) @bernardobelchior |
| 109 | +- [core] Remove empty version (#17582) @oliviertassinari |
| 110 | +- [core] Remove eslint from codemod spec files (#17443) @alexfauquette |
| 111 | +- [core] Remove unnecessary versions (#17597) @oliviertassinari |
| 112 | +- [code-infra] Allow postinstall scripts for packages requesting it (#17635) @LukasTy |
| 113 | +- [code-infra] Data Grid `vitest` changes (#17619) @JCQuintas |
| 114 | +- [code-infra] Fix date-time sensitive tests (#17644) @JCQuintas |
| 115 | +- [code-infra] Fix extension handling for type imports (#17636) @Janpot |
| 116 | +- [code-infra] Further remove `clock=fake` and add `async act` for datagrid (#17563) @JCQuintas |
| 117 | +- [code-infra] Latest vitest picker changes (#17577) @JCQuintas |
| 118 | +- [docs-infra] Fix Vale no longer working (#17602) @alexfauquette |
| 119 | +- [docs-infra] Uniformize Vale between repositories @oliviertassinari |
| 120 | +- [infra] Updates to `branch switch comments` (#17589) @michelengelen |
| 121 | +- [x-telemetry] Fix issue with get machineid hash (#17614) @hasdfa |
| 122 | + |
8 | 123 | ## 8.1.0
|
9 | 124 |
|
10 | 125 | _Apr 24, 2025_
|
|
0 commit comments