💵 Our commercial offering is evolving
The Pro plan is receiving two new packages:
@mui/x-tree-view-pro
(available today!)@mui/x-charts-pro
(available in the coming weeks)
As always, every feature released as part of the MIT plan will remain free and MIT licensed forever.
This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the Upcoming changes to MUI X pricing in 2024 blog post.
Highlights
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
-
🎁 Introduce item reordering using drag and drop on the
RichTreeViewPro
component -
📦 Support Common JS bundle out of the box on
@mui/x-charts
by adding vendored D3 dependencies.-
This modifies how the package imports D3.js. It will impact you if you use
d3
packages installed by@mui/x-charts
and don't have them in yourpackage.json
. You shouldn't be affected otherwise. -
For more context, the initial issue is caused by D3 only exporting ESM.
-
The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration.
-
So in order to fix this, we are providing a CJS version of D3.
-
-
🌍 Improve Turkish (tr-TR) locale on the Data Grid
-
🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers
-
🐞 Bugfixes
-
📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.12.0
- [DataGrid] Fix crash when updating columns immediately after scrolling (#13781) @cherniavskii
- [DataGrid] Fix
role=presentation
a11y issue (#13891) @romgrk - [DataGrid] Fix top corner pixels & outline radius (#13943) @romgrk
- [DataGrid] Refactor: remove useless copy (#14039) @romgrk
- [l10n] Improve Turkish (tr-TR) locale (#13996) @bagcivan
@mui/x-data-grid-pro@7.12.0
Same changes as in @mui/x-data-grid@7.12.0
.
@mui/x-data-grid-premium@7.12.0
Same changes as in @mui/x-data-grid-pro@7.12.0
.
Date and Time Pickers
@mui/x-date-pickers@7.12.0
- [l10n] Improve Finnish (fi-FI) locale (#14054) @frozenzia
@mui/x-date-pickers-pro@7.12.0
Same changes as in @mui/x-date-pickers@7.12.0
.
Charts
@mui/x-charts@7.12.0
- [charts] Fix incorrect
axisId
prop being allowed in xAxis/yAxis config. Useid
instead. (#13986) @JCQuintas - [charts] Use vendor to have Common JS bundle working out of the box (#13608) @alexfauquette
- [charts] Divide the
SeriesProvider
to use in filtering (#14026) @JCQuintas
Tree View
@mui/x-tree-view@7.12.0
- [TreeView] Add new prop
onItemClick
on the Tree View components (#14018) @flaviendelangle - [TreeView] Add new utility function
isEventTargetInDescendants
(#13982) @flaviendelangle - [TreeView] Support item reordering using drag and drop (#12213) @flaviendelangle
Docs
- [docs] Add Pickers
minDate
andmaxDate
default
description (#14024) @LukasTy - [docs] Fix 404 (#13989) @alexfauquette
- [docs] Fix Vale errors (#14025) @oliviertassinari
- [docs] Update on
renderCell
& autogenerated rows (#13879) @romgrk
Core
- [core] Fix event naming convention @oliviertassinari
- [core] Replace @mui/base with @mui/utils + @mui/material (#13823) @mnajdova
- [core] Test
charts
performance with codspeed (#13952) @JCQuintas - [infra] Consolidate issue cleanup and support labeling action (#14031) @michelengelen
- [infra] Revert
vale
actionpaths
filtering (#14038) @LukasTy - [test] Fix adapters code coverage (#13969) @alexfauquette
- [test] Fix mocha config to run charts tests (#14041) @alexfauquette