@mui/x-charts-premium 9.5.0 → 9.6.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.
Files changed (98) hide show
  1. package/BarChartPremium/BarChartPremium.js +5 -3
  2. package/BarChartPremium/BarChartPremium.mjs +5 -3
  3. package/BarChartPremium/BarPlotPremium.js +1 -1
  4. package/BarChartPremium/BarPlotPremium.mjs +1 -1
  5. package/BarChartPremium/RangeBar/RangeBarPlot.js +2 -2
  6. package/BarChartPremium/RangeBar/RangeBarPlot.mjs +2 -2
  7. package/BarChartPremium/RangeBar/seriesConfig/getColor.js +2 -5
  8. package/BarChartPremium/RangeBar/seriesConfig/getColor.mjs +2 -5
  9. package/CHANGELOG.md +151 -0
  10. package/CandlestickChart/CandlestickChart.js +1 -1
  11. package/CandlestickChart/CandlestickChart.mjs +1 -1
  12. package/CandlestickChart/seriesConfig/getColor.js +2 -5
  13. package/CandlestickChart/seriesConfig/getColor.mjs +2 -5
  14. package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +7 -3
  15. package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +7 -3
  16. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +11 -3
  17. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +11 -3
  18. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.mts +1 -1
  19. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.ts +1 -1
  20. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +11 -3
  21. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +11 -3
  22. package/ChartsRenderer/ChartsRenderer.js +1 -1
  23. package/ChartsRenderer/ChartsRenderer.mjs +1 -1
  24. package/HeatmapPremium/HeatmapPremium.js +5 -3
  25. package/HeatmapPremium/HeatmapPremium.mjs +5 -3
  26. package/Map/GeoDataPlot.js +1 -1
  27. package/Map/GeoDataPlot.mjs +1 -1
  28. package/Map/MapShape.d.mts +3 -0
  29. package/Map/MapShape.d.ts +3 -0
  30. package/Map/MapShape.js +10 -1
  31. package/Map/MapShape.mjs +9 -0
  32. package/Map/MapShapePlot.d.mts +5 -1
  33. package/Map/MapShapePlot.d.ts +5 -1
  34. package/Map/MapShapePlot.js +27 -3
  35. package/Map/MapShapePlot.mjs +28 -4
  36. package/Map/index.d.mts +3 -1
  37. package/Map/index.d.ts +3 -1
  38. package/Map/seriesConfig/getColor.js +4 -9
  39. package/Map/seriesConfig/getColor.mjs +4 -9
  40. package/Map/seriesConfig/index.js +2 -0
  41. package/Map/seriesConfig/index.mjs +2 -0
  42. package/Map/seriesConfig/tooltip.js +5 -1
  43. package/Map/seriesConfig/tooltip.mjs +5 -1
  44. package/Map/seriesConfig/tooltipPosition.d.mts +3 -0
  45. package/Map/seriesConfig/tooltipPosition.d.ts +3 -0
  46. package/Map/seriesConfig/tooltipPosition.js +64 -0
  47. package/Map/seriesConfig/tooltipPosition.mjs +58 -0
  48. package/RadialBarChart/RadialBarChart.js +1 -1
  49. package/RadialBarChart/RadialBarChart.mjs +1 -1
  50. package/RadialBarChart/RadialBarPlot.js +1 -1
  51. package/RadialBarChart/RadialBarPlot.mjs +1 -1
  52. package/RadialLineChart/RadialAreaPlot.d.mts +5 -1
  53. package/RadialLineChart/RadialAreaPlot.d.ts +5 -1
  54. package/RadialLineChart/RadialAreaPlot.js +10 -1
  55. package/RadialLineChart/RadialAreaPlot.mjs +11 -2
  56. package/RadialLineChart/RadialLineChart.js +1 -1
  57. package/RadialLineChart/RadialLineChart.mjs +1 -1
  58. package/RadialLineChart/RadialLineHighlightElement.d.mts +3 -0
  59. package/RadialLineChart/RadialLineHighlightElement.d.ts +3 -0
  60. package/RadialLineChart/RadialLineHighlightElement.js +10 -1
  61. package/RadialLineChart/RadialLineHighlightElement.mjs +9 -0
  62. package/RadialLineChart/RadialLineHighlightPlot.d.mts +3 -0
  63. package/RadialLineChart/RadialLineHighlightPlot.d.ts +3 -0
  64. package/RadialLineChart/RadialLineHighlightPlot.js +18 -1
  65. package/RadialLineChart/RadialLineHighlightPlot.mjs +17 -0
  66. package/RadialLineChart/RadialLinePlot.d.mts +5 -1
  67. package/RadialLineChart/RadialLinePlot.d.ts +5 -1
  68. package/RadialLineChart/RadialLinePlot.js +10 -1
  69. package/RadialLineChart/RadialLinePlot.mjs +11 -2
  70. package/RadialLineChart/RadialMarkPlot.d.mts +5 -1
  71. package/RadialLineChart/RadialMarkPlot.d.ts +5 -1
  72. package/RadialLineChart/RadialMarkPlot.js +10 -1
  73. package/RadialLineChart/RadialMarkPlot.mjs +11 -2
  74. package/ScatterChartPremium/ScatterChartPremium.js +5 -3
  75. package/ScatterChartPremium/ScatterChartPremium.mjs +5 -3
  76. package/ScatterChartPremium/ScatterPlotPremium.d.mts +19 -3
  77. package/ScatterChartPremium/ScatterPlotPremium.d.ts +19 -3
  78. package/ScatterChartPremium/ScatterPlotPremium.js +34 -1
  79. package/ScatterChartPremium/ScatterPlotPremium.mjs +36 -2
  80. package/ScatterChartPremium/index.d.mts +1 -1
  81. package/ScatterChartPremium/index.d.ts +1 -1
  82. package/context/ChartPremiumApi.d.mts +4 -1
  83. package/context/ChartPremiumApi.d.ts +4 -1
  84. package/hooks/useGeoData.js +1 -1
  85. package/hooks/useGeoData.mjs +2 -2
  86. package/index.js +1 -1
  87. package/index.mjs +1 -1
  88. package/internals/plugins/useGeoProjection/useGeoProjection.d.mts +1 -1
  89. package/internals/plugins/useGeoProjection/useGeoProjection.d.ts +1 -1
  90. package/internals/plugins/useGeoProjection/useGeoProjection.js +32 -3
  91. package/internals/plugins/useGeoProjection/useGeoProjection.mjs +32 -3
  92. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.mts +12 -34
  93. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.ts +12 -34
  94. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.js +8 -129
  95. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.mjs +8 -128
  96. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.mts +2 -55
  97. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.ts +2 -55
  98. package/package.json +9 -6
