@mui/x-charts-pro 8.7.0 → 8.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BarChartPro/BarChartPro.d.ts +1 -1
- package/BarChartPro/BarChartPro.js +33 -1
- package/CHANGELOG.md +199 -24
- package/ChartDataProviderPro/ChartDataProviderPro.js +7 -1
- package/ChartZoomSlider/internals/ChartAxisZoomSlider.js +31 -16
- package/ChartZoomSlider/internals/ChartAxisZoomSliderActiveTrack.d.ts +4 -0
- package/ChartZoomSlider/internals/ChartAxisZoomSliderActiveTrack.js +27 -12
- package/ChartZoomSlider/internals/ChartAxisZoomSliderPreview.d.ts +18 -0
- package/ChartZoomSlider/internals/ChartAxisZoomSliderPreview.js +102 -0
- package/ChartZoomSlider/internals/ChartAxisZoomSliderPreviewContent.d.ts +11 -0
- package/ChartZoomSlider/internals/ChartAxisZoomSliderPreviewContent.js +62 -0
- package/ChartZoomSlider/internals/previews/AreaPreviewPlot.d.ts +14 -0
- package/ChartZoomSlider/internals/previews/AreaPreviewPlot.js +61 -0
- package/ChartZoomSlider/internals/previews/BarPreviewPlot.d.ts +10 -0
- package/ChartZoomSlider/internals/previews/BarPreviewPlot.js +62 -0
- package/ChartZoomSlider/internals/previews/LinePreviewPlot.d.ts +14 -0
- package/ChartZoomSlider/internals/previews/LinePreviewPlot.js +59 -0
- package/ChartZoomSlider/internals/previews/PreviewPlot.types.d.ts +4 -0
- package/ChartZoomSlider/internals/previews/PreviewPlot.types.js +5 -0
- package/ChartZoomSlider/internals/previews/ScatterPreviewPlot.d.ts +16 -0
- package/ChartZoomSlider/internals/previews/ScatterPreviewPlot.js +93 -0
- package/ChartsToolbarPro/ChartsToolbarImageExportTrigger.js +2 -0
- package/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.js +3 -1
- package/ChartsToolbarPro/ChartsToolbarPro.js +2 -0
- package/FunnelChart/FunnelChart.d.ts +4 -3
- package/FunnelChart/FunnelChart.js +1 -1
- package/FunnelChart/FunnelPlot.js +1 -1
- package/FunnelChart/funnel.types.d.ts +14 -9
- package/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.d.ts +1 -1
- package/FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.d.ts +3 -3
- package/FunnelChart/index.d.ts +1 -1
- package/FunnelChart/seriesConfig/seriesProcessor.js +24 -48
- package/Heatmap/Heatmap.d.ts +4 -3
- package/Heatmap/Heatmap.js +1 -1
- package/Heatmap/index.d.ts +1 -0
- package/LineChartPro/LineChartPro.js +39 -1
- package/PieChartPro/PieChartPro.d.ts +1 -1
- package/PieChartPro/PieChartPro.js +1 -1
- package/RadarChartPro/RadarChartPro.d.ts +1 -1
- package/RadarChartPro/RadarChartPro.js +20 -1
- package/ScatterChartPro/ScatterChartPro.d.ts +1 -1
- package/ScatterChartPro/ScatterChartPro.js +17 -1
- package/esm/BarChartPro/BarChartPro.d.ts +1 -1
- package/esm/BarChartPro/BarChartPro.js +33 -1
- package/esm/ChartDataProviderPro/ChartDataProviderPro.js +7 -1
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSlider.js +33 -18
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSliderActiveTrack.d.ts +4 -0
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSliderActiveTrack.js +28 -13
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSliderPreview.d.ts +18 -0
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSliderPreview.js +94 -0
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSliderPreviewContent.d.ts +11 -0
- package/esm/ChartZoomSlider/internals/ChartAxisZoomSliderPreviewContent.js +54 -0
- package/esm/ChartZoomSlider/internals/previews/AreaPreviewPlot.d.ts +14 -0
- package/esm/ChartZoomSlider/internals/previews/AreaPreviewPlot.js +53 -0
- package/esm/ChartZoomSlider/internals/previews/BarPreviewPlot.d.ts +10 -0
- package/esm/ChartZoomSlider/internals/previews/BarPreviewPlot.js +55 -0
- package/esm/ChartZoomSlider/internals/previews/LinePreviewPlot.d.ts +14 -0
- package/esm/ChartZoomSlider/internals/previews/LinePreviewPlot.js +51 -0
- package/esm/ChartZoomSlider/internals/previews/PreviewPlot.types.d.ts +4 -0
- package/esm/ChartZoomSlider/internals/previews/PreviewPlot.types.js +1 -0
- package/esm/ChartZoomSlider/internals/previews/ScatterPreviewPlot.d.ts +16 -0
- package/esm/ChartZoomSlider/internals/previews/ScatterPreviewPlot.js +86 -0
- package/esm/ChartsToolbarPro/ChartsToolbarImageExportTrigger.js +2 -0
- package/esm/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.js +3 -1
- package/esm/ChartsToolbarPro/ChartsToolbarPro.js +2 -0
- package/esm/FunnelChart/FunnelChart.d.ts +4 -3
- package/esm/FunnelChart/FunnelChart.js +1 -1
- package/esm/FunnelChart/FunnelPlot.js +1 -1
- package/esm/FunnelChart/funnel.types.d.ts +14 -9
- package/esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.d.ts +1 -1
- package/esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.d.ts +3 -3
- package/esm/FunnelChart/index.d.ts +1 -1
- package/esm/FunnelChart/seriesConfig/seriesProcessor.js +24 -48
- package/esm/Heatmap/Heatmap.d.ts +4 -3
- package/esm/Heatmap/Heatmap.js +1 -1
- package/esm/Heatmap/index.d.ts +1 -0
- package/esm/LineChartPro/LineChartPro.js +39 -1
- package/esm/PieChartPro/PieChartPro.d.ts +1 -1
- package/esm/PieChartPro/PieChartPro.js +1 -1
- package/esm/RadarChartPro/RadarChartPro.d.ts +1 -1
- package/esm/RadarChartPro/RadarChartPro.js +20 -1
- package/esm/ScatterChartPro/ScatterChartPro.d.ts +1 -1
- package/esm/ScatterChartPro/ScatterChartPro.js +17 -1
- package/esm/index.js +3 -3
- package/esm/internals/plugins/useChartProExport/exportImage.js +9 -3
- package/esm/internals/plugins/useChartProExport/print.d.ts +3 -1
- package/esm/internals/plugins/useChartProExport/print.js +7 -2
- package/esm/internals/plugins/useChartProExport/useChartProExport.types.d.ts +22 -12
- package/esm/internals/plugins/useChartProZoom/useChartProZoom.selectors.d.ts +4 -4
- package/index.js +3 -3
- package/internals/plugins/useChartProExport/exportImage.js +9 -3
- package/internals/plugins/useChartProExport/print.d.ts +3 -1
- package/internals/plugins/useChartProExport/print.js +7 -2
- package/internals/plugins/useChartProExport/useChartProExport.types.d.ts +22 -12
- package/internals/plugins/useChartProZoom/useChartProZoom.selectors.d.ts +4 -4
- package/package.json +7 -7
|
@@ -6,7 +6,7 @@ import { ChartContainerProProps } from "../ChartContainerPro/index.js";
|
|
|
6
6
|
import { BarChartProPluginsSignatures } from "./BarChartPro.plugins.js";
|
|
7
7
|
export interface BarChartProSlots extends Omit<BarChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
|
|
8
8
|
export interface BarChartProSlotProps extends Omit<BarChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
|
|
9
|
-
export interface BarChartProProps extends Omit<BarChartProps, 'apiRef' | 'slots' | 'slotProps'>, Omit<ChartContainerProProps<'bar', BarChartProPluginsSignatures>, 'series' | 'plugins' | 'seriesConfig' | 'slots' | 'slotProps'> {
|
|
9
|
+
export interface BarChartProProps extends Omit<BarChartProps, 'apiRef' | 'slots' | 'slotProps'>, Omit<ChartContainerProProps<'bar', BarChartProPluginsSignatures>, 'series' | 'plugins' | 'seriesConfig' | 'slots' | 'slotProps' | 'experimentalFeatures'> {
|
|
10
10
|
/**
|
|
11
11
|
* Overridable component slots.
|
|
12
12
|
* @default {}
|
|
@@ -157,6 +157,14 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
157
157
|
* If `true`, the legend is not rendered.
|
|
158
158
|
*/
|
|
159
159
|
hideLegend: _propTypes.default.bool,
|
|
160
|
+
/**
|
|
161
|
+
* The controlled axis highlight.
|
|
162
|
+
* Identified by the axis id, and data index.
|
|
163
|
+
*/
|
|
164
|
+
highlightedAxis: _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
165
|
+
axisId: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]).isRequired,
|
|
166
|
+
dataIndex: _propTypes.default.number.isRequired
|
|
167
|
+
})),
|
|
160
168
|
/**
|
|
161
169
|
* The highlighted item.
|
|
162
170
|
* Used when the highlight is controlled.
|
|
@@ -218,6 +226,14 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
218
226
|
* @param {HighlightItemData | null} highlightedItem The newly highlighted item.
|
|
219
227
|
*/
|
|
220
228
|
onHighlightChange: _propTypes.default.func,
|
|
229
|
+
/**
|
|
230
|
+
* The function called when the pointer position corresponds to a new axis data item.
|
|
231
|
+
* This update can either be caused by a pointer movement, or an axis update.
|
|
232
|
+
* In case of multiple axes, the function is called if at least one axis is updated.
|
|
233
|
+
* The argument contains the identifier for all axes with a `data` property.
|
|
234
|
+
* @param {AxisItemIdentifier[]} axisItems The array of axes item identifiers.
|
|
235
|
+
*/
|
|
236
|
+
onHighlightedAxisChange: _propTypes.default.func,
|
|
221
237
|
/**
|
|
222
238
|
* Callback fired when a bar item is clicked.
|
|
223
239
|
* @param {React.MouseEvent<SVGElement, MouseEvent>} event The event source of the callback.
|
|
@@ -232,7 +248,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
232
248
|
onZoomChange: _propTypes.default.func,
|
|
233
249
|
/**
|
|
234
250
|
* The series to display in the bar chart.
|
|
235
|
-
* An array of [[
|
|
251
|
+
* An array of [[BarSeries]] objects.
|
|
236
252
|
*/
|
|
237
253
|
series: _propTypes.default.arrayOf(_propTypes.default.object).isRequired,
|
|
238
254
|
/**
|
|
@@ -329,6 +345,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
329
345
|
panning: _propTypes.default.bool,
|
|
330
346
|
slider: _propTypes.default.shape({
|
|
331
347
|
enabled: _propTypes.default.bool,
|
|
348
|
+
preview: _propTypes.default.bool,
|
|
332
349
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
333
350
|
size: _propTypes.default.number
|
|
334
351
|
}),
|
|
@@ -394,6 +411,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
394
411
|
panning: _propTypes.default.bool,
|
|
395
412
|
slider: _propTypes.default.shape({
|
|
396
413
|
enabled: _propTypes.default.bool,
|
|
414
|
+
preview: _propTypes.default.bool,
|
|
397
415
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
398
416
|
size: _propTypes.default.number
|
|
399
417
|
}),
|
|
@@ -454,6 +472,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
454
472
|
panning: _propTypes.default.bool,
|
|
455
473
|
slider: _propTypes.default.shape({
|
|
456
474
|
enabled: _propTypes.default.bool,
|
|
475
|
+
preview: _propTypes.default.bool,
|
|
457
476
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
458
477
|
size: _propTypes.default.number
|
|
459
478
|
}),
|
|
@@ -514,6 +533,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
514
533
|
panning: _propTypes.default.bool,
|
|
515
534
|
slider: _propTypes.default.shape({
|
|
516
535
|
enabled: _propTypes.default.bool,
|
|
536
|
+
preview: _propTypes.default.bool,
|
|
517
537
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
518
538
|
size: _propTypes.default.number
|
|
519
539
|
}),
|
|
@@ -574,6 +594,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
574
594
|
panning: _propTypes.default.bool,
|
|
575
595
|
slider: _propTypes.default.shape({
|
|
576
596
|
enabled: _propTypes.default.bool,
|
|
597
|
+
preview: _propTypes.default.bool,
|
|
577
598
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
578
599
|
size: _propTypes.default.number
|
|
579
600
|
}),
|
|
@@ -634,6 +655,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
634
655
|
panning: _propTypes.default.bool,
|
|
635
656
|
slider: _propTypes.default.shape({
|
|
636
657
|
enabled: _propTypes.default.bool,
|
|
658
|
+
preview: _propTypes.default.bool,
|
|
637
659
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
638
660
|
size: _propTypes.default.number
|
|
639
661
|
}),
|
|
@@ -694,6 +716,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
694
716
|
panning: _propTypes.default.bool,
|
|
695
717
|
slider: _propTypes.default.shape({
|
|
696
718
|
enabled: _propTypes.default.bool,
|
|
719
|
+
preview: _propTypes.default.bool,
|
|
697
720
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
698
721
|
size: _propTypes.default.number
|
|
699
722
|
}),
|
|
@@ -754,6 +777,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
754
777
|
panning: _propTypes.default.bool,
|
|
755
778
|
slider: _propTypes.default.shape({
|
|
756
779
|
enabled: _propTypes.default.bool,
|
|
780
|
+
preview: _propTypes.default.bool,
|
|
757
781
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
758
782
|
size: _propTypes.default.number
|
|
759
783
|
}),
|
|
@@ -826,6 +850,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
826
850
|
panning: _propTypes.default.bool,
|
|
827
851
|
slider: _propTypes.default.shape({
|
|
828
852
|
enabled: _propTypes.default.bool,
|
|
853
|
+
preview: _propTypes.default.bool,
|
|
829
854
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
830
855
|
size: _propTypes.default.number
|
|
831
856
|
}),
|
|
@@ -890,6 +915,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
890
915
|
panning: _propTypes.default.bool,
|
|
891
916
|
slider: _propTypes.default.shape({
|
|
892
917
|
enabled: _propTypes.default.bool,
|
|
918
|
+
preview: _propTypes.default.bool,
|
|
893
919
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
894
920
|
size: _propTypes.default.number
|
|
895
921
|
}),
|
|
@@ -949,6 +975,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
949
975
|
panning: _propTypes.default.bool,
|
|
950
976
|
slider: _propTypes.default.shape({
|
|
951
977
|
enabled: _propTypes.default.bool,
|
|
978
|
+
preview: _propTypes.default.bool,
|
|
952
979
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
953
980
|
size: _propTypes.default.number
|
|
954
981
|
}),
|
|
@@ -1008,6 +1035,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
1008
1035
|
panning: _propTypes.default.bool,
|
|
1009
1036
|
slider: _propTypes.default.shape({
|
|
1010
1037
|
enabled: _propTypes.default.bool,
|
|
1038
|
+
preview: _propTypes.default.bool,
|
|
1011
1039
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
1012
1040
|
size: _propTypes.default.number
|
|
1013
1041
|
}),
|
|
@@ -1067,6 +1095,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
1067
1095
|
panning: _propTypes.default.bool,
|
|
1068
1096
|
slider: _propTypes.default.shape({
|
|
1069
1097
|
enabled: _propTypes.default.bool,
|
|
1098
|
+
preview: _propTypes.default.bool,
|
|
1070
1099
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
1071
1100
|
size: _propTypes.default.number
|
|
1072
1101
|
}),
|
|
@@ -1126,6 +1155,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
1126
1155
|
panning: _propTypes.default.bool,
|
|
1127
1156
|
slider: _propTypes.default.shape({
|
|
1128
1157
|
enabled: _propTypes.default.bool,
|
|
1158
|
+
preview: _propTypes.default.bool,
|
|
1129
1159
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
1130
1160
|
size: _propTypes.default.number
|
|
1131
1161
|
}),
|
|
@@ -1185,6 +1215,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
1185
1215
|
panning: _propTypes.default.bool,
|
|
1186
1216
|
slider: _propTypes.default.shape({
|
|
1187
1217
|
enabled: _propTypes.default.bool,
|
|
1218
|
+
preview: _propTypes.default.bool,
|
|
1188
1219
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
1189
1220
|
size: _propTypes.default.number
|
|
1190
1221
|
}),
|
|
@@ -1244,6 +1275,7 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
|
|
|
1244
1275
|
panning: _propTypes.default.bool,
|
|
1245
1276
|
slider: _propTypes.default.shape({
|
|
1246
1277
|
enabled: _propTypes.default.bool,
|
|
1278
|
+
preview: _propTypes.default.bool,
|
|
1247
1279
|
showTooltip: _propTypes.default.oneOf(['always', 'hover', 'never']),
|
|
1248
1280
|
size: _propTypes.default.number
|
|
1249
1281
|
}),
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,199 @@
|
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
|
6
6
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## 8.9.0
|
|
9
|
+
|
|
10
|
+
_Jul 17, 2025_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- ✨ Improve the drag and drop interaction for Data Grid [row reordering](https://mui.com/x/react-data-grid/row-ordering/) feature. It uses a drop indicator to point to the position the row would be moving to.
|
|
15
|
+
|
|
16
|
+
https://github.com/user-attachments/assets/37284c4f-e8d4-4fc6-a6af-a780592905ef
|
|
17
|
+
|
|
18
|
+
- 🚀 Improve Data Grid Pivoting and Aggregation performance
|
|
19
|
+
|
|
20
|
+
- 📊 Add `minBarSize` to set a minimum height for bars
|
|
21
|
+
|
|
22
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
23
|
+
@lauri865
|
|
24
|
+
|
|
25
|
+
The following are all team members who have contributed to this release:
|
|
26
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @JCQuintas, @LukasTy, @mapache-salvaje, @noraleonte, @MBilalShafi
|
|
27
|
+
|
|
28
|
+
### Data Grid
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid@8.9.0`
|
|
31
|
+
|
|
32
|
+
Internal changes.
|
|
33
|
+
|
|
34
|
+
#### `@mui/x-data-grid-pro@8.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
35
|
+
|
|
36
|
+
Same changes as in `@mui/x-data-grid@8.9.0`, plus:
|
|
37
|
+
|
|
38
|
+
- [DataGridPro] Row reorder using drop indicator (#18627) @MBilalShafi
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-data-grid-premium@8.9.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-data-grid-pro@8.9.0`, plus:
|
|
43
|
+
|
|
44
|
+
- [DataGridPremium] Allow group column overrides with pivoting (#18765) @arminmeh
|
|
45
|
+
- [DataGridPremium] Support sort-dependent aggregation and improve performance (#18348) @lauri865
|
|
46
|
+
|
|
47
|
+
### Date and Time Pickers
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers@8.9.0`
|
|
50
|
+
|
|
51
|
+
- [pickers] Avoid useless date creation in `AdapterDayjs` (#18429) @flaviendelangle
|
|
52
|
+
- [pickers] Fix `timeSteps` JSDoc (#18807) @LukasTy
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-date-pickers-pro@8.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
55
|
+
|
|
56
|
+
Same changes as in `@mui/x-date-pickers@8.9.0`.
|
|
57
|
+
|
|
58
|
+
### Charts
|
|
59
|
+
|
|
60
|
+
#### `@mui/x-charts@8.9.0`
|
|
61
|
+
|
|
62
|
+
- [charts] Add `minBarSize` to prevent bars from having 0 height (#18798) @JCQuintas
|
|
63
|
+
- [charts] Add click listener to radar charts (#18773) @alexfauquette
|
|
64
|
+
- [charts] Improve scatter chart pointer move performance (#18775) @bernardobelchior
|
|
65
|
+
- [charts] Simplify radar internal hooks (#18760) @alexfauquette
|
|
66
|
+
- [charts] `minBarSize` now ignores `0` and `null` values (#18816) @JCQuintas
|
|
67
|
+
- [charts] Fix y-axis tick label overlap when using log scale (#18744) @bernardobelchior
|
|
68
|
+
- [charts] Expose <ChartType>Series type for all chart types (#18805) @bernardobelchior
|
|
69
|
+
|
|
70
|
+
#### `@mui/x-charts-pro@8.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
71
|
+
|
|
72
|
+
Same changes as in `@mui/x-charts@8.9.0` plus:
|
|
73
|
+
|
|
74
|
+
[charts-pro] Fix issue where charts gestures weren't properly working when inside the shadow-dom (#18837) @JCQuintas
|
|
75
|
+
|
|
76
|
+
### Tree View
|
|
77
|
+
|
|
78
|
+
#### `@mui/x-tree-view@8.9.0`
|
|
79
|
+
|
|
80
|
+
Internal changes.
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-tree-view-pro@8.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
83
|
+
|
|
84
|
+
Same changes as in `@mui/x-tree-view@8.9.0`.
|
|
85
|
+
|
|
86
|
+
### Codemod
|
|
87
|
+
|
|
88
|
+
#### `@mui/x-codemod@8.9.0`
|
|
89
|
+
|
|
90
|
+
Internal changes.
|
|
91
|
+
|
|
92
|
+
### Docs
|
|
93
|
+
|
|
94
|
+
- [data grid][docs] Revise the Pro filter docs (#17929) @mapache-salvaje
|
|
95
|
+
- [charts][docs] Move mark outside clip-path (#18806) @alexfauquette
|
|
96
|
+
|
|
97
|
+
### Miscellaneous
|
|
98
|
+
|
|
99
|
+
- [code-infra] Fix ESLint `import` restriction rule for test files (#18669) @LukasTy
|
|
100
|
+
- [code-infra] Remove charts benchmarks dependency on `@testing-library/jest-dom` (#18800) @bernardobelchior
|
|
101
|
+
- [code-infra] Remove duplicate dependency from `eslint-plugin-mui-x` (#18797) @bernardobelchior
|
|
102
|
+
|
|
103
|
+
## 8.8.0
|
|
104
|
+
|
|
105
|
+
_Jul 11, 2025_
|
|
106
|
+
|
|
107
|
+
We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
108
|
+
|
|
109
|
+
- 📊 Chart zoom preview can be enabled
|
|
110
|
+
|
|
111
|
+
<img width="758" alt="chart with x-axis preview" src="https://github.com/user-attachments/assets/50ce6f61-16dc-4e9b-a727-ca65d80927d7" />
|
|
112
|
+
|
|
113
|
+
- 🌎 Add Indonesian (id-ID) locale on the Data Grid
|
|
114
|
+
|
|
115
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
116
|
+
@kennarddh
|
|
117
|
+
|
|
118
|
+
The following are all team members who have contributed to this release:
|
|
119
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @noraleonte, @prakhargupta1, @rita-codes, @siriwatknp
|
|
120
|
+
|
|
121
|
+
### Data Grid
|
|
122
|
+
|
|
123
|
+
#### `@mui/x-data-grid@8.8.0`
|
|
124
|
+
|
|
125
|
+
- [DataGrid] Fix `useGridSelector` missing subscription in `React.StrictMode` (#18676) @cherniavskii
|
|
126
|
+
- [DataGrid] Fix scrollbar filler `z-index` (#18688) @KenanYusuf
|
|
127
|
+
- [DataGrid] Set correct data source cache chunk size when pagination is disabled (#18636) @arminmeh
|
|
128
|
+
- [l10n] Add Indonesian (id-ID) locale (#18710) @kennarddh
|
|
129
|
+
|
|
130
|
+
#### `@mui/x-data-grid-pro@8.8.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
131
|
+
|
|
132
|
+
Same changes as in `@mui/x-data-grid@8.8.0`, plus:
|
|
133
|
+
|
|
134
|
+
- [DataGridPro] Fix row ordering not auto-scrolling when moving beyond viewport (#18557) @MBilalShafi
|
|
135
|
+
- [DataGridPro] Set correct parent paths when tree is refreshed with data source tree data and row grouping (#18715) @arminmeh
|
|
136
|
+
|
|
137
|
+
#### `@mui/x-data-grid-premium@8.8.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
138
|
+
|
|
139
|
+
Same changes as in `@mui/x-data-grid-pro@8.8.0`.
|
|
140
|
+
|
|
141
|
+
### Date and Time Pickers
|
|
142
|
+
|
|
143
|
+
#### `@mui/x-date-pickers@8.8.0`
|
|
144
|
+
|
|
145
|
+
Internal changes.
|
|
146
|
+
|
|
147
|
+
#### `@mui/x-date-pickers-pro@8.8.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
148
|
+
|
|
149
|
+
Same changes as in `@mui/x-date-pickers@8.8.0`.
|
|
150
|
+
|
|
151
|
+
### Charts
|
|
152
|
+
|
|
153
|
+
#### `@mui/x-charts@8.8.0`
|
|
154
|
+
|
|
155
|
+
- [charts] Add control to the axis highlight (#17900) @alexfauquette
|
|
156
|
+
- [charts] Avoid processing area plot data if area isn't used in series (#18712) @bernardobelchior
|
|
157
|
+
- [charts] Make smarter default domain limit (#18506) @alexfauquette
|
|
158
|
+
|
|
159
|
+
#### `@mui/x-charts-pro@8.8.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
160
|
+
|
|
161
|
+
Same changes as in `@mui/x-charts@8.8.0`, plus:
|
|
162
|
+
|
|
163
|
+
- [charts-pro] Add `funnelDirection` to control pyramid direction (#18568) @JCQuintas
|
|
164
|
+
- [charts-pro] Add `onBeforeExport` callback (#18722) @bernardobelchior
|
|
165
|
+
- [charts-pro] Add chart zoom preview (#18267) @bernardobelchior
|
|
166
|
+
- [charts-pro] Allow customizing scatter preview marker size (#18726) @bernardobelchior
|
|
167
|
+
- [charts-pro] Allow disabling the copy of styles in charts export (#18753) @bernardobelchior
|
|
168
|
+
|
|
169
|
+
### Tree View
|
|
170
|
+
|
|
171
|
+
#### `@mui/x-tree-view@8.8.0`
|
|
172
|
+
|
|
173
|
+
- [tree view] Fix state update that caused scrolling bug when lazy loading and `checkboxSelection` are enabled (#18749) @rita-codes
|
|
174
|
+
|
|
175
|
+
#### `@mui/x-tree-view-pro@8.8.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
176
|
+
|
|
177
|
+
Same changes as in `@mui/x-tree-view@8.8.0`.
|
|
178
|
+
|
|
179
|
+
### Codemod
|
|
180
|
+
|
|
181
|
+
#### `@mui/x-codemod@8.8.0`
|
|
182
|
+
|
|
183
|
+
Internal changes.
|
|
184
|
+
|
|
185
|
+
### Docs
|
|
186
|
+
|
|
187
|
+
- [docs] Add standalone Pyramid chart page to improve SEO (#18527) @prakhargupta1
|
|
188
|
+
- [docs] Add example to customise line interaction (#18539) @alexfauquette
|
|
189
|
+
- [docs] Fix `size` column filtering in files tree demo (#17952) @cherniavskii
|
|
190
|
+
- [docs] Generate `llms.txt` for X and their products (#18595) @siriwatknp
|
|
191
|
+
- [docs] Improve bar chart demos on mobile (#18721) @alexfauquette
|
|
192
|
+
- [docs] Refine charts overview page (#17447) @noraleonte
|
|
193
|
+
|
|
194
|
+
### Miscellaneous
|
|
195
|
+
|
|
196
|
+
- [code-infra] Ensure all `@mui/*` packages are picked by `Material UI` renovate group (#18711) @LukasTy
|
|
197
|
+
- [code-infra] Fix broken CI (#18716) @LukasTy
|
|
198
|
+
- [code-infra] Refactor `prettier` config resolving (#18720) @LukasTy
|
|
199
|
+
- [test] Increase data points in chart benchmarks (#18714) @bernardobelchior
|
|
200
|
+
|
|
8
201
|
## 8.7.0
|
|
9
202
|
|
|
10
203
|
_Jul 4, 2025_
|
|
@@ -118,6 +311,7 @@ We'd like to extend a big thank you to the 12 contributors who made this release
|
|
|
118
311
|
- 📅 Add `usePickerAdapter` hook to access the date adapter.
|
|
119
312
|
|
|
120
313
|
You can use the adapter in your custom components if you need them to work with multiple date libraries — [Learn more](https://mui.com/x/react-date-pickers/custom-components/#access-date-adapter).
|
|
314
|
+
|
|
121
315
|
- 🌎 Improve Danish (da-DK) locale
|
|
122
316
|
- 🌎 Improve German (de-DE) locale
|
|
123
317
|
|
|
@@ -136,13 +330,13 @@ The following are all team members who have contributed to this release:
|
|
|
136
330
|
- [l10n] Improve Danish (da-DK) locale (#18428) @ShahrazH
|
|
137
331
|
- [l10n] Improve German (de-DE) locale (#18388) @omalyutin
|
|
138
332
|
|
|
139
|
-
#### `@mui/x-data-grid-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link
|
|
333
|
+
#### `@mui/x-data-grid-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
140
334
|
|
|
141
335
|
Same changes as in `@mui/x-data-grid@8.6.0`, plus:
|
|
142
336
|
|
|
143
337
|
- [DataGridPro] Fix lazy loading params calculated from rendering context (#18460) @arminmeh
|
|
144
338
|
|
|
145
|
-
#### `@mui/x-data-grid-premium@8.6.0` [](https://mui.com/r/x-premium-svg-link
|
|
339
|
+
#### `@mui/x-data-grid-premium@8.6.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
146
340
|
|
|
147
341
|
Same changes as in `@mui/x-data-grid-pro@8.6.0`.
|
|
148
342
|
|
|
@@ -154,7 +348,7 @@ Same changes as in `@mui/x-data-grid-pro@8.6.0`.
|
|
|
154
348
|
- [pickers] Fix to use latest `value` when updating `lastCommittedValue` in internal state (#18518) @LukasTy
|
|
155
349
|
- [pickers] Use `usePickerAdapter` hook internally instead of `useUtils` (#18465) @LukasTy
|
|
156
350
|
|
|
157
|
-
#### `@mui/x-date-pickers-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link
|
|
351
|
+
#### `@mui/x-date-pickers-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
158
352
|
|
|
159
353
|
Same changes as in `@mui/x-date-pickers@8.6.0`.
|
|
160
354
|
|
|
@@ -171,7 +365,7 @@ Same changes as in `@mui/x-date-pickers@8.6.0`.
|
|
|
171
365
|
- [charts] Improve touch behavior for polar axis (#18531) @JCQuintas
|
|
172
366
|
- [charts] Add `isElementInside` helper (#18530) @JCQuintas
|
|
173
367
|
|
|
174
|
-
#### `@mui/x-charts-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link
|
|
368
|
+
#### `@mui/x-charts-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
175
369
|
|
|
176
370
|
Same changes as in `@mui/x-charts@8.6.0`, plus:
|
|
177
371
|
|
|
@@ -185,7 +379,7 @@ Same changes as in `@mui/x-charts@8.6.0`, plus:
|
|
|
185
379
|
|
|
186
380
|
Internal changes.
|
|
187
381
|
|
|
188
|
-
#### `@mui/x-tree-view-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link
|
|
382
|
+
#### `@mui/x-tree-view-pro@8.6.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
189
383
|
|
|
190
384
|
Same changes as in `@mui/x-tree-view@8.6.0`, plus:
|
|
191
385
|
|
|
@@ -1400,7 +1594,6 @@ Same changes as in `@mui/x-date-pickers@8.0.0-beta.3`.
|
|
|
1400
1594
|
|
|
1401
1595
|
- Removed `react-spring` as a dependency of `@mui/x-charts`.
|
|
1402
1596
|
A consequence of this change is that the props of some slots have been changed because the `SpringValue` wrapper has been removed. The affected slots and props are:
|
|
1403
|
-
|
|
1404
1597
|
- the type of the `x`, `y`, `width` and `height` props of the `bar` slot are now `number`;
|
|
1405
1598
|
- the type of `startAngle`, `endAngle`, `innerRadius`, `outerRadius`, `arcLabelRadius`, `cornerRadius` and `paddingAngle` props of `pieArc` and `pieArcLabel` slot are now `number`.
|
|
1406
1599
|
|
|
@@ -1968,7 +2161,6 @@ Following are all team members who have contributed to this release:
|
|
|
1968
2161
|
- The `slots.baseFormControl` component was removed.
|
|
1969
2162
|
|
|
1970
2163
|
- The "Reset" button in the column visibility panel now resets to the initial column visibility model. Previously it was reset to the model that was active at the time the panel was opened. The reset behavior follows these rules:
|
|
1971
|
-
|
|
1972
2164
|
1. If an initial `columnVisibilityModel` is provided, it resets to that model.
|
|
1973
2165
|
2. If a controlled `columnVisibilityModel` is provided, it resets to the first model value.
|
|
1974
2166
|
3. When the columns are updated (via the `columns` prop or `updateColumns()` API method), the reset reference point updates to the current `columnVisibilityModel`.
|
|
@@ -1991,7 +2183,6 @@ Following are all team members who have contributed to this release:
|
|
|
1991
2183
|
The `exclude` selection type allows to select all rows except the ones in the `ids` set.
|
|
1992
2184
|
|
|
1993
2185
|
This change impacts the following props:
|
|
1994
|
-
|
|
1995
2186
|
- `rowSelectionModel`
|
|
1996
2187
|
- `onRowSelectionModelChange`
|
|
1997
2188
|
- `initialState.rowSelectionModel`
|
|
@@ -2315,7 +2506,6 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.12`, plus:
|
|
|
2315
2506
|
- The `aria-label` on the `<Clock />` component and Time Picker opening button has been fixed to rely on the set `ampm` property instead of defaulting to the user's locale.
|
|
2316
2507
|
|
|
2317
2508
|
- The following unused formats have been removed from the adapters and can no longer be overridden via the `dateFormats` prop on the `<LocalizationProvider />` component:
|
|
2318
|
-
|
|
2319
2509
|
- `fullTime` - please use `fullTime12h` and `fullTime24h` instead:
|
|
2320
2510
|
```diff
|
|
2321
2511
|
<LocalizationProvider
|
|
@@ -2530,7 +2720,6 @@ Following are all team members who have contributed to this release:
|
|
|
2530
2720
|
|
|
2531
2721
|
- `viewportInnerSize.width` now includes pinned columns' widths (fixes recursive loops in updating dimensions <-> columns)
|
|
2532
2722
|
- The Data Grid now has a default background color, and its customization has moved from `theme.mixins.MuiDataGrid` to `theme.palette.DataGrid` with the following properties:
|
|
2533
|
-
|
|
2534
2723
|
- `bg`: Sets the background color of the entire grid (new property)
|
|
2535
2724
|
- `headerBg`: Sets the background color of the header (previously named `containerBackground`)
|
|
2536
2725
|
- `pinnedBg`: Sets the background color of pinned rows and columns (previously named `pinnedBackground`)
|
|
@@ -2559,7 +2748,6 @@ Following are all team members who have contributed to this release:
|
|
|
2559
2748
|
Only the initial value and the type are updated. Logic that initializes the API and its availability remained the same, which means that if you could access API in a particular line of your code before, you are able to access it as well after this change.
|
|
2560
2749
|
|
|
2561
2750
|
Depending on the context in which the API is being used, you can decide what is the best way to deal with `null` value. Some options are:
|
|
2562
|
-
|
|
2563
2751
|
- Use optional chaining
|
|
2564
2752
|
- Use non-null assertion operator if you are sure your code is always executed when the `apiRef` is not `null`
|
|
2565
2753
|
- Return early if `apiRef` is `null`
|
|
@@ -3083,7 +3271,6 @@ Following are all team members who have contributed to this release:
|
|
|
3083
3271
|
#### Breaking changes
|
|
3084
3272
|
|
|
3085
3273
|
- Passing additional props (like `data-*`, `aria-*`) directly on the Data Grid component is no longer supported. To pass the props, use `slotProps`:
|
|
3086
|
-
|
|
3087
3274
|
- For `.root` element, use `slotProps.root`.
|
|
3088
3275
|
- For `.main` element (the one with `role="grid"`), use `slotProps.main`.
|
|
3089
3276
|
|
|
@@ -3600,14 +3787,12 @@ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.1`, plus:
|
|
|
3600
3787
|
#### Breaking change
|
|
3601
3788
|
|
|
3602
3789
|
- The DX of the Tooltip customization has been refactored
|
|
3603
|
-
|
|
3604
3790
|
- The `tooltip` prop has been removed in favor of `slotProps.tooltip` for consistency.
|
|
3605
3791
|
- The `popper`, `axisContent`, and `itemContent` slots have been removed in favor of the `tooltip` slot which overrides the entire tooltip.
|
|
3606
3792
|
- To override the tooltip content, use the `useItemTooltip` or `useAxisTooltip` hook to get the data, and wrap your component in `ChartsTooltipContainer` to follow the pointer position.
|
|
3607
3793
|
- To override the tooltip placement, use the `ChartsItemTooltipContent` or `ChartsItemTooltipContent` to get default data and place them in your custom tooltip.
|
|
3608
3794
|
|
|
3609
3795
|
- The library now uses the SVG `filter` attribute instead of `d3-color` for color manipulation.
|
|
3610
|
-
|
|
3611
3796
|
- This modification impacts the `LinePlot`, `AreaPlot`, and `BarPlot` components.
|
|
3612
3797
|
If you've customized the `fill` of those elements, you might need to override it by using the CSS `filter`.
|
|
3613
3798
|
- The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance.
|
|
@@ -3717,14 +3902,12 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
|
|
|
3717
3902
|
#### Breaking changes
|
|
3718
3903
|
|
|
3719
3904
|
- The default DOM structure of the field has changed [Learn more](https://mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
|
|
3720
|
-
|
|
3721
3905
|
- Before version `v8.x`, the fields' DOM structure consisted of an `<input />`, which held the whole value for the component, but unfortunately presents a few limitations in terms of accessibility when managing multiple section values.
|
|
3722
3906
|
- Starting with version `v8.x`, all the field and picker components come with a new DOM structure that allows the field component to set aria attributes on individual sections, providing a far better experience with screen readers.
|
|
3723
3907
|
|
|
3724
3908
|
- Some translation keys no longer require `utils` and the date object as parameters, but only the formatted value as a string. The keys affected by this changes are: `clockLabelText`, `openDatePickerDialogue` and `openTimePickerDialogue` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#stop-passing-utils-and-the-date-object-to-some-translation-keys).
|
|
3725
3909
|
|
|
3726
3910
|
- The following types are no longer exported by `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#removed-types).
|
|
3727
|
-
|
|
3728
3911
|
- `UseDateFieldComponentProps`
|
|
3729
3912
|
- `UseTimeFieldComponentProps`
|
|
3730
3913
|
- `UseDateTimeFieldComponentProps`
|
|
@@ -3772,7 +3955,6 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.0`.
|
|
|
3772
3955
|
- The `slots.legend` does not receive the `drawingArea` prop. You can still access your custom legend with the `useDrawingArea()` hook if your custom legend needs it.
|
|
3773
3956
|
|
|
3774
3957
|
- Removed or renamed multiple props from Series — [Learn more](https://mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
|
|
3775
|
-
|
|
3776
3958
|
- The `highlighted` and `faded` properties of highlightScope have been deprecated in favor of `highlight` and `fade`.
|
|
3777
3959
|
The deprecated ones are now removed.
|
|
3778
3960
|
- The `xAxisKey`, `yAxisKey`, and `zAxisKey` properties have been deprecated in favor of `xAxisId`, `yAxisId`, and `zAxisId`.
|
|
@@ -6036,7 +6218,6 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
6036
6218
|
<img width="287" src="https://github.com/user-attachments/assets/78bd83c5-7ce4-4ed7-acf9-be70b2dbce54" alt="Item reordering using drag and drop" />
|
|
6037
6219
|
|
|
6038
6220
|
- 📦 Support CommonJS bundle out of the box on `@mui/x-charts` by adding vendored D3 dependencies.
|
|
6039
|
-
|
|
6040
6221
|
- 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 your `package.json`. You shouldn't be affected otherwise.
|
|
6041
6222
|
- For more context, the initial issue is caused by D3 only exporting ESM.
|
|
6042
6223
|
|
|
@@ -7571,7 +7752,6 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
7571
7752
|
#### Breaking changes
|
|
7572
7753
|
|
|
7573
7754
|
- The `density` is a [controlled prop](https://mui.com/x/react-data-grid/accessibility/#set-the-density-programmatically) now, if you were previously passing the `density` prop to the Data Grid, you will need to do one of the following:
|
|
7574
|
-
|
|
7575
7755
|
1. Move it to the `initialState.density` to initialize it.
|
|
7576
7756
|
|
|
7577
7757
|
```diff
|
|
@@ -8077,7 +8257,6 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.4`.
|
|
|
8077
8257
|
```
|
|
8078
8258
|
|
|
8079
8259
|
- The following internal types were exported by mistake and have been removed from the public API:
|
|
8080
|
-
|
|
8081
8260
|
- `UseDateFieldDefaultizedProps`
|
|
8082
8261
|
- `UseTimeFieldDefaultizedProps`
|
|
8083
8262
|
- `UseDateTimeFieldDefaultizedProps`
|
|
@@ -8318,7 +8497,6 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
8318
8497
|
- 🎁 The Line Chart component now has animation by default (#11620) @alexfauquette
|
|
8319
8498
|
- 🚀 All charts have click handlers (#11411) @alexfauquette
|
|
8320
8499
|
Test their respective documentation demonstrations to know more about the data format:
|
|
8321
|
-
|
|
8322
8500
|
- [Scatter Chart](https://v7.mui.com/x/react-charts/scatter/#click-event)
|
|
8323
8501
|
- [Line Chart](https://v7.mui.com/x/react-charts/lines/#click-event)
|
|
8324
8502
|
- [Bar Chart](https://v7.mui.com/x/react-charts/bars/#click-event)
|
|
@@ -8598,7 +8776,6 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
8598
8776
|
```
|
|
8599
8777
|
|
|
8600
8778
|
The most notable changes that might affect your application or tests are:
|
|
8601
|
-
|
|
8602
8779
|
- The `role="grid"` attribute along with related ARIA attributes are now applied to the inner `div` element instead of the root `div` element:
|
|
8603
8780
|
|
|
8604
8781
|
```diff
|
|
@@ -9149,7 +9326,6 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
|
|
|
9149
9326
|
|
|
9150
9327
|
- The filter panel no longer uses the native version of the [`Select`](https://mui.com/material-ui/react-select/) component for all components.
|
|
9151
9328
|
- The `getOptionValue` and `getOptionLabel` props were removed from the following components:
|
|
9152
|
-
|
|
9153
9329
|
- `GridEditSingleSelectCell`
|
|
9154
9330
|
- `GridFilterInputSingleSelect`
|
|
9155
9331
|
- `GridFilterInputMultipleSingleSelect`
|
|
@@ -9563,7 +9739,6 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-alpha.3`, plus:
|
|
|
9563
9739
|
- Add new parameters to the `shortcuts` slot `onChange` callback
|
|
9564
9740
|
|
|
9565
9741
|
The `onChange` callback fired when selecting a shortcut now requires two new parameters (previously they were optional):
|
|
9566
|
-
|
|
9567
9742
|
- The [`changeImportance`](/x/react-date-pickers/shortcuts/#behavior-when-selecting-a-shortcut) of the shortcut.
|
|
9568
9743
|
- The `item` containing the entire shortcut object.
|
|
9569
9744
|
|
|
@@ -18,7 +18,7 @@ var _material = require("../internals/material");
|
|
|
18
18
|
var _allPlugins = require("../internals/plugins/allPlugins");
|
|
19
19
|
var _useChartDataProviderProProps = require("./useChartDataProviderProProps");
|
|
20
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
|
-
const releaseInfo = "
|
|
21
|
+
const releaseInfo = "MTc1Mjc4OTYwMDAwMA==";
|
|
22
22
|
const packageIdentifier = 'x-charts-pro';
|
|
23
23
|
/**
|
|
24
24
|
* Orchestrates the data providers for the chart components and hooks.
|
|
@@ -90,6 +90,12 @@ process.env.NODE_ENV !== "production" ? ChartDataProviderPro.propTypes = {
|
|
|
90
90
|
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
91
91
|
*/
|
|
92
92
|
dataset: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
93
|
+
/**
|
|
94
|
+
* Options to enable features planned for the next major.
|
|
95
|
+
*/
|
|
96
|
+
experimentalFeatures: _propTypes.default.shape({
|
|
97
|
+
preferStrictDomainInLineCharts: _propTypes.default.bool
|
|
98
|
+
}),
|
|
93
99
|
/**
|
|
94
100
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
95
101
|
*/
|