|
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-alpha.7 |
| 9 | + |
| 10 | +_Jan 9, 2025_ |
| 11 | + |
| 12 | +We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: |
| 13 | + |
| 14 | +- 📊 Charts legend is now an HTML element which can be styled more easily |
| 15 | +- 💫 Support [aggregation with server-side data](/x/react-data-grid/server-side-data/aggregation/) |
| 16 | +- 🏎️ Improve Data Grid aggregation performance |
| 17 | +- 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers |
| 18 | +- 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers |
| 19 | +- 🐞 Bugfixes |
| 20 | + |
| 21 | +Special thanks go out to the community contributors who have helped make this release possible: |
| 22 | +@derek-0000, @josteinjhauge, @k-rajat19, @nusr, @tomashauser. |
| 23 | +Following are all team members who have contributed to this release: |
| 24 | +@cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @arminmeh, @romgrk, @oliviertassinari. |
| 25 | + |
| 26 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 27 | + |
| 28 | +### Data Grid |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +- [DataGrid] Improve React 19 support (#15769) @LukasTy |
| 33 | +- [DataGrid] Add `name` attribute to the checkbox selection column (#15178) @derek-0000 |
| 34 | +- [DataGrid] Fix number filter field formatting values while typing (#16062) @arminmeh |
| 35 | +- [DataGrid] Fix select all checkbox state reset with server side data (#16034) @MBilalShafi |
| 36 | +- [DataGrid] Refactor: create base button props (#15930) @romgrk |
| 37 | +- [DataGrid] Refactor: create tooltip props (#16086) @romgrk |
| 38 | +- [DataGrid] Fix TS error (#16046) @cherniavskii |
| 39 | + |
| 40 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 41 | + |
| 42 | +Same changes as in `@mui/[email protected]`. |
| 43 | + |
| 44 | +#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 45 | + |
| 46 | +Same changes as in `@mui/[email protected]`, plus: |
| 47 | + |
| 48 | +- [DataGridPremium] Improve aggregation performance for multiple columns (#16097) @cherniavskii |
| 49 | +- [DataGridPremium] Make Aggregation keyboard accessible in the column menu (#15934) @k-rajat19 |
| 50 | +- [DataGridPremium] Server-side aggregation with data source (#15741) @MBilalShafi |
| 51 | + |
| 52 | +### Date and Time Pickers |
| 53 | + |
| 54 | +#### Breaking changes |
| 55 | + |
| 56 | +- The `date-fns` and `date-fns-jalali` date library adapters have been renamed to better align with the current stable major versions — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#✅-rename-date-fns-adapter-imports) |
| 57 | +- Update default `closeOnSelect` and Action Bar `actions` values - [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#update-default-closeonselect-and-action-bar-actions-values) |
| 58 | +- The component passed to the `layout` slot no longer receives the `value`, `onChange` and `onSelectShortcut` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-layout). |
| 59 | +- The component passed to the `toolbar` slot no longer receives the `value`, `onChange` and `isLandscape` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-toolbar). |
| 60 | +- The component passed to the `shortcuts` slot no longer receives the `onChange`, `isValid` and `isLandscape` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-shortcuts). |
| 61 | +- The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables-and-types). |
| 62 | +- The component passed to the `layout` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-layout). |
| 63 | +- The component passed to the `toolbar` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-toolbar). |
| 64 | +- The component passed to the `tabs` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-tabs). |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +- [fields] Handle focusing container with `inputRef.current.focus` on `accessibleFieldDOMStructure` (#15985) @LukasTy |
| 69 | +- [pickers] Always use `setValue` internally to update the picker value (#16056) @flaviendelangle |
| 70 | +- [pickers] Create a new context to pass the range position props to the layout components and to the views (#15846) @flaviendelangle |
| 71 | +- [pickers] Introduce a new concept of `manager` (#15339) @flaviendelangle |
| 72 | +- [pickers] Improve React 19 support (#15769) @LukasTy |
| 73 | +- [pickers] Memoize `<PickersActionBar />` (#16071) @LukasTy |
| 74 | +- [pickers] Remove `NonEmptyDateRange` type (#16035) @flaviendelangle |
| 75 | +- [pickers] Rename `AdapterDateFns` into `AdapterDateFnsV2` and `AdapterDateFnsV3` into `AdapterDateFns` (#16082) @LukasTy |
| 76 | +- [pickers] Rename `ctx.onViewChange` to `ctx.setView` and add it to the actions context (#16044) @flaviendelangle |
| 77 | +- [pickers] Support `date-fns-jalali` v4 (#16011) @LukasTy |
| 78 | +- [pickers] Update `closeOnSelect` and `actionBar.actions` default values (#15944) @LukasTy |
| 79 | +- [pickers] Use `usePickerContext()` and `usePickerActionsContext()` instead of passing props to the `shortcuts` and `toolbar` slots (#15948) @flaviendelangle |
| 80 | +- [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16033) @nusr |
| 81 | +- [l10n] Improve Norwegian (nb-NO) locale (#16089) @josteinjhauge |
| 82 | + |
| 83 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 84 | + |
| 85 | +Same changes as in `@mui/[email protected]`. |
| 86 | + |
| 87 | +### Charts |
| 88 | + |
| 89 | +#### Breaking changes |
| 90 | + |
| 91 | +- Removed `DefaultChartsLegend` component, since it is now easier to create custom legends — [Learn more](https://next.mui.com/x/react-charts/components/#html-components). |
| 92 | +- The default legend is now an HTML element and can be styled more easily. |
| 93 | +- The `width` and `height` properties of the charts now only apply to the `svg` element, and not their wrappers, this might cause some layout shifts. |
| 94 | +- `slotProps.legend.direction` now accepts `'horizontal' | 'vertical'` instead of `'row' | 'column'` — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#legend-direction-value-change-✅). |
| 95 | +- The `getSeriesToDisplay` function was removed in favor of the `useLegend` hook. — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#the-getseriestodisplay-function-was-removed). |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +- [charts] New HTML legend & styles (#15733) @JCQuintas |
| 100 | +- [charts] Improve React 19 support (#15769) @LukasTy |
| 101 | +- [charts] Fix 301 redirection in the API documentation @oliviertassinari |
| 102 | + |
| 103 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 104 | + |
| 105 | +Same changes as in `@mui/[email protected]`. |
| 106 | + |
| 107 | +### Tree View |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | +- [TreeView] Improve React 19 support (#15769) @LukasTy |
| 112 | + |
| 113 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 114 | + |
| 115 | +Same changes as in `@mui/[email protected]`. |
| 116 | + |
| 117 | +### Docs |
| 118 | + |
| 119 | +- [docs] Fix `EditingWithDatePickers` demo (#15967) @k-rajat19 |
| 120 | +- [docs] Fix inconsistent multi input range field separators (#16043) @flaviendelangle |
| 121 | +- [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16084) @tomashauser |
| 122 | +- [docs] Refactor Data Grid with Date Pickers example (#15992) @LukasTy |
| 123 | +- [docs] Unify the wording of the pickers slots breaking changes (#16036) @flaviendelangle |
| 124 | + |
| 125 | +### Core |
| 126 | + |
| 127 | +- [core] Clarify the release strategy (#16014) @MBilalShafi |
| 128 | +- [core] Small fixes on docs @oliviertassinari |
| 129 | +- [core] Sync with other repos @oliviertassinari |
| 130 | +- [core] Update the `release:version` docs (#16038) @cherniavskii |
| 131 | +- [code-infra] Add `testSkipIf` and `describeSkipIf` (#16049) @JCQuintas |
| 132 | +- [test] Stabilize flaky Data Grid tests (#16053) @LukasTy |
| 133 | + |
8 | 134 | ## 8.0.0-alpha.6
|
9 | 135 |
|
10 | 136 | _Dec 26, 2024_
|
|
0 commit comments