@@ -107,7 +107,7 @@ const BarChartPremium = exports.BarChartPremium = /*#__PURE__*/React.forwardRef(
107
107
  }));
108
108
  });
109
109
  if (process.env.NODE_ENV !== "production") BarChartPremium.displayName = "BarChartPremium";
110
- process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
110
+ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes /* remove-proptypes */ = {
111
111
  // ----------------------------- Warning --------------------------------
112
112
  // | These PropTypes are generated from the TypeScript type definitions |
113
113
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -458,11 +458,13 @@ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
458
458
  color: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func]).isRequired,
459
459
  max: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
460
460
  min: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
461
- type: _propTypes.default.oneOf(['continuous']).isRequired
461
+ type: _propTypes.default.oneOf(['continuous']).isRequired,
462
+ unknownColor: _propTypes.default.string
462
463
  }), _propTypes.default.shape({
463
464
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
464
465
  thresholds: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]).isRequired).isRequired,
465
- type: _propTypes.default.oneOf(['piecewise']).isRequired
466
+ type: _propTypes.default.oneOf(['piecewise']).isRequired,
467
+ unknownColor: _propTypes.default.string
466
468
  }), _propTypes.default.shape({
467
469
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
468
470
  type: _propTypes.default.oneOf(['ordinal']).isRequired,
@@ -100,7 +100,7 @@ const BarChartPremium = /*#__PURE__*/React.forwardRef(function BarChartPremium(i
100
100
  }));
101
101
  });
102
102
  if (process.env.NODE_ENV !== "production") BarChartPremium.displayName = "BarChartPremium";
