|
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.0.0-beta.2 |
| 9 | + |
| 10 | +_Mar 27, 2025_ |
| 11 | + |
| 12 | +We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: |
| 13 | + |
| 14 | +- 🔍 Update the Data Grid quick filter to be collapsed when not in use |
| 15 | +- 🐞 Bugfixes |
| 16 | + |
| 17 | +Special thanks go out to the community members for their valuable contributions: |
| 18 | +@lhilgert9. |
| 19 | +Following are all team members who have contributed to this release: |
| 20 | +@alexfauquette, @arminmeh, @flaviendelangle, @hasdfa, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @mnajdova, @romgrk. |
| 21 | + |
| 22 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 23 | + |
| 24 | +### Data Grid |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +- [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17057) @arminmeh |
| 29 | +- [DataGrid] Refactor: remove more material (#16922) @romgrk |
| 30 | +- [DataGrid] Update Quick Filter component to be expandable (#16862) @KenanYusuf |
| 31 | +- [DataGrid] Fix crash when used with `@mui/styled-engine-sc` (#17154) @KenanYusuf |
| 32 | + |
| 33 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 34 | + |
| 35 | +Same changes as in `@mui/[email protected]`, plus: |
| 36 | + |
| 37 | +- [DataGridPro] Data source: Allow expanding groups with unknown children (#17144) @MBilalShafi |
| 38 | + |
| 39 | +#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 40 | + |
| 41 | +Same changes as in `@mui/[email protected]`. |
| 42 | + |
| 43 | +### Date and Time Pickers |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +- [fields] Extract the props of each field slot into a standalone hook for easier re-use (#17114) @flaviendelangle |
| 48 | +- [pickers] Fix visual regression in Date Range Calendar's day (#17148) @flaviendelangle |
| 49 | +- [pickers] Remove all code duplication to apply default values to validation props (#17038) @flaviendelangle |
| 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] Memoize axes and series with default (#17156) @alexfauquette |
| 60 | +- [charts] Add pie benchmark (#17115) @JCQuintas |
| 61 | +- [charts] Fix CSS vars support for dark theme (#17106) @alexfauquette |
| 62 | +- [charts] Fix radar hover (#17134) @alexfauquette |
| 63 | +- [charts] Move axis interaction to selectors (#17039) @alexfauquette |
| 64 | +- [charts] Fix Pie benchmark (#17125) @JCQuintas |
| 65 | + |
| 66 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 67 | + |
| 68 | +Same changes as in `@mui/[email protected]`. |
| 69 | + |
| 70 | +### Tree View |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | +Internal changes. |
| 75 | + |
| 76 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 77 | + |
| 78 | +Same changes as in `@mui/[email protected]`. |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | +- [codemod] Add Data Grid codemods (#17121, #17124) @MBilalShafi |
| 83 | + |
| 84 | +### Docs |
| 85 | + |
| 86 | +- [docs] Fix example import for `ExportExcel` component (#17110) @KenanYusuf |
| 87 | + |
| 88 | +### Core |
| 89 | + |
| 90 | +- [code-infra] Remove `@mui/styles` dependency & patches (#17071) @mnajdova |
| 91 | +- [code-infra] Add more tests to slow screenshot tests (#17075) @JCQuintas |
| 92 | +- [code-infra] Fix pickers codecov (#17120) @JCQuintas |
| 93 | +- [code-infra] Move `isDeepEqual` to @mui/x-internals (#17129) @JCQuintas |
| 94 | +- [code-infra] Remove `test_regressions` step from React 18 pipeline (#17108) @LukasTy |
| 95 | +- [code-infra] Update some data-grid tests for vitest (#17078, #17104, #17146) @JCQuintas |
| 96 | +- [code-infra] Update some date-pickers tests for vitest (#17083) @JCQuintas |
| 97 | +- [infra] Update `issue-status-label-handler.yml` @michelengelen |
| 98 | +- [infra] Added reusable issue status label handler workflow (#17145) @michelengelen |
| 99 | +- [infra] Switch to reusable 'stale issues/PRs' workflow (#17107) @michelengelen |
| 100 | +- [telemetry] Improve request body size, update dependencies, and optimize SSR handling (#17008) @hasdfa |
| 101 | + |
8 | 102 | ## 8.0.0-beta.1
|
9 | 103 |
|
10 | 104 | _Mar 21, 2025_
|
|
0 commit comments