@mui/x-charts-pro 9.1.0 → 9.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,108 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.2.0
4
+
5
+ _May 13, 2026_
6
+
7
+ We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - ⚡️ Add a WebGL renderer to the [Bar chart](https://mui.com/x/react-charts/bars/#webgl-renderer)
10
+ - 📊 Add a radial charts with the [radial line](https://mui.com/x/react-charts/radial-lines/), [radial bar](https://mui.com/x/react-charts/radial-bars/), and the [radial grid and axes](https://mui.com/x/react-charts/radial-axes/)
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to these community members for their valuable contributions:
15
+ @Anexus5919, @mustafajw07
16
+
17
+ The following team members contributed to this release:
18
+ @aemartos, @alexfauquette, @bernardobelchior, @JCQuintas, @oliviertassinari, @sai6855, @siriwatknp
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@9.2.0`
23
+
24
+ - [data grid] Add support for pinned columns in `GridVirtualScroller` (#22347) @sai6855
25
+ - [data grid] Remove unused CSS (#22390) @oliviertassinari
26
+
27
+ #### `@mui/x-data-grid-pro@9.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
28
+
29
+ Same changes as in `@mui/x-data-grid@9.2.0`.
30
+
31
+ #### `@mui/x-data-grid-premium@9.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
32
+
33
+ Same changes as in `@mui/x-data-grid-pro@9.2.0`.
34
+
35
+ ### Date and Time Pickers
36
+
37
+ #### `@mui/x-date-pickers@9.2.0`
38
+
39
+ - [pickers] Trim test helpers' default load graph (#22421) @JCQuintas
40
+
41
+ #### `@mui/x-date-pickers-pro@9.2.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.2.0`.
44
+
45
+ ### Charts
46
+
47
+ #### `@mui/x-charts@9.2.0`
48
+
49
+ Internal changes.
50
+
51
+ #### `@mui/x-charts-pro@9.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-charts@9.2.0`.
54
+
55
+ #### `@mui/x-charts-premium@9.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
56
+
57
+ Same changes as in `@mui/x-charts-pro@9.2.0`, plus:
58
+
59
+ - [charts-premium] Add `Highlight` support to `RadialBarChart` (#22322) @alexfauquette
60
+ - [charts-premium] Add `WebGL` renderer to `BarChartPremium` (#22354) @JCQuintas
61
+ - [charts-premium] Add mark shape support to the radial line (#22242) @alexfauquette
62
+ - [charts-premium] `RadialBarChart` support axis interaction with layout horizontal (#22319) @alexfauquette
63
+
64
+ ### Tree View
65
+
66
+ #### `@mui/x-tree-view@9.1.0`
67
+
68
+ Internal changes.
69
+
70
+ #### `@mui/x-tree-view-pro@9.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
71
+
72
+ Same changes as in `@mui/x-tree-view@9.1.0`.
73
+
74
+ ### Scheduler
75
+
76
+ #### `@mui/x-scheduler@9.0.0-alpha.6`
77
+
78
+ - [scheduler] Complete ARIA grid semantics on `EventTimeline` and `EventCalendar` (#22266) @Anexus5919
79
+ - [scheduler] Improve UX for recurrence tab (#22287) @mustafajw07
80
+
81
+ #### `@mui/x-scheduler-premium@9.0.0-alpha.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
82
+
83
+ Same changes as in `@mui/x-scheduler@9.0.0-alpha.6`.
84
+
85
+ ### Codemod
86
+
87
+ #### `@mui/x-codemod@9.1.0`
88
+
89
+ Internal changes.
90
+
91
+ ### Docs
92
+
93
+ - [docs] Document the `RadialBarChart` (#22320) @alexfauquette
94
+ - [docs] Add histogram demo to bar-demo page (#22373) @siriwatknp
95
+ - [docs] Add radial bar to the nav bar (#22429) @alexfauquette
96
+ - [docs] Split radial grid and radial line pages (#22238) @alexfauquette
97
+
98
+ ### Miscellaneous
99
+
100
+ - [test] Disable animations in chart benchmarks (#22433) @bernardobelchior
101
+ - [test] Move `x-internal-gestures` vitest isolate flag to test block (#22427) @JCQuintas
102
+ - [test] Reduce flakiness in `MobileTimeRangePicker` multi-input `describeValue` tests (#22422) @JCQuintas
103
+ - [x-license] Exclude compat test pins from Renovate major bumps (#22414) @aemartos
104
+ - [x-license] Add cross-major license format compatibility tests (#22335) @aemartos
105
+
3
106
  ## 9.1.0
4
107
 
5
108
  _May 8, 2026_
@@ -18,8 +18,8 @@ var _useChartsDataProviderProProps = require("./useChartsDataProviderProProps");
18
18
  var _ChartsWatermark = require("../internals/ChartsWatermark");
19
19
  var _jsxRuntime = require("react/jsx-runtime");
20
20
  const packageInfo = {
21
- releaseDate: "MTc3ODE5ODQwMDAwMA==",
22
- version: "9.1.0",
21
+ releaseDate: "MTc3ODYzMDQwMDAwMA==",
22
+ version: "9.2.0",
23
23
  name: 'x-charts-pro'
24
24
  };
25
25
  const defaultSeriesConfigPro = exports.defaultSeriesConfigPro = _internals.defaultSeriesConfig;
@@ -11,8 +11,8 @@ import { useChartsDataProviderProProps } from "./useChartsDataProviderProProps.m
11
11
  import { ChartsWatermark } from "../internals/ChartsWatermark.mjs";
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  const packageInfo = {
14
- releaseDate: "MTc3ODE5ODQwMDAwMA==",
15
- version: "9.1.0",
14
+ releaseDate: "MTc3ODYzMDQwMDAwMA==",
15
+ version: "9.2.0",
16
16
  name: 'x-charts-pro'
17
17
  };
18
18
  export const defaultSeriesConfigPro = defaultSeriesConfig;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v9.1.0
2
+ * @mui/x-charts-pro v9.2.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v9.1.0
2
+ * @mui/x-charts-pro v9.2.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-pro",
3
- "version": "9.1.0",
3
+ "version": "9.2.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The Pro plan edition of the MUI X Charts components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.29.2",
31
- "@mui/utils": "9.0.0",
31
+ "@mui/utils": "9.0.1",
32
32
  "clsx": "^2.1.1",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/x-internal-gestures": "^9.1.0",
35
- "@mui/x-charts": "^9.1.0",
36
34
  "@mui/x-charts-vendor": "^9.0.0",
35
+ "@mui/x-charts": "^9.2.0",
37
36
  "@mui/x-internals": "^9.1.0",
38
- "@mui/x-license": "^9.1.0"
37
+ "@mui/x-license": "^9.2.0",
38
+ "@mui/x-internal-gestures": "^9.2.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@emotion/react": "^11.9.0",
@@ -665,224 +665,224 @@
665
665
  }
666
666
  },
667
667
  "./SankeyChart": {
668
- "require": {
669
- "types": "./SankeyChart/index.d.ts",
670
- "default": "./SankeyChart/index.js"
671
- },
672
668
  "import": {
673
669
  "types": "./SankeyChart/index.d.mts",
674
670
  "default": "./SankeyChart/index.mjs"
675
671
  },
672
+ "require": {
673
+ "types": "./SankeyChart/index.d.ts",
674
+ "default": "./SankeyChart/index.js"
675
+ },
676
676
  "default": {
677
677
  "types": "./SankeyChart/index.d.mts",
678
678
  "default": "./SankeyChart/index.mjs"
679
679
  }
680
680
  },
681
681
  "./ScatterChart": {
682
- "require": {
683
- "types": "./ScatterChart/index.d.ts",
684
- "default": "./ScatterChart/index.js"
685
- },
686
682
  "import": {
687
683
  "types": "./ScatterChart/index.d.mts",
688
684
  "default": "./ScatterChart/index.mjs"
689
685
  },
686
+ "require": {
687
+ "types": "./ScatterChart/index.d.ts",
688
+ "default": "./ScatterChart/index.js"
689
+ },
690
690
  "default": {
691
691
  "types": "./ScatterChart/index.d.mts",
692
692
  "default": "./ScatterChart/index.mjs"
693
693
  }
694
694
  },
695
695
  "./ScatterChartPro": {
696
- "require": {
697
- "types": "./ScatterChartPro/index.d.ts",
698
- "default": "./ScatterChartPro/index.js"
699
- },
700
696
  "import": {
701
697
  "types": "./ScatterChartPro/index.d.mts",
702
698
  "default": "./ScatterChartPro/index.mjs"
703
699
  },
700
+ "require": {
701
+ "types": "./ScatterChartPro/index.d.ts",
702
+ "default": "./ScatterChartPro/index.js"
703
+ },
704
704
  "default": {
705
705
  "types": "./ScatterChartPro/index.d.mts",
706
706
  "default": "./ScatterChartPro/index.mjs"
707
707
  }
708
708
  },
709
709
  "./SparkLineChart": {
710
- "require": {
711
- "types": "./SparkLineChart/index.d.ts",
712
- "default": "./SparkLineChart/index.js"
713
- },
714
710
  "import": {
715
711
  "types": "./SparkLineChart/index.d.mts",
716
712
  "default": "./SparkLineChart/index.mjs"
717
713
  },
714
+ "require": {
715
+ "types": "./SparkLineChart/index.d.ts",
716
+ "default": "./SparkLineChart/index.js"
717
+ },
718
718
  "default": {
719
719
  "types": "./SparkLineChart/index.d.mts",
720
720
  "default": "./SparkLineChart/index.mjs"
721
721
  }
722
722
  },
723
723
  "./Toolbar": {
724
- "require": {
725
- "types": "./Toolbar/index.d.ts",
726
- "default": "./Toolbar/index.js"
727
- },
728
724
  "import": {
729
725
  "types": "./Toolbar/index.d.mts",
730
726
  "default": "./Toolbar/index.mjs"
731
727
  },
728
+ "require": {
729
+ "types": "./Toolbar/index.d.ts",
730
+ "default": "./Toolbar/index.js"
731
+ },
732
732
  "default": {
733
733
  "types": "./Toolbar/index.d.mts",
734
734
  "default": "./Toolbar/index.mjs"
735
735
  }
736
736
  },
737
737
  "./colorPalettes": {
738
- "require": {
739
- "types": "./colorPalettes/index.d.ts",
740
- "default": "./colorPalettes/index.js"
741
- },
742
738
  "import": {
743
739
  "types": "./colorPalettes/index.d.mts",
744
740
  "default": "./colorPalettes/index.mjs"
745
741
  },
742
+ "require": {
743
+ "types": "./colorPalettes/index.d.ts",
744
+ "default": "./colorPalettes/index.js"
745
+ },
746
746
  "default": {
747
747
  "types": "./colorPalettes/index.d.mts",
748
748
  "default": "./colorPalettes/index.mjs"
749
749
  }
750
750
  },
751
751
  "./constants": {
752
- "require": {
753
- "types": "./constants/index.d.ts",
754
- "default": "./constants/index.js"
755
- },
756
752
  "import": {
757
753
  "types": "./constants/index.d.mts",
758
754
  "default": "./constants/index.mjs"
759
755
  },
756
+ "require": {
757
+ "types": "./constants/index.d.ts",
758
+ "default": "./constants/index.js"
759
+ },
760
760
  "default": {
761
761
  "types": "./constants/index.d.mts",
762
762
  "default": "./constants/index.mjs"
763
763
  }
764
764
  },
765
765
  "./context": {
766
- "require": {
767
- "types": "./context/index.d.ts",
768
- "default": "./context/index.js"
769
- },
770
766
  "import": {
771
767
  "types": "./context/index.d.mts",
772
768
  "default": "./context/index.mjs"
773
769
  },
770
+ "require": {
771
+ "types": "./context/index.d.ts",
772
+ "default": "./context/index.js"
773
+ },
774
774
  "default": {
775
775
  "types": "./context/index.d.mts",
776
776
  "default": "./context/index.mjs"
777
777
  }
778
778
  },
779
779
  "./hooks": {
780
- "require": {
781
- "types": "./hooks/index.d.ts",
782
- "default": "./hooks/index.js"
783
- },
784
780
  "import": {
785
781
  "types": "./hooks/index.d.mts",
786
782
  "default": "./hooks/index.mjs"
787
783
  },
784
+ "require": {
785
+ "types": "./hooks/index.d.ts",
786
+ "default": "./hooks/index.js"
787
+ },
788
788
  "default": {
789
789
  "types": "./hooks/index.d.mts",
790
790
  "default": "./hooks/index.mjs"
791
791
  }
792
792
  },
793
793
  "./internals": {
794
- "require": {
795
- "types": "./internals/index.d.ts",
796
- "default": "./internals/index.js"
797
- },
798
794
  "import": {
799
795
  "types": "./internals/index.d.mts",
800
796
  "default": "./internals/index.mjs"
801
797
  },
798
+ "require": {
799
+ "types": "./internals/index.d.ts",
800
+ "default": "./internals/index.js"
801
+ },
802
802
  "default": {
803
803
  "types": "./internals/index.d.mts",
804
804
  "default": "./internals/index.mjs"
805
805
  }
806
806
  },
807
807
  "./locales": {
808
- "require": {
809
- "types": "./locales/index.d.ts",
810
- "default": "./locales/index.js"
811
- },
812
808
  "import": {
813
809
  "types": "./locales/index.d.mts",
814
810
  "default": "./locales/index.mjs"
815
811
  },
812
+ "require": {
813
+ "types": "./locales/index.d.ts",
814
+ "default": "./locales/index.js"
815
+ },
816
816
  "default": {
817
817
  "types": "./locales/index.d.mts",
818
818
  "default": "./locales/index.mjs"
819
819
  }
820
820
  },
821
821
  "./models": {
822
- "require": {
823
- "types": "./models/index.d.ts",
824
- "default": "./models/index.js"
825
- },
826
822
  "import": {
827
823
  "types": "./models/index.d.mts",
828
824
  "default": "./models/index.mjs"
829
825
  },
826
+ "require": {
827
+ "types": "./models/index.d.ts",
828
+ "default": "./models/index.js"
829
+ },
830
830
  "default": {
831
831
  "types": "./models/index.d.mts",
832
832
  "default": "./models/index.mjs"
833
833
  }
834
834
  },
835
835
  "./plugins": {
836
- "require": {
837
- "types": "./plugins/index.d.ts",
838
- "default": "./plugins/index.js"
839
- },
840
836
  "import": {
841
837
  "types": "./plugins/index.d.mts",
842
838
  "default": "./plugins/index.mjs"
843
839
  },
840
+ "require": {
841
+ "types": "./plugins/index.d.ts",
842
+ "default": "./plugins/index.js"
843
+ },
844
844
  "default": {
845
845
  "types": "./plugins/index.d.mts",
846
846
  "default": "./plugins/index.mjs"
847
847
  }
848
848
  },
849
849
  "./themeAugmentation": {
850
- "require": {
851
- "types": "./themeAugmentation/index.d.ts",
852
- "default": "./themeAugmentation/index.js"
853
- },
854
850
  "import": {
855
851
  "types": "./themeAugmentation/index.d.mts",
856
852
  "default": "./themeAugmentation/index.mjs"
857
853
  },
854
+ "require": {
855
+ "types": "./themeAugmentation/index.d.ts",
856
+ "default": "./themeAugmentation/index.js"
857
+ },
858
858
  "default": {
859
859
  "types": "./themeAugmentation/index.d.mts",
860
860
  "default": "./themeAugmentation/index.mjs"
861
861
  }
862
862
  },
863
863
  "./typeOverloads": {
864
- "require": {
865
- "types": "./typeOverloads/index.d.ts",
866
- "default": "./typeOverloads/index.js"
867
- },
868
864
  "import": {
869
865
  "types": "./typeOverloads/index.d.mts",
870
866
  "default": "./typeOverloads/index.mjs"
871
867
  },
868
+ "require": {
869
+ "types": "./typeOverloads/index.d.ts",
870
+ "default": "./typeOverloads/index.js"
871
+ },
872
872
  "default": {
873
873
  "types": "./typeOverloads/index.d.mts",
874
874
  "default": "./typeOverloads/index.mjs"
875
875
  }
876
876
  },
877
877
  "./utils": {
878
- "require": {
879
- "types": "./utils/index.d.ts",
880
- "default": "./utils/index.js"
881
- },
882
878
  "import": {
883
879
  "types": "./utils/index.d.mts",
884
880
  "default": "./utils/index.mjs"
885
881
  },
882
+ "require": {
883
+ "types": "./utils/index.d.ts",
884
+ "default": "./utils/index.js"
885
+ },
886
886
  "default": {
887
887
  "types": "./utils/index.d.mts",
888
888
  "default": "./utils/index.mjs"