103
- process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
103
+ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes /* remove-proptypes */ = {
104
104
  // ----------------------------- Warning --------------------------------
105
105
  // | These PropTypes are generated from the TypeScript type definitions |
106
106
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -451,11 +451,13 @@ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
451
451
  color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
452
452
  max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
453
453
  min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
454
- type: PropTypes.oneOf(['continuous']).isRequired
454
+ type: PropTypes.oneOf(['continuous']).isRequired,
455
+ unknownColor: PropTypes.string
455
456
  }), PropTypes.shape({
456
457
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
457
458
  thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
458
- type: PropTypes.oneOf(['piecewise']).isRequired
459
+ type: PropTypes.oneOf(['piecewise']).isRequired,
460
+ unknownColor: PropTypes.string
459
461
  }), PropTypes.shape({
460
462
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
461
463
  type: PropTypes.oneOf(['ordinal']).isRequired,
@@ -31,7 +31,7 @@ function BarPlotPremium(_ref) {
31
31
  borderRadius: borderRadius
32
32
  }, other));
33
33
  }
34
- process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes = {
34
+ process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes /* remove-proptypes */ = {
35
35
  // ----------------------------- Warning --------------------------------
36
36
  // | These PropTypes are generated from the TypeScript type definitions |
37
37
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -24,7 +24,7 @@ function BarPlotPremium(_ref) {
24
24
  borderRadius: borderRadius
25
25
  }, other));
26
26
  }
27
- process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes = {
27
+ process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes /* remove-proptypes */ = {
28
28
  // ----------------------------- Warning --------------------------------
29
29
  // | These PropTypes are generated from the TypeScript type definitions |
30
30
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -127,7 +127,7 @@ function RangeBarSvgPlot(props) {
127
127
  })
128
128
  });
129
129
  }
130
- process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
130
+ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes /* remove-proptypes */ = {
131
131
  // ----------------------------- Warning --------------------------------
132
132
  // | These PropTypes are generated from the TypeScript type definitions |
133
133
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -158,7 +158,7 @@ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
158
158
  */
159
159
  slots: _propTypes.default.object
160
160
  } : void 0;
161
- process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes = {
161
+ process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes /* remove-proptypes */ = {
162
162
  // ----------------------------- Warning --------------------------------
163
163
  // | These PropTypes are generated from the TypeScript type definitions |
164
164
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -120,7 +120,7 @@ function RangeBarSvgPlot(props) {
120
120
  })
121
121
  });
122
122
  }
123
- process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
123
+ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes /* remove-proptypes */ = {
124
124
  // ----------------------------- Warning --------------------------------
125
125
  // | These PropTypes are generated from the TypeScript type definitions |
126
126
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -151,7 +151,7 @@ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
151
151
  */
152
152
  slots: PropTypes.object
153
153
  } : void 0;
