We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
-
⌚️ Move the tree view component from
@mui/lab
packageThe
<TreeView />
component has been moved to the MUI X repository.
It is now accessible from its own package:@mui/x-tree-view
. -
🌍 Improve Hebrew (he-IL), Finnish (fi-FI), and Italian (it-IT) locales on the data grid
-
🐞 Bugfixes
-
📚 Documentation improvements
Data Grid
@mui/x-data-grid@v6.11.0
- [DataGrid] Add
ariaV7
experimental flag (#9496) @cherniavskii - [DataGrid] Fix cell size when column width is set to
undefined
(#9871) @gitstart - [l10n] Improve Hebrew (he-IL) locale (#9820) @itayG98
- [l10n] Improve Finnish (fi-FI) locale (#9848) @sambbaahh
- [l10n] Improve Italian (it-IT) locale (#9627) @fabio-rizzello-omnia
@mui/x-data-grid-pro@v6.11.0
Same changes as in @mui/x-data-grid@v6.11.0
.
@mui/x-data-grid-premium@v6.11.0
Same changes as in @mui/x-data-grid-pro@v6.11.0
.
Date Pickers
@mui/x-date-pickers@v6.11.0
- [fields] Correctly handle events with a complete value insertion (#9896) @LukasTy
- [fields] Fix hours editing on dayjs with timezone and DST (#9901) @flaviendelangle
- [fields] Fix section clearing with timezone (#9819) @flaviendelangle
- [pickers] Add
CalendarHeader
slot (#7784) @flaviendelangle - [pickers] Allow to override the
InputProps
of theTextField
using theslotProps
(#9849) @flaviendelangle - [pickers] Allow to override the opening aria text using the
localeText
prop on the pickers (#9870) @flaviendelangle - [pickers] Fix
sx
andclassName
props onMobileDateRangePicker
(#9853) @flaviendelangle - [pickers] Fix default descriptions (#9887) @LukasTy
- [pickers] Fix offset management on dayjs adapter (#9884) @flaviendelangle
- [pickers] Use device motion reduction preference (#9823) @LukasTy
@mui/x-date-pickers-pro@v6.11.0
Same changes as in @mui/x-date-pickers@v6.11.0
.
Charts / @mui/x-charts@v6.0.0-alpha.6
- [charts] Add TS definition to the exported elements (#9885) @alexfauquette
- [charts] Add sparkline (#9662) @alexfauquette
- [charts] Fix missing configuration types (#9886) @alexfauquette
- [charts] Introduce dataset to simplify plot of data from API (#9774) @alexfauquette
Tree View / @mui/x-tree-view@v6.0.0-alpha.0
- [TreeView] Add missing exported types (#9862) @flaviendelangle
- [TreeView] Add tree view to changelog generator script (#9903) @MBilalShafi
- [TreeView] Create the package on the X repository (#9798) @flaviendelangle
- [TreeView] Improve props typing (#9855) @flaviendelangle
Docs
- [docs] Add Tree View doc (#9825) @flaviendelangle
- [docs] Add charts nav item (#9821) @LukasTy
- [docs] Add charts to MUI X introduction pages (#9704) @joserodolfofreitas
- [docs] Add example for avoiding picker views layout shift (#9781) @noraleonte
- [docs] Consistency of Next.js App Router @oliviertassinari
- [docs] Fix API page regression: bring back slots section (#9866) @alexfauquette
- [docs] Fix demo using Pro while it's MIT (#9842) @oliviertassinari
- [docs] Get ready for next docs-infra change @oliviertassinari
- [docs] Improve the slots documentation
Recommended usage
section (#9892) @flaviendelangle
Core
- [core] Fix font loading issue dev-mode (#9843) @oliviertassinari
- [core] Fix pipeline (#9894) @LukasTy
- [core] Fix the link-check script on Windows (#9888) @alexfauquette
- [core] Fix v7 capitalization (#9878) @oliviertassinari
- [core] Regen doc (#9902) @flaviendelangle
- [core] Remove benchmark package (#9413) @LukasTy
- [core] Stop using the deprecated
JSX
global namespace (#9854) @flaviendelangle - [core] Update monorepo (#9846) @flaviendelangle
- [core] Update tree data API docs (#9827) @cherniavskii
- [test] Add pickers e2e tests (#9747) @LukasTy
- [test] Data grid e2e tests follow-up (#9822) @cherniavskii