|
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.14 |
| 9 | + |
| 10 | +_Mar 7, 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 | +- 🚀📊 New Pro Chart: It is now possible to create Funnel charts—perfect for visualizing conversions, sales pipelines and more! |
| 15 | + <img width="418" alt="Screenshot 2025-01-31 at 12 22 31" src="https://github.com/user-attachments/assets/8cd26821-5f11-46bf-a9bb-34d212880a47" /> |
| 16 | +- 🎁 The first iteration of the radar chart is available. Features and refinements will be added in the coming weeks. |
| 17 | +- 🛠️ New and improved [Toolbar component](https://next.mui.com/x/react-data-grid/components/toolbar/) for the data grid |
| 18 | +- 🐞 Bugfixes |
| 19 | + |
| 20 | +Special thanks go out to the community member for their valuable contributions: |
| 21 | +@vadimka123. |
| 22 | + |
| 23 | +Following are all team members who have contributed to this release: |
| 24 | +@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen, @noraleonte, @oliviertassinari. |
| 25 | + |
| 26 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 27 | + |
| 28 | +### Data Grid |
| 29 | + |
| 30 | +#### Breaking changes |
| 31 | + |
| 32 | +- The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar component—Settings menu](https://next.mui.com/x/react-data-grid/components/toolbar/#settings-menu) for an example. |
| 33 | +- The quick filter is now shown in the toolbar by default. Use `slotProps={{ toolbar: { showQuickFilter: false } }}` to hide it. |
| 34 | +- The `<GridSaveAltIcon />` icon is not exported anymore. Import `SaveAlt` from `@mui/icons-material` instead. |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +- [DataGrid] Fix `aria-hidden` console error when scrollbar is dragged (#16829) @arminmeh |
| 39 | +- [DataGrid] Fix scroll jump with dynamic row height (#16763) @cherniavskii |
| 40 | +- [DataGrid] New `<Toolbar />` component (#14611) @KenanYusuf |
| 41 | +- [DataGrid] Use new toolbar by default (#16814) @KenanYusuf |
| 42 | +- [DataGrid] Remove the quick filtering on a given column (#16738) @vadimka123 |
| 43 | + |
| 44 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 45 | + |
| 46 | +Same changes as in `@mui/[email protected]`. |
| 47 | + |
| 48 | +#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 49 | + |
| 50 | +Same changes as in `@mui/[email protected]`. |
| 51 | + |
| 52 | +### Date and Time Pickers |
| 53 | + |
| 54 | +#### Breaking changes |
| 55 | + |
| 56 | +- All Date Time Picker variants now use Digital Clock for time editing. |
| 57 | +- Stop passing invalid date to `onChange` when the date is partially filled — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#treat-partially-filled-date-as-null-in-onchange). |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +- [DateTimePicker] Use Digital Clock in all component variants (#16678) @LukasTy |
| 62 | +- [fields] Always use `props.value` as the source of truth when defined (#15875) @flaviendelangle |
| 63 | +- [fields] Fix Fields aria relationship with `helperText` (#16821) @LukasTy |
| 64 | +- [pickers] Add `TValidationProps` generic to the `PickerManager` interface (#16832) @flaviendelangle |
| 65 | +- [pickers] Fix `edge` property setting in different button position cases (#16838) @LukasTy |
| 66 | +- [pickers] Fix typo in JSDoc (#16831) @flaviendelangle |
| 67 | +- [pickers] Refactor the files in the `usePicker` folder (#16680) @flaviendelangle |
| 68 | + |
| 69 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 70 | + |
| 71 | +Same changes as in `@mui/[email protected]`. |
| 72 | + |
| 73 | +### Charts |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +- [charts] Fix `undefined` behaving differently from missing value for axis size (#16844) @bernardobelchior |
| 78 | +- [charts] Fix x-axis text anchor default when language is RTL (#16836) @bernardobelchior |
| 79 | +- [charts] Add Radar chart (#16406) @alexfauquette |
| 80 | +- [charts] Move series default color generation in the series config (#16752) @alexfauquette |
| 81 | +- [charts] Render axis title within axis size (#16730) @bernardobelchior |
| 82 | +- [charts] Split `defaultizeAxis` function into two (#16745) @bernardobelchior |
| 83 | +- [charts] Warn if axes data don't have enough elements (#16830) @alexfauquette |
| 84 | +- [charts] XAxis: Add defaults for `textAnchor` and `dominantBaseline` based on `angle` (#16817) @bernardobelchior |
| 85 | + |
| 86 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 87 | + |
| 88 | +Same changes as in `@mui/[email protected]`, plus: |
| 89 | + |
| 90 | +- [charts] Add Funnel chart (#14804) @JCQuintas |
| 91 | + |
| 92 | +### Tree View |
| 93 | + |
| 94 | +#### Breaking changes |
| 95 | + |
| 96 | +- The `selectItem` method has been renamed `setItemSelection`: |
| 97 | + |
| 98 | + ```diff |
| 99 | + const { publicAPI } = useTreeItemUtils(); |
| 100 | + |
| 101 | + const handleSelectItem() { |
| 102 | + - publicAPI.selectItem({ event, itemId: props.itemId, shouldBeSelected: true }) |
| 103 | + + publicAPI.setItemSelection({ event, itemId: props.itemId, shouldBeSelected: true }) |
| 104 | + } |
| 105 | + ``` |
| 106 | + |
| 107 | +- The `setItemExpansion` method now receives a single object instead of a list of parameters: |
| 108 | + |
| 109 | + ```diff |
| 110 | + const { publicAPI } = useTreeItemUtils(); |
| 111 | + |
| 112 | + const handleExpandItem() { |
| 113 | + - publicAPI.setItemExpansion(event, props.itemId, true) |
| 114 | + + publicAPI.setItemExpansion({ event, itemId: props.itemId, shouldBeExpanded: true }) |
| 115 | + } |
| 116 | + ``` |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | +- [TreeView] Clean the expansion and selection API methods (#16795) @flaviendelangle |
| 121 | + |
| 122 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 123 | + |
| 124 | +Same changes as in `@mui/[email protected]`. |
| 125 | + |
| 126 | +### Docs |
| 127 | + |
| 128 | +- [docs] Fix padding package install on mobile (#16794) @oliviertassinari |
| 129 | +- [docs] Typo fixes (#16835) @alexfauquette |
| 130 | + |
| 131 | +### Core |
| 132 | + |
| 133 | +- [code-infra] Fix console warning in telemetry package (#16816) @JCQuintas |
| 134 | +- [code-infra] Split date-picker test files (#16825) @JCQuintas |
| 135 | +- [infra] Replace PR label check workflow with reusable version (#16762) @michelengelen |
| 136 | +- [infra] Update label in priority-support issue template (#16767) @michelengelen |
| 137 | +- [test] Add timeout to flaky screenshot tests (#16852) @LukasTy |
| 138 | + |
8 | 139 | ## 8.0.0-alpha.13
|
9 | 140 |
|
10 | 141 | _Feb 28, 2025_
|
|
0 commit comments