|
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.1.0 |
| 9 | + |
| 10 | +_Apr 24, 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 | +- 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`. |
| 15 | +- 📚 Documentation improvements |
| 16 | +- 🐞 Bugfixes |
| 17 | + |
| 18 | +Special thanks go out to the community members for their valuable contributions: |
| 19 | +@lhilgert9, @ArturAghakaryan, @sai6855. |
| 20 | +Following are all team members who have contributed to this release: |
| 21 | +@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @joserodolfofreitas, @KenanYusuf, @LukasTy, @mapache-salvaje, @oliviertassinari, @romgrk. |
| 22 | + |
| 23 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 24 | + |
| 25 | +### Data Grid |
| 26 | + |
| 27 | +#### `@mui/x-data-grid@8.1.0` |
| 28 | + |
| 29 | +- [DataGrid] Allow row deselection with multiple rows selected (#17473) @arminmeh |
| 30 | +- [DataGrid] Fix column title truncation on touch devices (#17375) @KenanYusuf |
| 31 | +- [DataGrid] Remove internal usage of `material` prop (#17513) @KenanYusuf |
| 32 | +- [DataGrid] Fix apiRef not being passed on onCellClick params (#17335) @sai6855 |
| 33 | +- [DataGrid] Add Armenian (hy-AM) locale (#17527) @ArturAghakaryan |
| 34 | + |
| 35 | +#### `@mui/x-data-grid-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 36 | + |
| 37 | +Same changes as in `@mui/x-data-grid@8.1.0`, plus: |
| 38 | + |
| 39 | +- [DataGridPro] Fix locales.ts export (#17433) @lhilgert9 |
| 40 | +- [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17482) @cherniavskii |
| 41 | +- [DataGridPro] Fix expandable rows detail content height updates (#17394) @arminmeh |
| 42 | + |
| 43 | +#### `@mui/x-data-grid-premium@8.1.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 44 | + |
| 45 | +Same changes as in `@mui/x-data-grid-pro@8.1.0`. |
| 46 | + |
| 47 | +### Date and Time Pickers |
| 48 | + |
| 49 | +#### `@mui/x-date-pickers@8.1.0` |
| 50 | + |
| 51 | +- [pickers] Improve `PickersInputBase` owner state typing (#17478) @LukasTy |
| 52 | + |
| 53 | +#### `@mui/x-date-pickers-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 54 | + |
| 55 | +Same changes as in `@mui/x-date-pickers@8.1.0`. |
| 56 | + |
| 57 | +### Charts |
| 58 | + |
| 59 | +- Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`. |
| 60 | + |
| 61 | +#### `@mui/x-charts@8.1.0` |
| 62 | + |
| 63 | +- [charts] Add a localization provider (#17325) @alexfauquette |
| 64 | +- [charts] Add codemod for replacing legend's hidden slot prop (#17392) @bernardobelchior |
| 65 | +- [charts] Fix chart visual tests flakiness (#17469) @bernardobelchior |
| 66 | +- [charts] Fix tooltip position (#17440) @alexfauquette |
| 67 | +- [charts] Improve axis tooltip performances (#17398) @alexfauquette |
| 68 | +- [charts] Move radar from under development to preview (#17418) @alexfauquette |
| 69 | +- [charts] Advance time in charts regression tests (#17420) @bernardobelchior |
| 70 | +- [charts] Fix charts visuals flakiness (#17472) @bernardobelchior |
| 71 | +- [charts] Move `rafThrottle` on event handlers instead of setter (#17489) @bernardobelchior |
| 72 | + |
| 73 | +#### `@mui/x-charts-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 74 | + |
| 75 | +Same changes as in `@mui/x-charts@8.1.0`, plus: |
| 76 | + |
| 77 | +- [charts-pro] Add export as PDF/print functionality (#17285) @bernardobelchior |
| 78 | +- [charts-pro] Fix axis zoom being disabled when not specified in `initialZoom` (#17500) @bernardobelchior |
| 79 | + |
| 80 | +### Tree View |
| 81 | + |
| 82 | +#### `@mui/x-tree-view@8.1.0` |
| 83 | + |
| 84 | +Internal changes. |
| 85 | + |
| 86 | +#### `@mui/x-tree-view-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 87 | + |
| 88 | +Same changes as in `@mui/x-tree-view@8.1.0`. |
| 89 | + |
| 90 | +### Docs |
| 91 | + |
| 92 | +- [docs] Fix AI Assistant Panel Trigger demo (#17426) @KenanYusuf |
| 93 | +- [docs] Fix DataGrid's master-detail demo for one expanded detail panel at a time (#17471) @arminmeh |
| 94 | +- [docs] Improve StackOverflow links (#17483) @oliviertassinari |
| 95 | +- [docs] Refine charts demos (#17417) @alexfauquette |
| 96 | +- [docs] Remove ad on paid docs pages (#17373) @oliviertassinari |
| 97 | +- [docs] Serve migration guides in raw markdown format (#17210) @cherniavskii |
| 98 | +- [docs] Fix heading structure (#17495) @oliviertassinari |
| 99 | +- [docs] Revise the Row Grouping doc (#16217) @mapache-salvaje |
| 100 | +- [docs] Fix ellipsis in the demo (#17476) @oliviertassinari |
| 101 | +- [docs] Add docs information for Legend HTML (#17502) @alexfauquette |
| 102 | +- [docs] Refine charts demos (#17417) @alexfauquette |
| 103 | +- [tree view][docs] Copyedit the Tree View Overview page (#17498) @mapache-salvaje |
| 104 | + |
| 105 | +### Core |
| 106 | + |
| 107 | +- [core] Bump `@types/node` (#17444) @LukasTy |
| 108 | +- [core] Remove `react-is` dependency (#17470) @LukasTy |
| 109 | +- [core] Remove redundant `overridesResolver` in `styled` components (#17466) @romgrk |
| 110 | +- [core] Update support table (#17425) @joserodolfofreitas |
| 111 | +- [code-infra] Ditch `@babel/node` (#17446) @LukasTy |
| 112 | +- [code-infra] Further remove `clock=fake` from pickers (#17253) @JCQuintas |
| 113 | + |
8 | 114 | ## 8.0.0 |
9 | 115 |
|
10 | 116 | _Apr 17, 2025_ |
|
0 commit comments