UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

1,372 lines (804 loc) 262 kB
# Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## 7.28.0 _Mar 17, 2025_ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - 🎁 Add support for `@mui/material` version 7 in all X packages - 🐞 Bugfixes - 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid - 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers Special thanks go out to the community contributors who have helped make this release possible: @Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr. Following are all team members who have contributed to this release: @arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.28.0` - [DataGrid] Add click propagation and prevents default on `toggleMenu` click (#16909) @michelengelen - [DataGrid] Fix `processRowUpdate()` error if the row is removed before it is executed (#16904) @arminmeh - [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough - [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi - [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635 - [DataGrid] Fix `printOptions` not respecting `hideFooter` root prop (#16915) @k-rajat19 - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr - [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz - [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj #### `@mui/x-data-grid-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.28.0`, plus: - [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi - [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh #### `@mui/x-data-grid-premium@7.28.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.28.0`, plus: - [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi ### Date and Time Pickers #### `@mui/x-date-pickers@7.28.0` - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16997) @nusr #### `@mui/x-date-pickers-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.28.0`, plus: - [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle ### Charts #### `@mui/x-charts@7.28.0` Internal changes. #### `@mui/x-charts-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.28.0`. ### Tree View #### `@mui/x-tree-view@7.28.0` Internal changes. #### `@mui/x-tree-view-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.28.0`. ### Docs - [docs] Fix link to the lazy loading demo for the DataGrid (#16912) @nusr ### Core - [core] Allow `@mui/material` v7 in dependencies (#16951) @LukasTy - [infra] Make tests on React 18 part of pipeline (#16958) @LukasTy ## 7.27.3 _Mar 7, 2025_ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes Team members who have contributed to this release: @arminmeh, @cherniavskii, @LukasTy, @michelengelen. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.27.3` - [DataGrid] Fix `aria-hidden` console error when scrollbar is dragged (#16834) @arminmeh - [DataGrid] Fix scroll jump with dynamic row height (#16801) @cherniavskii #### `@mui/x-data-grid-pro@7.27.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.27.3`. #### `@mui/x-data-grid-premium@7.27.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.27.3`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.27.3` - [fields] Fix Fields aria relationship with `helperText` (#16828) @LukasTy #### `@mui/x-date-pickers-pro@7.27.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.27.3`. ### Core - [infra] Update contributor acknowledgment wording (#16753) @michelengelen ## 7.27.2 <!-- generated comparing v7.27.1..v7.x --> _Feb 27, 2025_ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 🌍 Improve Hungarian (hu-HU) and Russian (ru-RU) locales on the Data Grid Special thanks go out to the community contributors who have helped make this release possible: @pcorpet, @noherczeg, @denpiligrim. Following are all team members who have contributed to this release: @MBilalShafi, @KenanYusuf. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@v7.27.2` - [DataGrid] Fix `showColumnVerticalBorder` prop (#16726) @KenanYusuf - [DataGrid] Make server-side data navigation consistent (#16735) @MBilalShafi - [DataGrid] Use readonly array for `GridSortModel` (#16731) @pcorpet - [l10n] Improve Hungarian (hu-HU) locale (#16746) @noherczeg - [l10n] Improve Russian (ru-RU) locale (#16725) @denpiligrim #### `@mui/x-data-grid-pro@v7.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@v7.27.2`. #### `@mui/x-data-grid-premium@v7.27.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@v7.27.2`. ## 7.27.1 _Feb 25, 2025_ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 🌍 Add Bangla (bn-BD) locale on the Data Grid and Date Pickers Special thanks go out to the community contributors who have helped make this release possible: @nusr, @officialkidmax. Following are all team members who have contributed to this release: @bernardobelchior, @MBilalShafi, @KenanYusuf. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.27.1` - [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16485) @nusr - [DataGrid] Extract `getRowId()` API method as a selector (#16574) @MBilalShafi - [DataGrid] Fix scrollbars overlapping cells on mount (#16653) @KenanYusuf - [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax #### `@mui/x-data-grid-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.27.1`. #### `@mui/x-data-grid-premium@7.27.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.27.1`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.27.1` - [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax #### `@mui/x-date-pickers-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.27.1`. ### Charts #### `@mui/x-charts@7.27.1` - [charts] Fix empty series array in pie chart (#16657) @bernardobelchior #### `@mui/x-charts-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.27.1`. ## 7.27.0 _Feb 17, 2025_ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - ⚡ Improve Data Grid Excel export serialization performance - 🐞 Bugfixes - 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locale on the Data Grid Special thanks go out to the community contributors who have helped make this release possible: @pawelkula, @Neonin. Following are all team members who have contributed to this release: @cherniavskii, @JCQuintas, @oliviertassinari, @arminmeh and @LukasTy ### Data Grid #### `@mui/x-data-grid@7.27.0` - [DataGrid] Add `resetPageOnSortFilter` prop that resets the page after sorting and filtering (#16580) @arminmeh - [DataGrid] Avoid `undefined` value for pagination `rowCount` (#16558) @cherniavskii - [l10n] Improve Polish (pl-PL) locale (#16594) @pawelkula - [l10n] Improve Ukrainian (uk-UA) locale (#16593) @Neonin #### `@mui/x-data-grid-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.27.0`. #### `@mui/x-data-grid-premium@7.27.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.27.0`, plus: - [DataGridPremium] Fix Excel export Web Worker demo not working in dev mode (#16532) @cherniavskii - [DataGridPremium] Improve Excel export serialization performance (#16545) @cherniavskii - [DataGridPremium] Namespace Excel export worker (#16539) @oliviertassinari ### Date and Time Pickers #### `@mui/x-date-pickers@7.27.0` Internal changes. #### `@mui/x-date-pickers-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.27.0`, plus: - [DateRangePicker] Avoid unnecessary field section focusing (#16569) @LukasTy ### Charts #### `@mui/x-charts@7.27.0` Internal changes. #### `@mui/x-charts-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') - [charts-pro] Fix automatic type overloads (#16579) @JCQuintas ### Core - [test] Fix Data Grid data source error test on React 18 (#16565) @arminmeh ## 7.26.0 _Feb 7, 2025_ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: - ⚡ Mount and resize performance improvements for the Data Grid - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @lauri865. Following are all team members who have contributed to this release: @arminmeh, @noraleonte, @LukasTy, @KenanYusuf, @flaviendelangle. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.26.0` - [DataGrid] Avoid `<GridRoot />` double-render pass on mount in SPA mode (#16480) @lauri865 #### `@mui/x-data-grid-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.26.0`, plus: - [DataGridPro] Fix the return type of `useGridApiContext()` for Pro and Premium packages on React < 19 (#16446) @arminmeh #### `@mui/x-data-grid-premium@7.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.26.0`, plus: - [DataGridPremium] Fix "no rows" overlay not showing with active aggregation (#16468) @KenanYusuf ### Date and Time Pickers #### `@mui/x-date-pickers@7.26.0` Internal changes. #### `@mui/x-date-pickers-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.26.0`, plus: - [DateRangePicker] Fix `currentMonthCalendarPosition` prop behavior on mobile (#16457) @LukasTy - [DateRangePicker] Fix vertical alignment for multi input fields (#16490) @noraleonte ### Charts #### `@mui/x-charts@7.26.0` Internal changes. #### `@mui/x-charts-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.26.0`. ### Tree View #### `@mui/x-tree-view@7.26.0` Internal changes. #### `@mui/x-tree-view-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.26.0`. ### Core - [core] Fix corepack and pnpm installation in CircleCI (#16452) @flaviendelangle ## 7.25.0 _Jan 31, 2025_ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @k-rajat19, @lauri865. Following are all team members who have contributed to this release: @KenanYusuf, @MBilalShafi, @arminmeh. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.25.0` - [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16368) @lauri865 - [DataGrid] Refactor row state propagation (#16351) @lauri865 - [DataGrid] Add missing style overrides (#16272) (#16358) @KenanYusuf - [DataGrid] Fix header filters keyboard navigation when there are no rows (#16369) @k-rajat19 - [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16364) @KenanYusuf - [DataGrid] Improve test coverage of server side data source (#15988) @MBilalShafi - [DataGrid] Remove outdated warning (#16370) @MBilalShafi - [DataGrid] Respect width of `iconContainer` during autosizing (#16409) @michelengelen #### `@mui/x-data-grid-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.25.0`, plus: - [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16348) @arminmeh - [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16382) @arminmeh #### `@mui/x-data-grid-premium@7.25.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.25.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.25.0` Internal changes. #### `@mui/x-date-pickers-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.25.0`. ### Charts #### `@mui/x-charts@7.25.0` Internal changes. #### `@mui/x-charts-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.25.0`. ### Tree View #### `@mui/x-tree-view@7.25.0` Internal changes. #### `@mui/x-tree-view-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.25.0`. ### Docs - [docs] Improve release documentation (#16322) @MBilalShafi ### Core - [test] Fix flaky data source tests in DataGrid (#16382) @lauri865 ## 7.24.1 _Jan 24, 2025_ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 🌍 Improve Persian (fa-IR) locale on the Data Grid Special thanks go out to the community contributors who have helped make this release possible: @mostafaRoosta74, @lauri865. Following are all team members who have contributed to this release: @alexfauquette, @JCQuintas, @cherniavskii, @LukasTy, @arminmeh. ### Data Grid #### `@mui/x-data-grid@7.24.1` - [DataGrid] Fix toggling preference panel from toolbar (#16276) @lauri865 - [DataGrid] Only try to mount filter button if there are filters present (#16269) @lauri865 - [DataGrid] Revert `apiRef` to be `MutableRefObject` for React versions < 19 (#16320) @arminmeh - [l10n] Improve Persian (fa-IR) locale (#15964) @mostafaRoosta74 #### `@mui/x-data-grid-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.24.1`. #### `@mui/x-data-grid-premium@7.24.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.24.1`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.24.1` - [fields] Reset `all` selected state on section edit (#16232) @LukasTy #### `@mui/x-date-pickers-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.24.1`. ### Charts #### `@mui/x-charts@7.24.1` - [charts] Handle case where gradient stop `offset` could be `Infinite` (@JCQuintas) (#16309) @JCQuintas #### `@mui/x-charts-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.24.1`. ### Tree View #### `@mui/x-tree-view@7.24.1` Internal changes. #### `@mui/x-tree-view-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.24.1`. ### Docs - [docs] Fix `domainLimit` definition (#16271) @alexfauquette ### Core - [core] Make `@mui/x-internals` a dependency of `@mui/x-license` (#16265) @alexfauquette - [test] Fix flaky column pinning tests (#16228) @cherniavskii - [test] Fix flaky tests (#16264) @lauri865 ## 7.24.0 _Jan 17, 2025_ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: - 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration) - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @lauri865, @AxharKhan. Following are all team members who have contributed to this release: @KenanYusuf, @arminmeh, @cherniavskii, @michelengelen, @samuelsycamore, @LukasTy. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.24.0` - [DataGrid] Fix resizing right pinned column (#16193) @KenanYusuf - [DataGrid] Improve scrollbar deadzone with overlay scrollbars (#16212) @lauri865 - [DataGrid] Scroll restoration (#16208) @lauri865 - [DataGrid] Fix row, cell and header memoizations (#16195) @lauri865 - [l10n] Improve Urdu (ur-PK) locale (#16081) @AxharKhan #### `@mui/x-data-grid-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.24.0`, plus: - [DataGridPro] Add test for column pinning with disabled column virtualization (#16196) @cherniavskii - [DataGridPro] Fix width of right-pinned column group during resize (#16207) @cherniavskii #### `@mui/x-data-grid-premium@7.24.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.24.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.24.0` Internal changes. #### `@mui/x-date-pickers-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.24.0`. ### Charts #### `@mui/x-charts@7.24.0` Internal changes. #### `@mui/x-charts-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.24.0`. ### Tree View #### `@mui/x-tree-view@7.24.0` Internal changes. #### `@mui/x-tree-view-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.24.0`. ### Docs - [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore - [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh ### Core - [core] Type all references as `RefObject` (#16125) @arminmeh - [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16214) @LukasTy - [infra] Improve cherry-pick action target list (#16188) @michelengelen - [test] Fix flaky column pinning unit test (#16209) @cherniavskii ## 7.23.6 _Jan 9, 2025_ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: - 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers - 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers - 🌍 Improve Dutch (nl-NL) locale on the Data Grid - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @josteinjhauge, @derek-0000, @nusr, @k-rajat19, @tomashauser. Following are all team members who have contributed to this release: @flaviendelangle, @LukasTy, @MBilalShafi, @arminmeh, @oliviertassinari, @cherniavskii. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.23.6` - [DataGrid] Improve React 19 support (#16048) @LukasTy - [DataGrid] Add `name` attribute to selection checkboxes (#16041) @derek-0000 - [DataGrid] Fix number filter field formatting values while typing (#16068) @arminmeh - [DataGrid] Fix select all checkbox state reset with server side data (#16039) @MBilalShafi #### `@mui/x-data-grid-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.23.6`. #### `@mui/x-data-grid-premium@7.23.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.23.6`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.23.6` - [pickers] Improve React 19 support (#16048) @LukasTy - [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16057) @nusr - [l10n] Improve Norwegian (nb-NO) locale (#16083) @josteinjhauge - [pickers] Support `date-fns-jalali` v4 (#16013) @LukasTy #### `@mui/x-date-pickers-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.23.6`. ### Charts #### `@mui/x-charts@7.23.6` - [charts] Improve React 19 support (#16048) @LukasTy - [charts] Fix 301 redirection in the API documentation @oliviertassinari #### `@mui/x-charts-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.23.6`. ### Tree View #### `@mui/x-tree-view@7.23.6` - [TreeView] Improve React 19 support (#16048) @LukasTy #### `@mui/x-tree-view-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.23.6`. ### Docs - [docs] Fix `EditingWithDatePickers` demo (#16047) @k-rajat19 - [docs] Fix doc warning for automatic children selection on tree view (#16037) @flaviendelangle - [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16088) @tomashauser ### Core - [core] Clarify the release strategy (#16012) @MBilalShafi - [core] Update the `release:version` docs (#16040) @cherniavskii ## 7.23.5 _Dec 27, 2024_ Here are some highlights ✨: - 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.23.5` No changes since `@mui/x-data-grid@v7.23.4`. #### `@mui/x-data-grid-pro@7.23.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.23.5`. #### `@mui/x-data-grid-premium@7.23.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.23.5`. ## v7.23.4 _Dec 27, 2024_ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: - 🌍 Improve Dutch (nl-NL) locale on the Data Grid - 🐞 Bugfixes Special thanks go out to the community contributor who has helped make this release possible: @JoepVerkoelen. Following are all team members who have contributed to this release: @arminmeh, @oliviertassinari. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.23.4` - [DataGrid] Fix header filters showing clear button while empty (#15990) @k-rajat19 - [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15984) @lauri865 - [l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen #### `@mui/x-data-grid-pro@7.23.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.23.4`. #### `@mui/x-data-grid-premium@7.23.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.23.4`, plus: - [DataGridPremium] Fix column pinning with checkbox selection and row grouping (#15949) @k-rajat19 ### Docs - [docs] Fix outdated link to handbook (#15855) @oliviertassinari ## 7.23.3 _Dec 19, 2024_ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: - 🌍 Improve Korean (ko-KR) locale on the Data Grid - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @k-rajat19, @good-jinu. Following are all team members who have contributed to this release: @KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.23.3` - [DataGrid] Allow passing custom props to `.main` element (#15919) @MBilalShafi - [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15927) @k-rajat19 - [DataGrid] Deprecate `indeterminateCheckboxAction` prop (#15862) @MBilalShafi - [DataGrid] Fix `aria-label` value for group checkboxes (#15861) @MBilalShafi - [DataGrid] Fix autosizing with virtualized columns (#15929) @k-rajat19 - [DataGrid] Round dimensions to avoid subpixel rendering error (#15873) @KenanYusuf - [DataGrid] Toggle menu on click in `<GridActionsCell />` (#15871) @k-rajat19 - [DataGrid] Trigger row spanning computation on rows update (#15872) @MBilalShafi - [l10n] Improve Korean (ko-KR) locale (#15906) @good-jinu #### `@mui/x-data-grid-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.23.3`. #### `@mui/x-data-grid-premium@7.23.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.23.3`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.23.3` - [pickers] Add verification to disable skipped hours in spring forward DST (#15918) @flaviendelangle #### `@mui/x-date-pickers-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.23.3`. ## 7.23.2 _Dec 12, 2024_ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: - 🌍 Improve Romanian and Turkish locales on the Data Grid - 🌍 Improve Romanian locale on the Pickers - 📚 Documentation improvements - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985. Following are all team members who have contributed to this release: @alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.23.2` - [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr - [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19 - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985 - [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan #### `@mui/x-data-grid-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.23.2`, plus: - [DataGridPro] Make Row reordering work with pagination (#15782) @k-rajat19 #### `@mui/x-data-grid-premium@7.23.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.23.2`, plus: - [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh ### Date and Time Pickers #### `@mui/x-date-pickers@7.23.2` - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985 #### `@mui/x-date-pickers-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.23.2`. ### Charts #### `@mui/x-charts@7.23.2` - [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette - [charts] Fix scatter dataset with missing data (#15804) @alexfauquette #### `@mui/x-charts-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.23.2`. #### `@mui/x-tree-view@v7.23.2` No changes, releasing to keep the versions in sync. #### `@mui/x-tree-view-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Releasing to benefit from license package fix (#15818). ### Docs - [docs] Fix typo in charts axis documentation (#15746) @JCQuintas - [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy - [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf - [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy ### Core - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh ## 7.23.1 _Dec 5, 2024_ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 🌍 Improve German locale on the Data Grid component - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @lhilgert9. Following are all team members who have contributed to this release: @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy and @MBilalShafi. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.23.1` - [DataGrid] Make column autosizing work with flex columns (#15712) @cherniavskii - [l10n] Improve German (de-DE) locale (#15641) @lhilgert9 #### `@mui/x-data-grid-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.23.1`, plus: - [DataGridPro] Cleanup pinned rows on removal (#15702) @cherniavskii #### `@mui/x-data-grid-premium@7.23.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.23.1`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.23.1` - [TimePicker] Prevent mouse events after `touchend` event (#15430) @arthurbalduini #### `@mui/x-date-pickers-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.23.1`. ### Charts #### `@mui/x-charts@7.23.1` - [charts] Improve SVG `pattern` and `gradient` support (#15724) @JCQuintas #### `@mui/x-charts-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.23.1`. ### Docs - [docs] Fix Pickers theme augmentation example (#15675) @LukasTy - [docs] Remove duplicated warning (#15715) @cherniavskii - [test] Force hover in headless Chrome (#15711) @cherniavskii - [docs-infra] Bump `@mui/internal-markdown` to support nested demo imports (#15738) @alexfauquette - [docs] Improve SEO titles for the Data Grid (#15695) @MBilalShafi ### Core - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle ## 7.23.0 _Nov 29, 2024_ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes. https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c - ⚛️ React 19 support - 📚 Documentation improvements - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component. - 🌍 Improve Dutch locale on the Date and Time Picker components. - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865. Following are all team members who have contributed to this release: @oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@v7.23.0` - [DataGrid] React 19 support (#15557) @arminmeh - [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches - [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf - [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf - [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9 - [DataGrid] Improve resize performance (#15592) @lauri865 - [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii - [DataGrid] Improve `GridCell` performance (#15621) @lauri865 - [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc - [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev #### `@mui/x-data-grid-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@v7.23.0`, plus: - [DataGridPro] Fix header filtering with `boolean` column type (#15640) @k-rajat19 - [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman - [DataGridPro] Fix selection propagation issue on initialization (#15593) @MBilalShafi #### `@mui/x-data-grid-premium@v7.23.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@v7.23.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@v7.23.0` - [pickers] React 19 support (#15557) @arminmeh - [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle - [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle - [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller #### `@mui/x-date-pickers-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@v7.23.0`. ### Charts #### `@mui/x-charts@v7.23.0` - [charts] React 19 support (#15557) @arminmeh - [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette #### `@mui/x-charts-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@v7.23.0`. ### Tree View #### `@mui/x-tree-view@v7.23.0` - [TreeView] React 19 support (#15557) @arminmeh #### `@mui/x-tree-view-pro@7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.23.0`. ### Docs - [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii - [docs] Remove selectors section from list view docs (#15639) @KenanYusuf - [docs] Add documentation for the list view feature (#15344) @KenanYusuf ### Core - [core] Update @mui/monorepo (#15574) @oliviertassinari ## 7.22.3 _Nov 21, 2024_ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - 📊 Charts Pro get stable. The [zoom](https://mui.com/x/react-charts/zoom-and-pan/) and [Heatmap](https://mui.com/x/react-charts/heatmap/) are now stable. - 🌍 Improve Chinese, Spanish, Swedish, and Turkish locales on the Data Grid - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @CarlosLopezLg, @headironc, @viktormelin, @qerkules, @DungTiger, @hendrikpeilke, @k-rajat19. Following are all team members who have contributed to this release: @alexfauquette, @LukasTy, @MBilalShafi, @flaviendelangle. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.22.3` - [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15476) @k-rajat19 - [DataGrid] Add test coverage for issues fixed in #15184 @MBilalShafi - [DataGrid] Fix memoized selectors with arguments (#15336) @MBilalShafi - [DataGrid] Fix right column group header border with virtualization (#15503) @hendrikpeilke - [DataGrid] Pass reason to `onPaginationModelChange` (#15402) @DungTiger - [DataGrid] Set default overlay height in flex parent layout (#15535) @cherniavskii - [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc - [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg - [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin - [l10n] Improve Turkish (tr-TR) locale (#15414) @qerkules #### `@mui/x-data-grid-pro@7.22.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.22.3`. #### `@mui/x-data-grid-premium@7.22.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.22.3`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.22.3` - [pickers] Always use `props.value` when it changes (#15500) @flaviendelangle - [pickers] Ensure internal value timezone is updated (#15491) @LukasTy - [pickers] Fix `DateTimeRangePicker` error when using format without time (#15341) @fxnoob - [pickers] Fix unused code in `PickersToolbar` component (#15525) @LukasTy #### `@mui/x-date-pickers-pro@7.22.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.22.3`, plus: - [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15431) @LukasTy ### Charts #### `@mui/x-charts@7.22.3` No changes since `@mui/x-charts@7.22.2`. #### `@mui/x-charts-pro@7.22.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') - [charts-pro] Fix missing typeOverload (#15400) @alexfauquette ### Docs - [docs] Add `PickersPopper` component to customization playground (#15397) @LukasTy - [docs] Add `next` version links (#15423) @LukasTy - [docs] Use the `loading` state in the demos (#15538) @cherniavskii - [code-infra] Tentative fix for Argos flaky screenshot tests (#15399) @JCQuintas - [docs-infra] Transpile `.ts` demo files (#15421) @KenanYusuf - [core] Clarify release version bump strategy (#15536) @cherniavskii ## 7.22.2 _Nov 8, 2024_ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 👨🏽‍💻 API enhancements - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @clins1994, @GuillaumeMeheut, @k-rajat19. Following are all team members who have contributed to this release: @LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh. ### Upcoming alpha Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.22.2` - [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi - [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19 - [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi - [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf - [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi #### `@mui/x-data-grid-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.22.2`, plus: - [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19 - [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19 #### `@mui/x-data-grid-premium@7.22.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus: - [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh ### Date and Time Pickers #### `@mui/x-date-pickers@7.22.2` - [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy #### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.22.2`. ### Charts #### `@mui/x-charts@7.22.2` - [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994 - [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut #### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.22.2`. ## 7.22.1 _Nov 1, 2024_ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 📚 Documentation improvements - 🌍 Improve Polish (pl-PL) locale on the Date Pickers Special thanks go out to the community contributors who have helped make this release possible: @wojtkolos, @dpak-maurya, @k-rajat19. Following are all team members who have contributed to this release: @LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.22.1` - [DataGrid] Fix right column group header border (#15152) @KenanYusuf - [DataGrid] Fix scroll jump when holding down arrow keys (#15167) @arminmeh - [DataGrid] Move `rowGroupingModelChange` handler to respective hook (#15127) @MBilalShafi - [DataGrid] Prevent error when deleting the last row (#15153) @dpak-maurya - [DataGrid] Fix overlay height in autoHeight mode (#15205) @cherniavskii #### `@mui/x-data-grid-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.22.1`, plus: - [DataGridPro] Add list view tests (#15166) @KenanYusuf #### `@mui/x-data-grid-premium@7.22.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') - [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19 ### Date and Time Pickers #### `@mui/x-date-pickers@7.22.1` - [l10n] Improve Polish (pl-PL) locale (#15177) @wojtkolos #### `@mui/x-date-pickers-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.22.1`. ### Tree View #### `@mui/x-tree-view@7.22.1` - [TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package (#15208) @flaviendelangle - [TreeView] Fix drag and drop color usage (#15149) @LukasTy #### `@mui/x-tree-view-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.22.1`. ### Docs - [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh ## 7.22.0 _Oct 25, 2024_ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: - 🛰 Introduce [server-side support for Data Grid row grouping](https://mui.com/x/react-data-grid/server-side-data/row-grouping/) - 🐞 Bugfixes - 📚 Documentation improvements - 🌍 Improve Portuguese (pt-BR) locale on the Data Grid component Special thanks go out to the community contributors who have helped make this release possible: @clins1994, @GITPHLAP, @k-rajat19, @kalyan90, @merotosc, @yash49. Following are all team members who have contributed to this release: @cherniavskii, @flaviendelangle, @LukasTy, @MBilalShafi, @romgrk. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.22.0` - [DataGrid] Fix `GridPanelAnchor` positioning (#15022) @k-rajat19 - [DataGrid] Fix ugly prop-types for the `pageStyle` prop of the `GridPrintExportMenuItem` component (#15015) @flaviendelangle - [DataGrid] Fix value type in filter model for number and boolean column type (#14733) @k-rajat19 - [DataGrid] Focus next row when the focused row is deleted (#15067) @cherniavskii - [DataGrid] Remove some usages of `<Box />` and `<Badge />` (#15013) @romgrk - [DataGrid] Fix number of rows to display for page size options with negative value (#14890) @kalyan90 - [l10n] Improve Portuguese (pt-BR) locale (#15021) @k-rajat19 #### `@mui/x-data-grid-pro@7.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.22.0`, plus: - [DataGridPro] Fix column pinning layout (#15073) @cherniavskii #### `@mui/x-data-grid-premium@7.22.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.22.0`, plus: - [DataGridPremium] Server-side data source with row grouping (#15109) @MBilalShafi ### Date and Time Pickers #### `@mui/x-date-pickers@7.22.0` - [pickers] Fix `DateCalendar` timezone management (#15119) @LukasTy - [pickers] Fix `DigitalClock` time options on a `DST` switch day (#15092) @LukasTy #### `@mui/x-date-pickers-pro@7.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.22.0`. ### Charts #### `@mui/x-charts@7.22.0` - [charts] Export data type in `onAxisClick(_, data)` callback (#15038) @clins1994 #### `@mui/x-charts-pro@7.0.0-beta.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.22.0`. ### Tree View #### `@mui/x-tree-view@7.22.0` - [TreeView] Make the cancellable event types public (#14992) @flaviendelangle ### Docs - [docs] Fix typo in Tree View docs (#15047) @yash49 ### Core - [core] Adjust cherry-pick GH actions (#15101) @LukasTy - [core] Update prettier target branch (#15100) @MBilalShafi - [core] Update some `default-branch-switch` instances for `v7.x` (#15085) @MBilalShafi - [test] Revert to using `fireEvent` instead of `userEvent` (#14927) @LukasTy ## 7.21.0 _Oct 17, 2024_ We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - 💫 Added [`dataset` prop support for the Scatter Chart component](https://mui.com/x/react-charts/scatter/#using-a-dataset) - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to the community contributors who have helped make this release possible: @k-rajat19, @kalyan90, @rotembarsela, @wangkailang. Following are all team members who have contributed to this release: @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @arminmeh, @romgrk, @KenanYusuf, @oliviertassinari, @samuelsycamore. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.21.0` - [DataGrid] Fix `onRowSelectionModelChange` firing unnecessarily on initial render (#14909) @MBilalShafi - [DataGrid] Fix `onRowSelectionModelChange` not being called after row is removed (#14972) @arminmeh - [DataGrid] Fix pagination scrollbar issue on small zoom (#14911) @cherniavskii - [DataGrid] Fix scroll jumping (#14929) @romgrk - [DataGrid] Fix excessive white space at the end of the Data Grid (#14864) @kalyan90 #### `@mui/x-data-grid-pro@7.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.21.0`, plus: - [DataGridPro] Fix indeterminate checkbox state for server-side data (#14956) @MBilalShafi - [DataGridPro] Fix scrolling performance when `rowHeight={undefined}` (#14983) @cherniavskii - [DataGridPro] List view (#14393) @KenanYusuf @cherniavskii #### `@mui/x-data-grid-premium@7.21.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.21.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.21.0` - [pickers] Cleanup `PageUp` and `PageDown` event handlers on time components (#14928) @arthurbalduini - [pickers] Create the new picker's `ownerState` object (#14889) @flaviendelangle - [pickers] Fix `PickerValidDate` usage in the Date Range Picker Toolbar (#14925) @flaviendelangle #### `@mui/x-date-pickers-pro@7.21.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.21.0`. ### Charts #### `@mui/x-charts@7.21.0` - [charts] Allow `dataset` to be used with the Scatter Chart (#14915) @JCQuintas - [charts] Ensure `reduce motion` preference disables animation on page load (#14417) @JCQuintas #### `@mui/x-charts-pro@7.0.0-beta.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.21.0`. ### Tree View #### `@mui/x-tree-view@7.21.0` - [TreeView] Fix `alpha` usage with CSS variables (#14969) @wangkailang - [TreeView] Fix usage of the `aria-selected` attribute (#14991) @flaviendelangle - [TreeView] Fix hydration error (#15002) @flaviendelangle ### `@mui/x-codemod@7.21.0` - [codemod] Add a new utility to rename imports (#14919) @flaviendelangle ### Docs - [docs] Add recipe showing how to toggle detail panels on row click (#14666) @k-rajat19 - [docs] Fix broken link to the va