We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
- 🎁 Fix CSV export for values containing double quotes
- 🚀 Improve tree data performance
- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/x-data-grid@v6.10.1
- [DataGrid] Filtering performance: compile filter applier with
eval
(#9635) @romgrk - [DataGrid] Fix CSV export for values containing double quotes (#9667) @cherniavskii
- [DataGrid] Fix column type change not working correctly (#9594) @cherniavskii
- [DataGrid] Fix quick filter
undefined
row error (#9708) @romgrk - [DataGrid] Prevent
viewportOuterSize.height
going negative (#9664) @gitstart - [DataGrid] Update focused cell on page change via keyboard (#9203) @m4theushw
- [DataGrid] Wait for remote stylesheets to load before print (#9665) @cherniavskii
@mui/x-data-grid-pro@v6.10.1
Same changes as in @mui/x-data-grid@v6.10.1
, plus:
- [DataGridPro] Improve tree data performance (#9682) @cherniavskii
- [DataGridPro] Prevent affecting cells from child DataGrid when resizing a column (#9670) @m4theushw
@mui/x-data-grid-premium@v6.10.1
Same changes as in @mui/x-data-grid-pro@v6.10.1
.
Date Pickers
@mui/x-date-pickers@v6.10.1
- [fields] Fix
format
andvalue
update order (#9715) @LukasTy - [pickers] Remove
require
usage in comment (#9675) @LukasTy
@mui/x-date-pickers-pro@v6.10.1
Same changes as in @mui/x-date-pickers@v6.10.1
.
Charts / @mui/x-charts@v6.0.0-alpha.4
- [charts] Fix blinking in responsive charts and extremums computation for line charts (#9734) @alexfauquette
- [charts] Use ESM with imports (#9645) @alexfauquette
Docs
- [docs] Add additional note for license key installation on Next.js (#9575) @joserodolfofreitas
- [docs] Add paragraph about managing focus of custom edit components (#9658) @m4theushw
- [docs] Add unsorted icon slot to the custom sort icons demo (#9169) @d4rekanguok
- [docs] Disable ad for onboarding pages (#9700) @oliviertassinari
- [docs] Disabling ads without toolbar has no effect @oliviertassinari
- [docs] Fix Date Pickers usage to Title Case (#9680) @richbustos
- [docs] Fix sorting in
CustomSortIcons
demo (#9656) @MBilalShafi - [docs] Improve the UI for pickers introduction (#9644) @alexfauquette
- [docs] Improve the demo design @oliviertassinari
- [docs] Localization progress, polish (#9672) @oliviertassinari
- [docs] Normalize the WIP items (#9671) @oliviertassinari
Core
- [core] Add
validate
command (#9714) @romgrk - [CHANGELOG] Update generator to new format @oliviertassinari