@mui/x-license 9.0.0-alpha.3 → 9.0.0-beta.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,234 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.0.0-beta.0
4
+
5
+ <!-- generated comparing v9.0.0-alpha.4..master -->
6
+
7
+ _Mar 27, 2026_
8
+
9
+ We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🔊 New Charts voiceover component for improved screen reader support
12
+ - ⌨️ Charts keyboard navigation improvements: axis tooltip now shows when navigating with the keyboard
13
+ - 📊 Charts axes now can be set to automatically resize to fit their content
14
+ - 📝 New `rowCheckbox` slot in Data Grid for easier checkbox column customization
15
+ - ⚡️ `fetchRows()` API in Data Grid Pro now defaults `start` and `end` based on scroll position with lazy loading
16
+ - 🐞 Bugfixes and internal improvements
17
+
18
+ The following team members contributed to this release:
19
+ @aemartos, @alexfauquette, @arminmeh, @cherniavskii, @Janpot, @JCQuintas, @mapache-salvaje, @michelengelen, @noraleonte, @rita-codes
20
+
21
+ ### Data Grid
22
+
23
+ #### `@mui/x-data-grid@9.0.0-beta.0`
24
+
25
+ - [DataGrid] Add `rowCheckbox` slot for easier customization (#21797) @michelengelen
26
+ - [DataGrid] Prevent repeated `hasScrollbar` state updates (#21820) @arminmeh
27
+
28
+ #### `@mui/x-data-grid-pro@9.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
29
+
30
+ Same changes as in `@mui/x-data-grid@9.0.0-beta.0`, plus:
31
+
32
+ - [DataGridPro] `fetchRows()` API's default `start` and `end` params based on scroll position with lazy loading (#21742) @arminmeh
33
+
34
+ #### `@mui/x-data-grid-premium@9.0.0-beta.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35
+
36
+ Same changes as in `@mui/x-data-grid-pro@9.0.0-beta.0`.
37
+
38
+ ### Date and Time Pickers
39
+
40
+ #### `@mui/x-date-pickers@9.0.0-beta.0`
41
+
42
+ Internal changes.
43
+
44
+ #### `@mui/x-date-pickers-pro@9.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
45
+
46
+ Same changes as in `@mui/x-date-pickers@9.0.0-beta.0`.
47
+
48
+ ### Charts
49
+
50
+ #### `@mui/x-charts@9.0.0-beta.0`
51
+
52
+ - [charts] Add `className` prop to Pro chart plot components (#21793) @JCQuintas
53
+ - [charts] Add experimental position-based pointer interaction for line series (#21809) @JCQuintas
54
+ - [charts] Add l10n to the bar accessibility (#21815) @alexfauquette
55
+ - [charts] Add localization for the basic charts (#21822) @alexfauquette
56
+ - [charts] Add voiceover component (#21344) @alexfauquette
57
+ - [charts] Allow axes to automatically resize to content (#21087) @JCQuintas
58
+ - [charts] Document multiple use-cases for references (#21768) @alexfauquette
59
+ - [charts] Remove compatibility layer for React vs native events (#21780) @JCQuintas
60
+ - [charts] Remove deprecated `barLabel` props (#21783) @alexfauquette
61
+ - [charts] Show axis tooltip when navigating with keyboard (#21689) @Copilot
62
+
63
+ #### `@mui/x-charts-pro@9.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
64
+
65
+ Same changes as in `@mui/x-charts@9.0.0-beta.0`.
66
+
67
+ #### `@mui/x-charts-premium@9.0.0-beta.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
68
+
69
+ Same changes as in `@mui/x-charts-pro@9.0.0-beta.0`.
70
+
71
+ ### Tree View
72
+
73
+ #### `@mui/x-tree-view@9.0.0-alpha.4`
74
+
75
+ Internal changes.
76
+
77
+ #### `@mui/x-tree-view-pro@9.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
78
+
79
+ Same changes as in `@mui/x-tree-view@9.0.0-alpha.4`.
80
+
81
+ ### Codemod
82
+
83
+ #### `@mui/x-codemod@9.0.0-alpha.4`
84
+
85
+ Internal changes.
86
+
87
+ ### Docs
88
+
89
+ - [docs] Document how to customize voiceover announcement (#21833) @alexfauquette
90
+ - [docs] Remove Discord mention from docs (#21855) @mapache-salvaje
91
+ - [docs] Remove stabilized experimental feature from demo (#21869) @JCQuintas
92
+ - [docs] Update telemetry guide to reflect pseudonymous data collection and license compliance (#21812) @aemartos
93
+ - [docs] Revise the Sparkline doc (#21614) @mapache-salvaje
94
+ - [docs] Revise the Gauge doc (#21673) @mapache-salvaje
95
+ - [docs] Revise the Heatmap doc (#21676) @mapache-salvaje
96
+
97
+ ### Core
98
+
99
+ - [code-infra] Remove unused deps and unify es-toolkit via catalog (#21840) @Janpot
100
+ - [code-infra] Update @mui/internal-bundle-size-checker to canary.68 (#21836) @Janpot
101
+ - [code-infra] Update next (#21837) @Janpot
102
+ - [internal] Remove headless data grid packages (#21843) @cherniavskii
103
+
104
+ ### Miscellaneous
105
+
106
+ - Add @romgrk to CODEOWNERS for `x-virtualizer` and `x-internals` (#21819) @Copilot
107
+ - [x-license] add 2022 plan version (#21814) @aemartos
108
+
109
+ ## 9.0.0-alpha.4
110
+
111
+ _Mar 19, 2026_
112
+
113
+ We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:
114
+
115
+ - 🐞 Bugfixes and internal improvements
116
+
117
+ The following team members contributed to this release:
118
+ @aemartos, @alexfauquette, @bernardobelchior, @Janpot, @JCQuintas, @LukasTy, @mapache-salvaje, @michelengelen, @noraleonte, @rita-codes, @sai6855, @siriwatknp
119
+
120
+ ### Data Grid
121
+
122
+ #### `@mui/x-data-grid@9.0.0-alpha.4`
123
+
124
+ - [DataGrid] Mark charts integration as stable (#21764) @JCQuintas
125
+ - [DataGrid] Move `elementOverrides` to constants and remove duplicates (#21618) @sai6855
126
+ - [DataGrid] Migrate from deprecated Material UI APIs (#21682) @siriwatknp
127
+
128
+ #### `@mui/x-data-grid-pro@9.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
129
+
130
+ Same changes as in `@mui/x-data-grid@9.0.0-alpha.4`.
131
+
132
+ #### `@mui/x-data-grid-premium@9.0.0-alpha.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
133
+
134
+ Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.4`.
135
+
136
+ ### Date and Time Pickers
137
+
138
+ #### `@mui/x-date-pickers@9.0.0-alpha.4`
139
+
140
+ - [pickers] Avoid stealing focus on click away (#13434) @LukasTy
141
+ - [pickers] Promote `fieldRef` to stable and add `clearValue` method (#21655) @michelengelen
142
+
143
+ #### `@mui/x-date-pickers-pro@9.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
144
+
145
+ Same changes as in `@mui/x-date-pickers@9.0.0-alpha.4`.
146
+
147
+ ### Charts
148
+
149
+ #### `@mui/x-charts@9.0.0-alpha.4`
150
+
151
+ - [charts] Add v9 chart series types and helper functions migration (#21009) @bernardobelchior
152
+ - [charts] Extract event listener to the layer container (#21751) @alexfauquette
153
+ - [charts] Fix WebGL print export canvas stretching (#21738) @JCQuintas
154
+ - [charts] Improve deprecation warnings (#21760) @alexfauquette
155
+ - [charts] Improve type safety in `identifierCleaner` (#21719) @bernardobelchior
156
+ - [charts] Make `preferStrictDomainInLineCharts` the default (#21744) @JCQuintas
157
+ - [charts] Move title and description to the layer container (#21757) @alexfauquette
158
+ - [charts] Refactor `FunnelChart` classes structure (#21652) @JCQuintas
159
+ - [charts] Refactor `Heatmap` classes structure (#21653) @JCQuintas
160
+ - [charts] Refactor `RadarChart` classes structure (#21650) @JCQuintas
161
+ - [charts] Refactor `SankeyChart` classes structure (#21654) @JCQuintas
162
+ - [charts] Refactor legend getters to use utility functions (#21628) @sai6855
163
+ - [charts] Remove deprecated `ChartContainer` and `ChartDataProvider` (#21777) @alexfauquette
164
+ - [charts] Remove deprecated `itemId` from `SeriesLegendItemContext` (#21788) @alexfauquette
165
+ - [charts] Remove deprecated `useMouseTracker()` (#21787) @alexfauquette
166
+ - [charts] Remove deprecated classes (#21775) @alexfauquette
167
+ - [charts] Remove deprecated props from PieArcLabel animation (#21789) @alexfauquette
168
+ - [charts] Remove get\*UtilityClass from public exports (#21769) @JCQuintas
169
+ - [charts] Remove the deprecated `disableHover` property (#21785) @alexfauquette
170
+ - [charts] Remove the deprecated `message` prop (#21784) @alexfauquette
171
+ - [charts] Remove deprecated props about voronoi (#21796) @alexfauquette
172
+ - [charts] Remove deprecated pieArcClasses (#21795) @alexfauquette
173
+ - [charts] Rename `data-series-id` by `data-series` (#21761) @alexfauquette
174
+ - [charts] Rename `voronoiMaxRadius`/`disableVoronoi` to `hitAreaRadius`/`disableHitArea` (#21750) @bernardobelchior
175
+ - [charts] Update pt-PT locale (#21296) @bernardobelchior
176
+ - [charts] Use different shape per series by default (#21713) @alexfauquette
177
+ - [charts] Add className prop to Radar components (#21794) @JCQuintas
178
+ - [charts] Add className prop to shared chart components (#21792) @JCQuintas
179
+ - [charts] Add className prop to BarPlot (#21791) @JCQuintas
180
+ - [charts] Portal tooltip into ChartsLayerContainer (#21801) @JCQuintas
181
+
182
+ #### `@mui/x-charts-pro@9.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
183
+
184
+ Same changes as in `@mui/x-charts@9.0.0-alpha.4`, plus:
185
+
186
+ - [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21716) @JCQuintas
187
+ - [charts-pro] Remove deprecated `onAxisClick` for Heatmap (#21786) @alexfauquette
188
+
189
+ #### `@mui/x-charts-premium@9.0.0-alpha.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
190
+
191
+ Same changes as in `@mui/x-charts-pro@9.0.0-alpha.4`, plus:
192
+
193
+ - [charts-premium] Add candlestick chart (#21129) @bernardobelchior
194
+
195
+ ### Tree View
196
+
197
+ #### `@mui/x-tree-view@9.0.0-alpha.4`
198
+
199
+ Internal changes.
200
+
201
+ #### `@mui/x-tree-view-pro@9.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
202
+
203
+ Same changes as in `@mui/x-tree-view@9.0.0-alpha.4`.
204
+
205
+ ### Codemod
206
+
207
+ #### `@mui/x-codemod@9.0.0-alpha.4`
208
+
209
+ Internal changes.
210
+
211
+ ### Docs
212
+
213
+ - [docs-infra] Exclude `ServerSideLazyLoadingRevalidation` from argos (#21734) @sai6855
214
+ - [docs] Update charts v9 migration guide to include premium package (#21743) @bernardobelchior
215
+ - [docs] Update v9 migration guides to install next tag (#21741) @bernardobelchior
216
+ - [docs] Revise the Pie chart docs (#21565) @mapache-salvaje
217
+ - [docs] Revise the Bar Chart docs (#21482) @mapache-salvaje
218
+ - [docs] Removed a `console.log` from an aggregation demo (#21698) @michelengelen
219
+
220
+ ### Core
221
+
222
+ - [code-infra] Add pkg-pr-new as dev dependency (#21754) @Janpot
223
+ - [code-infra] Prevent `combiner` to have default parameters (#21707) @JCQuintas
224
+ - [code-infra] Remove CI coverage collection and upload to Codecov (#21671) @Janpot
225
+ - [internal] Remove @bernardobelchior from Charts CODEOWNERS (#21776) @Copilot
226
+
227
+ ### Miscellaneous
228
+
229
+ - [x-license] Fix process.env.MUI_VERSION not being replaced during build (#21727) @aemartos
230
+ - [x-license] Add new watermark license status message (#21720) @aemartos
231
+
3
232
  ## 9.0.0-alpha.3
4
233
 
5
234
  _Mar 12, 2026_
@@ -25,6 +25,8 @@ function getLicenseErrorMessage(licenseStatus) {
25
25
  return 'MUI X Product not covered by plan';
26
26
  case _licenseStatus.LICENSE_STATUS.NotFound:
27
27
  return 'MUI X Missing license key';
28
+ case _licenseStatus.LICENSE_STATUS.NotValidForPackage:
29
+ return 'MUI X License key version mismatch';
28
30
  default:
29
31
  throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Unhandled license status encountered in watermark display. ' + 'This is an internal error indicating an unknown license status. ' + 'Please report this issue if you encounter it.' : (0, _formatErrorMessage2.default)(183));
30
32
  }
@@ -18,6 +18,8 @@ function getLicenseErrorMessage(licenseStatus) {
18
18
  return 'MUI X Product not covered by plan';
19
19
  case LICENSE_STATUS.NotFound:
20
20
  return 'MUI X Missing license key';
21
+ case LICENSE_STATUS.NotValidForPackage:
22
+ return 'MUI X License key version mismatch';
21
23
  default:
22
24
  throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Unhandled license status encountered in watermark display. ' + 'This is an internal error indicating an unknown license status. ' + 'Please report this issue if you encounter it.' : _formatErrorMessage(183));
23
25
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v9.0.0-alpha.3
2
+ * @mui/x-license v9.0.0-beta.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-license v9.0.0-alpha.3
2
+ * @mui/x-license v9.0.0-beta.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-license",
3
- "version": "9.0.0-alpha.3",
3
+ "version": "9.0.0-beta.0",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI X License verification.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.6",
25
25
  "@mui/utils": "^7.3.7",
26
- "@mui/x-telemetry": "9.0.0-alpha.2",
27
- "@mui/x-internals": "9.0.0-alpha.2"
26
+ "@mui/x-internals": "9.0.0-alpha.4",
27
+ "@mui/x-telemetry": "9.0.0-alpha.2"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -41,7 +41,7 @@ function showNotAvailableInInitialProPlanError() {
41
41
  showError(['MUI X: Component not included in your license.', '', 'The component you are trying to use is not included in the Pro Plan you purchased.', '', 'Your license is from an old version of the Pro Plan that is only compatible with the `@mui/x-data-grid-pro` and `@mui/x-date-pickers-pro` commercial packages.', '', 'To start using another Pro package, please consider reaching to our sales team to upgrade your license or visit https://mui.com/r/x-get-license to get a new license key.']);
42
42
  }
43
43
  function showLicenseKeyVersionMismatchError() {
44
- showError(['MUI X: License key version mismatch.', '', 'The license key you are using is not compatible with the version of the MUI X packages installed.', 'This happens when using a license key from a previous major version (e.g. a v8 license with v9 packages).', '', 'To solve the issue, you can upgrade your license at https://mui.com/r/x-get-license or install an older version of the MUI X packages that is compatible with your license key.']);
44
+ showError(['MUI X: License key version mismatch.', '', 'The license key you are using is not compatible with the version of the MUI X packages installed.', 'This happens when using a license key from a previous major version (e.g. a v8 license with v9 packages).', '', 'To resolve this, you can either get an new license key at https://mui.com/r/x-get-license or from your account profile at https://mui.com/store/account/licenses/, or downgrade to an older MUI X version that matches your current license key.']);
45
45
  }
46
46
  function showMissingLicenseKeyError({
47
47
  plan,
@@ -27,7 +27,7 @@ export function showNotAvailableInInitialProPlanError() {
27
27
  showError(['MUI X: Component not included in your license.', '', 'The component you are trying to use is not included in the Pro Plan you purchased.', '', 'Your license is from an old version of the Pro Plan that is only compatible with the `@mui/x-data-grid-pro` and `@mui/x-date-pickers-pro` commercial packages.', '', 'To start using another Pro package, please consider reaching to our sales team to upgrade your license or visit https://mui.com/r/x-get-license to get a new license key.']);
28
28
  }
29
29
  export function showLicenseKeyVersionMismatchError() {
30
- showError(['MUI X: License key version mismatch.', '', 'The license key you are using is not compatible with the version of the MUI X packages installed.', 'This happens when using a license key from a previous major version (e.g. a v8 license with v9 packages).', '', 'To solve the issue, you can upgrade your license at https://mui.com/r/x-get-license or install an older version of the MUI X packages that is compatible with your license key.']);
30
+ showError(['MUI X: License key version mismatch.', '', 'The license key you are using is not compatible with the version of the MUI X packages installed.', 'This happens when using a license key from a previous major version (e.g. a v8 license with v9 packages).', '', 'To resolve this, you can either get an new license key at https://mui.com/r/x-get-license or from your account profile at https://mui.com/store/account/licenses/, or downgrade to an older MUI X version that matches your current license key.']);
31
31
  }
32
32
  export function showMissingLicenseKeyError({
33
33
  plan,
@@ -1,5 +1,5 @@
1
1
  export declare const PLAN_SCOPES: readonly ["pro", "premium"];
2
- export declare const PLAN_VERSIONS: readonly ["initial", "Q3-2024", "Q1-2026"];
2
+ export declare const PLAN_VERSIONS: readonly ["2022", "initial", "Q3-2024", "Q1-2026"];
3
3
  export type PlanScope = (typeof PLAN_SCOPES)[number];
4
4
  export type PlanVersion = (typeof PLAN_VERSIONS)[number];
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  export declare const PLAN_SCOPES: readonly ["pro", "premium"];
2
- export declare const PLAN_VERSIONS: readonly ["initial", "Q3-2024", "Q1-2026"];
2
+ export declare const PLAN_VERSIONS: readonly ["2022", "initial", "Q3-2024", "Q1-2026"];
3
3
  export type PlanScope = (typeof PLAN_SCOPES)[number];
4
4
  export type PlanVersion = (typeof PLAN_VERSIONS)[number];
5
5
  /**
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.PLAN_VERSIONS = exports.PLAN_SCOPES = void 0;
7
7
  exports.isPlanVersionOlderOrEqual = isPlanVersionOlderOrEqual;
8
8
  const PLAN_SCOPES = exports.PLAN_SCOPES = ['pro', 'premium'];
9
- const PLAN_VERSIONS = exports.PLAN_VERSIONS = ['initial', 'Q3-2024', 'Q1-2026'];
9
+ const PLAN_VERSIONS = exports.PLAN_VERSIONS = ['2022', 'initial', 'Q3-2024', 'Q1-2026'];
10
10
  /**
11
11
  * Checks if a plan version is older than or equal to the given threshold
12
12
  * using the ordering defined in PLAN_VERSIONS.
@@ -1,5 +1,5 @@
1
1
  export const PLAN_SCOPES = ['pro', 'premium'];
2
- export const PLAN_VERSIONS = ['initial', 'Q3-2024', 'Q1-2026'];
2
+ export const PLAN_VERSIONS = ['2022', 'initial', 'Q3-2024', 'Q1-2026'];
3
3
  /**
4
4
  * Checks if a plan version is older than or equal to the given threshold
5
5
  * using the ordering defined in PLAN_VERSIONS.