|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 7.20.0 |
| 7 | + |
| 8 | +_Oct 11, 2024_ |
| 9 | + |
| 10 | +We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: |
| 11 | + |
| 12 | +- 📚 Updated ["What's new"](https://mui.com/x/whats-new/) page giving more detailed overview of the latest new features and other highlights |
| 13 | +- 📚 New [collapsible column groups demo](https://mui.com/x/react-data-grid/column-groups/#collapsible-column-groups) for the Data Grid component |
| 14 | +- 📚 New [Tree Item Customization](https://mui.com/x/react-tree-view/tree-item-customization/) documentation to learn how to use the new APIs to create custom Tree Items. The old APIs (`props.ContentComponent` and `props.ContentProps`) have been deprecated and will be removed in the new major version of the Tree View component. |
| 15 | +- 🌍 Improve Japanese (ja-JP) locale on the Data Grid component |
| 16 | +- 🐞 Bugfixes |
| 17 | +- 📚 Other documentation improvements |
| 18 | + |
| 19 | +Special thanks go out to the community contributors who have helped make this release possible: |
| 20 | +@k-rajat19, @kalyan90, @uma-neko, @vfbiby. |
| 21 | +Following are all team members who have contributed to this release: @alelthomas, @arminmeh, @arthurbalduini, |
| 22 | +@cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @noraleonte, @oliviertassinari, @samuelsycamore, @siriwatknp. |
| 23 | + |
| 24 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 25 | + |
| 26 | +### Data Grid |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +- [DataGrid] Add `onColumnHeaderContextMenu` event (#14734) @vfbiby |
| 31 | +- [DataGrid] Avoid row spanning computation of outdated rows (#14902) @MBilalShafi |
| 32 | +- [DataGrid] Fix scrollbar position not being updated after `scrollToIndexes` (#14888) @arminmeh |
| 33 | +- [DataGrid] Pass `rowId` param to `processRowUpdate` (#14821) @k-rajat19 |
| 34 | +- [l10n] Improve Japanese (ja-JP) locale (#14870) @uma-neko |
| 35 | + |
| 36 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 37 | + |
| 38 | +Same changes as in `@mui/[email protected]`, plus: |
| 39 | + |
| 40 | +- [DataGridPro] Fix wording on the `rowSelectionPropagation` JSDoc and doc section (#14907) @flaviendelangle |
| 41 | + |
| 42 | +#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 43 | + |
| 44 | +Same changes as in `@mui/[email protected]`. |
| 45 | + |
| 46 | +### Date and Time Pickers |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +- [pickers] Add `PageUp` and `PageDown` support for time components (#14812) @arthurbalduini |
| 51 | +- [pickers] Fix regression on `PickerValidDate` (#14896) @flaviendelangle |
| 52 | +- [pickers] Move the `DateFieldInPickerProps` interface to the `DatePicker` folder and rename it `DatePickerFieldProps` (same for time and date time) (#14828) @flaviendelangle |
| 53 | + |
| 54 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 55 | + |
| 56 | +Same changes as in `@mui/[email protected]`. |
| 57 | + |
| 58 | +### Charts |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +No changes since `@mui/[email protected]`. |
| 63 | + |
| 64 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 65 | + |
| 66 | +Same changes as in `@mui/[email protected]`. |
| 67 | + |
| 68 | +### Tree View |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +- [TreeItem] Deprecate the `ContentComponent` and `ContentProps` props (#14908) @flaviendelangle |
| 73 | +- [TreeView] Rework how items are being rendered in Rich Tree View components (#14749) @flaviendelangle |
| 74 | + |
| 75 | +### Docs |
| 76 | + |
| 77 | +- [docs] Update "What's new" page (#14858) @cherniavskii |
| 78 | +- [docs] Add collapsible column groups demo (#14818) @cherniavskii |
| 79 | +- [docs] Add custom columns panel demo (#14825) @cherniavskii |
| 80 | +- [docs] Capitalize all instances of "Data Grid" (#14884) @samuelsycamore |
| 81 | +- [docs] Divide charts `tooltip` and `highlighting` pages (#14824) @JCQuintas |
| 82 | +- [docs] Document the `TreeItem2` component and the `useTreeItem2` hook (#14551) @noraleonte |
| 83 | +- [docs] Fix column pinning for "Disable detail panel content scroll" section (#14854 and #14885) @kalyan90 |
| 84 | +- [docs] Fix detail panel demo not working well with pinned columns (#14883) @cherniavskii |
| 85 | +- [docs] New recipe of a read-only field (#14606) @flaviendelangle |
| 86 | +- [docs] Change demo name example (#14822) @alelthomas |
| 87 | + |
| 88 | +### Core |
| 89 | + |
| 90 | +- [core] Support `@mui/utils` v6 (#14867) @siriwatknp |
| 91 | +- [code-infra] Remove deprecated `data-mui-test` in favour of `data-testid` (#14882) @JCQuintas |
| 92 | +- [code-infra] Update renovate config and add a `vitest` group (#14856) @JCQuintas |
| 93 | +- [test] Replace `waitFor()` with `act()` (#14851) @oliviertassinari |
| 94 | +- [test] Restore "pnpm tc" CLI (#14852) @oliviertassinari |
| 95 | + |
6 | 96 | ## 7.19.0 |
7 | 97 |
|
8 | 98 | _Oct 4, 2024_ |
|
678 | 768 |
|
679 | 769 | |
680 | 770 |
|
| 771 | +No changes since `@mui/[email protected]`. |
| 772 | + |
681 | 773 | ### Docs |
682 | 774 |
|
683 | 775 | - [docs] Add a warning to promote the usage of `updateRows` (#14027) @MBilalShafi |
|
0 commit comments