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.
Data Grid
@mui/x-data-grid@7.26.0
@mui/x-data-grid-pro@7.26.0
![pro](https://camo.githubusercontent.com/c0f1741b522367bc6f41b31a7c7cda3a5d5cee488ef3e8301f617e165bfda025/68747470733a2f2f6d75692e636f6d2f722f782d70726f2d737667)
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://camo.githubusercontent.com/82166d10345f5a3685d7e0c0f2dee29176b4e6e2bf3ea1f0aca3077ba0ebeeaa/68747470733a2f2f6d75692e636f6d2f722f782d7072656d69756d2d737667)
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://camo.githubusercontent.com/c0f1741b522367bc6f41b31a7c7cda3a5d5cee488ef3e8301f617e165bfda025/68747470733a2f2f6d75692e636f6d2f722f782d70726f2d737667)
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://camo.githubusercontent.com/c0f1741b522367bc6f41b31a7c7cda3a5d5cee488ef3e8301f617e165bfda025/68747470733a2f2f6d75692e636f6d2f722f782d70726f2d737667)
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://camo.githubusercontent.com/c0f1741b522367bc6f41b31a7c7cda3a5d5cee488ef3e8301f617e165bfda025/68747470733a2f2f6d75692e636f6d2f722f782d70726f2d737667)
Same changes as in @mui/x-tree-view@7.26.0
.
Core
- [core] Fix corepack and pnpm installation in CircleCI (#16452) @flaviendelangle