154
- process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes = {
154
+ process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes /* remove-proptypes */ = {
155
155
  // ----------------------------- Warning --------------------------------
156
156
  // | These PropTypes are generated from the TypeScript type definitions |
157
157
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -16,11 +16,8 @@ const getColor = (series, xAxis, yAxis) => {
16
16
  return series.color;
17
17
  }
18
18
  const value = bandValues[dataIndex];
19
- const color = value === null ? getSeriesColor({
20
- value,
21
- dataIndex
22
- }) : bandColorScale(value);
23
- if (color === null) {
19
+ const color = bandColorScale(value);
20
+ if (typeof color !== 'string') {
24
21
  return getSeriesColor({
25
22
  value,
26
23
  dataIndex
@@ -10,11 +10,8 @@ const getColor = (series, xAxis, yAxis) => {
10
10
  return series.color;
11
11
  }
12
12
  const value = bandValues[dataIndex];
13
- const color = value === null ? getSeriesColor({
14
- value,
15
- dataIndex
16
- }) : bandColorScale(value);
17
- if (color === null) {
13
+ const color = bandColorScale(value);
14
+ if (typeof color !== 'string') {
18
15
  return getSeriesColor({
19
16
  value,
20
17
  dataIndex
package/CHANGELOG.md CHANGED
@@ -1,5 +1,156 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.6.0
4
+
5
+ _Jun 18, 2026_
6
+
7
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 New features for the radial bar charts, like percentage min radius and disabling tick labels.
10
+
11
+ Special thanks go out to these community members for their valuable contributions:
12
+ @adamowski10, @Anexus5919, @Morteza-hp, @mustafajw07, @TargiX
13
+
14
+ The following team members contributed to this release:
15
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @hasdfa, @Janpot, @JCQuintas, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @sai6855
16
+
17
+ ### Data Grid
18
+
19
+ #### `@mui/x-data-grid@9.6.0`
20
+
21
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22849) @arminmeh
22
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22832) @cherniavskii
23
+
24
+ #### `@mui/x-data-grid-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
25
+
26
+ Same changes as in `@mui/x-data-grid@9.6.0`, plus:
27
+
28
+ - [DataGridPro] Prevent incorrect row range capping on the first page with known `rowCount` (#22808) @michelengelen
29
+
30
+ #### `@mui/x-data-grid-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@9.6.0`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@9.6.0`
37
+
38
+ - [pickers] Fix `AdapterMomentHijri.getDaysInMonth` returning the Gregorian month length (#22774) @Anexus5919
39
+ - [l10n] Improve Persian (fa-IR) locale (#22454) @Morteza-hp
40
+
41
+ #### `@mui/x-date-pickers-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
42
+
43
+ Same changes as in `@mui/x-date-pickers@9.6.0`.
44
+
45
+ ### Charts
46
+
47
+ #### `@mui/x-charts@9.6.0`
48
+
49
+ - [charts] Add `disableTickLabel` prop to radial axes (#22801) @JCQuintas
50
+ - [charts] Fix bug when `min` is in axis domain (#22827) @alexfauquette
51
+ - [charts] Fix wheel zoom not centering on cursor position (#22811) @JCQuintas
52
+ - [charts] Remove zoom gesture registration from community package (#22753) @sai6855
53
+ - [charts] Support percentage values for radial axis `minRadius`/`maxRadius` (#22803) @JCQuintas
54
+ - [charts] Support `unknownColor` in color scale (#22813) @alexfauquette
55
+ - [charts] Document click listener for scatter composition (#22809) @sai6855
56
+
57
+ #### `@mui/x-charts-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
58
+
59
+ Same changes as in `@mui/x-charts@9.6.0`.
60
+
61
+ #### `@mui/x-charts-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
62
+
63
+ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
64
+
65
+ - [charts-premium] Add `geoFeatureKey` to transform features identifier (#22848) @alexfauquette
66
+ - [charts-premium] Allow to remove Antartica (#22815) @alexfauquette
67
+ - [charts-premium] Regenerate `ScatterPlotPremium` `propTypes` (#22829) @rita-codes
68
+ - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
69
+ - [docs] Show how to export maps (#22837) @alexfauquette
70
+
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@9.6.0`
75
+
76
+ Internal changes.
77
+
78
+ #### `@mui/x-tree-view-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@9.6.0`.
81
+
82
+ ### Scheduler
83
+
84
+ #### `@mui/x-scheduler@9.0.0-beta.2`
85
+
86
+ - [scheduler] Add dispose lifecycle to `SchedulerLazyLoadingPlugin` (#22532) @rita-codes
87
+ - [scheduler] Add responsive mobile week view and responsive typography (#22593) @noraleonte
88
+ - [scheduler] Add stable weekday token to `recurrenceWeeklyPresetLabel` (#22733) @mustafajw07
89
+ - [scheduler] Create accessibility documentation section (#22557) @mustafajw07
90
+ - [scheduler] Decouple `MonthViewProps` from day time grid props (#22802) @mustafajw07
91
+ - [scheduler] Export missing public scheduler types (#22785) @mustafajw07
92
+ - [scheduler] Fix JSDoc defaults and improve public type readability (#22784) @mustafajw07
93
+ - [scheduler] Fix `aria-labelledby` on events referencing non-existent header IDs (#22778) @rita-codes
94
+ - [scheduler] Move `EventCalendarStyledContext` to internals (#22787) @mustafajw07
95
+ - [scheduler] Normalize all-day recurring occurrences to whole days (#22792) @Anexus5919
96
+ - [scheduler] Recalculate `DayTimeGrid` `hasScroll` on container resize (#22780) @Anexus5919
97
+ - [scheduler] Recompute `nowUpdatedEveryMinute` only on timezone change (#22793) @Anexus5919
98
+ - [scheduler] Register auto-scroll once instead of on every render (#22794) @Anexus5919
99
+ - [scheduler] Remove duplicate dividers in the day/time grid (#22795) @Anexus5919
100
+ - [scheduler] Remove unused `--has-scroll` CSS variable from `DayTimeGrid` (#22799) @Anexus5919
101
+ - [scheduler] Remove vestigial async from internal drop handler (#22781) @mustafajw07
102
+ - [scheduler] Return a primitive key from the Calendar lazy-loading selector (#22791) @Anexus5919
103
+ - [scheduler] Throw on invalid event dates instead of emitting `NaN` timestamps (#22740) @rita-codes
104
+ - [scheduler] Tighten `StandaloneEventProps` data typing (#22796) @mustafajw07
105
+ - [scheduler] Update feedback banner to say beta instead of alpha (#22804) @rita-codes
106
+ - [scheduler] Use `@base-ui` `generateId` for event ids in `createEventModel` (#22788) @rita-codes
107
+ - [scheduler] Clear clipboard after pasting a cut event (#22773) @Anexus5919
108
+ - [scheduler] Show drag placeholder when re-entering the same position (#22775) @Anexus5919
109
+ - [scheduler] Validate missing and duplicate event ids (#22790) @Anexus5919
110
+ - [l10n] Improve Polish (pl-PL) locale (#22612) @adamowski10
111
+
112
+ #### `@mui/x-scheduler-premium@9.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
113
+
114
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
115
+
116
+ - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
117
+ - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
118
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
119
+
120
+ ### Codemod
121
+
122
+ #### `@mui/x-codemod@9.6.0`
123
+
124
+ Internal changes.
125
+
126
+ ### Docs
127
+
128
+ - [docs] Fix link-check build timeout by disabling serve directory listing (#22836) @Janpot
129
+ - [docs] Show how to export maps (#22837) @alexfauquette
130
+ - [docs] Add radial bar overview demo with custom overlays (#22776) @JCQuintas
131
+ - [docs] Add weather composition demo (#22723) @TargiX
132
+ - [docs] Add docs overview gallery and playground (#22488) @hasdfa
133
+ - [docs] Clarify 'Scrolling without render gaps' (#22629) @oliviertassinari
134
+ - [docs] Fix typo in release instructions (#22864) @brijeshb42
135
+
136
+ ### Core
137
+
138
+ - [code-infra] Fix lint issues (#22757) @brijeshb42
139
+ - [code-infra] Fix remaining Dependabot security alerts (#22761) @Janpot
140
+ - [code-infra] Remove release:build from docs:build script (#22852) @brijeshb42
141
+ - [code-infra] Unpin `@mui/utils` version to allow dedupe (#22828) @mustafajw07
142
+ - [docs-infra] Cap Netlify Next.js build parallelism to avoid OOM (#22847) @Janpot
143
+ - [docs-infra] Remove i18n codebase (#22591) @brijeshb42
144
+ - [internal] Fix failing React 18 unit tests (#22846) @brijeshb42
145
+
146
+ ### Miscellaneous
147
+
148
+ - [core] Add remove-proptypes markers to generated `propTypes` (#22850) @JCQuintas
149
+ - [core] Bump vitest packages to 4.1.8 to fix browser-test version skew (#22845) @Janpot
150
+ - [core] Reduce e2e build concurrency to avoid OOM (#22843) @Janpot
151
+ - [core] Strip proptypes from Production bundles (#22750) @sai6855
152
+ - [test] Wait for `GridToolbarCustom` rows before screenshot (#22844) @Janpot
153
+
3
154
  ## 9.5.0
4
155
 
5
156
  _Jun 11, 2026_
@@ -89,7 +89,7 @@ const CandlestickChart = exports.CandlestickChart = /*#__PURE__*/React.forwardRe
89
89
  }));
90
90
  });
91
91
  if (process.env.NODE_ENV !== "production") CandlestickChart.displayName = "CandlestickChart";
92
- process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes = {
92
+ process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes /* remove-proptypes */ = {
93
93
  // ----------------------------- Warning --------------------------------
94
94
  // | These PropTypes are generated from the TypeScript type definitions |
95
95
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -81,7 +81,7 @@ const CandlestickChart = /*#__PURE__*/React.forwardRef(function CandlestickChart
81
81
  }));
82
82
  });
83
83
  if (process.env.NODE_ENV !== "production") CandlestickChart.displayName = "CandlestickChart";
84
- process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes = {
84
+ process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes /* remove-proptypes */ = {
85
85
  // ----------------------------- Warning --------------------------------
86
86
  // | These PropTypes are generated from the TypeScript type definitions |
87
87
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -15,11 +15,8 @@ const getColor = (series, xAxis) => {
15
15
  return series.color;
16
16
  }
17
17
  const value = bandValues[dataIndex];
18
- const color = value === null ? getSeriesColor({
19
- value,
20
- dataIndex
21
- }) : bandColorScale(value);
22
- if (color === null) {
18
+ const color = bandColorScale(value);
19
+ if (typeof color !== 'string') {
23
20
  return getSeriesColor({
24
21
  value,
25
22
  dataIndex
@@ -9,11 +9,8 @@ const getColor = (series, xAxis) => {
9
9
  return series.color;
10
10
  }
11
11
  const value = bandValues[dataIndex];
12
- const color = value === null ? getSeriesColor({
13
- value,
14
- dataIndex
15
- }) : bandColorScale(value);
16
- if (color === null) {
12
+ const color = bandColorScale(value);
13
+ if (typeof color !== 'string') {
17
14
  return getSeriesColor({
18
15
  value,
19
16
  dataIndex
@@ -19,8 +19,8 @@ var _useChartsDataProviderPremiumProps = require("./useChartsDataProviderPremium
19
19
  var _seriesConfig2 = require("../CandlestickChart/seriesConfig");
20
20
  var _jsxRuntime = require("react/jsx-runtime");
21
21
  const packageInfo = {
22
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
23
- version: "9.5.0",
22
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
23
+ version: "9.6.0",
24
24
  name: 'x-charts-premium'
25
25
  };
26
26
  const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
@@ -81,7 +81,7 @@ function ChartsDataProviderPremium(props) {
81
81
  })]
82
82
  }));
83
83
  }
84
- process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
84
+ process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes /* remove-proptypes */ = {
85
85
  // ----------------------------- Warning --------------------------------
86
86
  // | These PropTypes are generated from the TypeScript type definitions |
87
87
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -98,6 +98,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
98
98
  * An array of objects that can be used to populate series and axes data using their `dataKey` property.
99
99
  */
100
100
  dataset: _propTypes.default.arrayOf(_propTypes.default.object),
101
+ /**
102
+ * Options to enable features planned for the next major.
103
+ */
104
+ experimentalFeatures: _propTypes.default.any,
101
105
  /**
102
106
  * The height of the chart in px. If not defined, it takes the height of the parent element.
103
107
  */
@@ -13,8 +13,8 @@ import { useChartsDataProviderPremiumProps } from "./useChartsDataProviderPremiu
13
13
  import { ohlcSeriesConfig } from "../CandlestickChart/seriesConfig/index.mjs";
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  const packageInfo = {
16
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
17
- version: "9.5.0",
16
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
17
+ version: "9.6.0",
18
18
  name: 'x-charts-premium'
19
19
  };
20
20
  export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
@@ -75,7 +75,7 @@ function ChartsDataProviderPremium(props) {
75
75
  })]
76
76
  }));
77
77
  }
78
- process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
78
+ process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes /* remove-proptypes */ = {
79
79
  // ----------------------------- Warning --------------------------------
80
80
  // | These PropTypes are generated from the TypeScript type definitions |
81
81
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -92,6 +92,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
92
92
  * An array of objects that can be used to populate series and axes data using their `dataKey` property.
93
93
  */
94
94
  dataset: PropTypes.arrayOf(PropTypes.object),
95
+ /**
96
+ * Options to enable features planned for the next major.
97
+ */
98
+ experimentalFeatures: PropTypes.any,
95
99
  /**
96
100
  * The height of the chart in px. If not defined, it takes the height of the parent element.
97
101
  */
@@ -18,8 +18,8 @@ var _useChartsGeoDataProviderPremiumProps = require("./useChartsGeoDataProviderP
18
18
  var _ChartsGeoDataProviderPremium = require("./ChartsGeoDataProviderPremium.plugins");
19
19
  var _jsxRuntime = require("react/jsx-runtime");
20
20
  const packageInfo = {
21
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
22
- version: "9.5.0",
21
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
22
+ version: "9.6.0",
23
23
  name: 'x-charts-premium'
24
24
  };
25
25
  /**
@@ -60,7 +60,7 @@ function ChartsGeoDataProviderPremium(props) {
60
60
  })]
61
61
  }));
62
62
  }
63
- process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes = {
63
+ process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes /* remove-proptypes */ = {
64
64
  // ----------------------------- Warning --------------------------------
65
65
  // | These PropTypes are generated from the TypeScript type definitions |
66
66
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -73,6 +73,14 @@ process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes =
73
73
  * @default rainbowSurgePalette
74
74
  */
75
75
  colors: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string), _propTypes.default.func]),
76
+ /**
77
+ * An array of objects that can be used to populate series and axes data using their `dataKey` property.
78
+ */
79
+ dataset: _propTypes.default.arrayOf(_propTypes.default.object),
80
+ /**
81
+ * Options to enable features planned for the next major.
82
+ */
83
+ experimentalFeatures: _propTypes.default.any,
76
84
  /**
77
85
  * The height of the chart in px. If not defined, it takes the height of the parent element.
78
86
  */
@@ -11,8 +11,8 @@ import { useChartsGeoDataProviderPremiumProps } from "./useChartsGeoDataProvider
11
11
  import { GEO_PREMIUM_PLUGINS } from "./ChartsGeoDataProviderPremium.plugins.mjs";
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  const packageInfo = {
14
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
15
- version: "9.5.0",
14
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
15
+ version: "9.6.0",
16
16
  name: 'x-charts-premium'
17
17
  };
18
18
  /**
@@ -53,7 +53,7 @@ function ChartsGeoDataProviderPremium(props) {
53
53
  })]
54
54
  }));
55
55
  }
56
- process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes = {
56
+ process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes /* remove-proptypes */ = {
57
57
  // ----------------------------- Warning --------------------------------
58
58
  // | These PropTypes are generated from the TypeScript type definitions |
59
59
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -66,6 +66,14 @@ process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes =
66
66
  * @default rainbowSurgePalette
67
67
  */
68
68
  colors: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.func]),
69
+ /**
70
+ * An array of objects that can be used to populate series and axes data using their `dataKey` property.
71
+ */
72
+ dataset: PropTypes.arrayOf(PropTypes.object),
73
+ /**
74
+ * Options to enable features planned for the next major.
75
+ */
76
+ experimentalFeatures: PropTypes.any,
69
77
  /**
70
78
  * The height of the chart in px. If not defined, it takes the height of the parent element.
71
79
  */
@@ -1,5 +1,5 @@
1
1
  import { type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature, type UseChartZAxisSignature, type ChartSeriesType } from '@mui/x-charts/internals';
2
2
  import { type UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  import { type UseGeoProjectionSignature } from "../internals/plugins/useGeoProjection/index.mjs";
4
- export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionSignature>];
4
+ export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types").UseGeoProjectionSignature>];
5
5
  export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature];
@@ -1,5 +1,5 @@
1
1
  import { type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature, type UseChartZAxisSignature, type ChartSeriesType } from '@mui/x-charts/internals';
2
2
  import { type UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  import { type UseGeoProjectionSignature } from "../internals/plugins/useGeoProjection/index.js";
4
- export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionSignature>];
4
+ export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types").UseGeoProjectionSignature>];
5
5
  export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature];
@@ -19,8 +19,8 @@ var _ChartsRadialDataProviderPremium = require("./ChartsRadialDataProviderPremiu
19
19
  var _seriesConfig = require("../RadialLineChart/seriesConfig");
20
20
  var _jsxRuntime = require("react/jsx-runtime");
21
21
  const packageInfo = {
22
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
23
- version: "9.5.0",
22
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
23
+ version: "9.6.0",
24
24
  name: 'x-charts-premium'
25
25
  };
26
26
  const defaultRadialPremiumSeriesConfig = {
@@ -67,7 +67,7 @@ function ChartsRadialDataProviderPremium(props) {
67
67
  })]
68
68
  }));
69
69
  }
70
- process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes = {
70
+ process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes /* remove-proptypes */ = {
71
71
  // ----------------------------- Warning --------------------------------
72
72
  // | These PropTypes are generated from the TypeScript type definitions |
73
73
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -80,6 +80,14 @@ process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propType
80
80
  * @default rainbowSurgePalette
81
81
  */
82
82
  colors: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string), _propTypes.default.func]),
83
+ /**
84
+ * An array of objects that can be used to populate series and axes data using their `dataKey` property.
85
+ */
86
+ dataset: _propTypes.default.arrayOf(_propTypes.default.object),
87
+ /**
88
+ * Options to enable features planned for the next major.
89
+ */
90
+ experimentalFeatures: _propTypes.default.any,
83
91
  /**
84
92
  * The height of the chart in px. If not defined, it takes the height of the parent element.
85
93
  */
@@ -12,8 +12,8 @@ import { RADIAL_PREMIUM_PLUGINS } from "./ChartsRadialDataProviderPremium.plugin
12
12
  import { radialLineSeriesConfig } from "../RadialLineChart/seriesConfig/index.mjs";
13
13
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
14
  const packageInfo = {
15
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
16
- version: "9.5.0",
15
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
16
+ version: "9.6.0",
17
17
  name: 'x-charts-premium'
18
18
  };
19
19
  const defaultRadialPremiumSeriesConfig = {
@@ -60,7 +60,7 @@ function ChartsRadialDataProviderPremium(props) {
60
60
  })]
61
61
  }));
62
62
  }
63
- process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes = {
63
+ process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes /* remove-proptypes */ = {
64
64
  // ----------------------------- Warning --------------------------------
65
65
  // | These PropTypes are generated from the TypeScript type definitions |
66
66
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -73,6 +73,14 @@ process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propType
73
73
  * @default rainbowSurgePalette
74
74
  */
75
75
  colors: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.func]),
76
+ /**
77
+ * An array of objects that can be used to populate series and axes data using their `dataKey` property.
78
+ */
79
+ dataset: PropTypes.arrayOf(PropTypes.object),
80
+ /**
81
+ * Options to enable features planned for the next major.
82
+ */
83
+ experimentalFeatures: PropTypes.any,
76
84
  /**
77
85
  * The height of the chart in px. If not defined, it takes the height of the parent element.
78
86
  */
@@ -277,7 +277,7 @@ function ChartsRenderer({
277
277
  }
278
278
  return null;
279
279
  }
280
- process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes = {
280
+ process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes /* remove-proptypes */ = {
281
281
  // ----------------------------- Warning --------------------------------
282
282
  // | These PropTypes are generated from the TypeScript type definitions |
283
283
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -269,7 +269,7 @@ function ChartsRenderer({
269
269
  }
270
270
  return null;
271
271
  }
272
- process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes = {
272
+ process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes /* remove-proptypes */ = {
273
273
  // ----------------------------- Warning --------------------------------
274
274
  // | These PropTypes are generated from the TypeScript type definitions |
275
275
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -70,7 +70,7 @@ const HeatmapPremium = exports.HeatmapPremium = /*#__PURE__*/React.forwardRef(fu
70
70
  }));
71
71
  });
72
72
  if (process.env.NODE_ENV !== "production") HeatmapPremium.displayName = "HeatmapPremium";
73
- process.env.NODE_ENV !== "production" ? HeatmapPremium.propTypes = {
73
+ process.env.NODE_ENV !== "production" ? HeatmapPremium.propTypes /* remove-proptypes */ = {
74
74
  // ----------------------------- Warning --------------------------------
75
75
  // | These PropTypes are generated from the TypeScript type definitions |
76
76
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -308,11 +308,13 @@ process.env.NODE_ENV !== "production" ? HeatmapPremium.propTypes = {
308
308
  color: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func]).isRequired,
309
309
  max: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
310
310
  min: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
311
- type: _propTypes.default.oneOf(['continuous']).isRequired
311
+ type: _propTypes.default.oneOf(['continuous']).isRequired,
312
+ unknownColor: _propTypes.default.string
312
313
  }), _propTypes.default.shape({
313
314
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
314
315
  thresholds: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]).isRequired).isRequired,
315
- type: _propTypes.default.oneOf(['piecewise']).isRequired
316
+ type: _propTypes.default.oneOf(['piecewise']).isRequired,
317
+ unknownColor: _propTypes.default.string
316
318
  }), _propTypes.default.shape({
317
319
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
318
320
  type: _propTypes.default.oneOf(['ordinal']).isRequired,