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, offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.
list-view-feature.mp4
-
⚛️ 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.
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
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
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 andAdapterMoment
(#15653) @flaviendelangle - [pickers] Use
props.referenceDate
timezone whenprops.value
andprops.defaultValue
are not defined (#15544) @flaviendelangle - [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
@mui/x-date-pickers-pro@v7.23.0
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
Same changes as in @mui/x-charts@v7.23.0
.
Tree View
@mui/x-tree-view@v7.23.0
@mui/x-tree-view-pro@7.23.0
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