@mui/x-license 9.0.0-alpha.0 → 9.0.0-alpha.3

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 (101) hide show
  1. package/CHANGELOG.md +358 -0
  2. package/{esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts → Unstable_LicenseInfoProvider/LicenseInfoProvider.d.mts} +1 -1
  3. package/{esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.js → Unstable_LicenseInfoProvider/LicenseInfoProvider.mjs} +1 -1
  4. package/{esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts → Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.mts} +1 -1
  5. package/{esm/Unstable_LicenseInfoProvider/index.d.ts → Unstable_LicenseInfoProvider/index.d.mts} +2 -2
  6. package/{esm/Unstable_LicenseInfoProvider/index.js → Unstable_LicenseInfoProvider/index.mjs} +1 -1
  7. package/Watermark/Watermark.d.mts +7 -0
  8. package/Watermark/Watermark.d.ts +2 -3
  9. package/Watermark/Watermark.js +5 -4
  10. package/{esm/Watermark/Watermark.js → Watermark/Watermark.mjs} +6 -6
  11. package/Watermark/index.d.mts +1 -0
  12. package/Watermark/index.mjs +1 -0
  13. package/encoding/base64.js +3 -1
  14. package/{esm/encoding/base64.js → encoding/base64.mjs} +2 -1
  15. package/encoding/index.d.mts +2 -0
  16. package/encoding/index.mjs +2 -0
  17. package/index.d.mts +3 -0
  18. package/index.d.ts +2 -6
  19. package/index.js +14 -75
  20. package/index.mjs +10 -0
  21. package/internals/index.d.mts +13 -0
  22. package/internals/index.d.ts +13 -0
  23. package/internals/index.js +108 -0
  24. package/internals/index.mjs +9 -0
  25. package/package.json +22 -15
  26. package/test-keys.d.mts +102 -0
  27. package/test-keys.d.ts +102 -0
  28. package/test-keys.js +149 -0
  29. package/test-keys.mjs +143 -0
  30. package/{esm/useLicenseVerifier/index.d.ts → useLicenseVerifier/index.d.mts} +1 -1
  31. package/{esm/useLicenseVerifier/index.js → useLicenseVerifier/index.mjs} +1 -1
  32. package/{esm/useLicenseVerifier/useLicenseVerifier.d.ts → useLicenseVerifier/useLicenseVerifier.d.mts} +3 -3
  33. package/useLicenseVerifier/useLicenseVerifier.d.ts +2 -2
  34. package/useLicenseVerifier/useLicenseVerifier.js +14 -7
  35. package/{esm/useLicenseVerifier/useLicenseVerifier.js → useLicenseVerifier/useLicenseVerifier.mjs} +19 -12
  36. package/utils/commercialPackages.d.mts +6 -0
  37. package/utils/commercialPackages.d.ts +6 -1
  38. package/utils/index.d.mts +8 -0
  39. package/utils/index.d.ts +4 -2
  40. package/utils/index.mjs +4 -0
  41. package/utils/licenseAppType.d.mts +8 -0
  42. package/utils/licenseAppType.d.ts +8 -0
  43. package/utils/licenseAppType.js +16 -0
  44. package/utils/licenseAppType.mjs +10 -0
  45. package/utils/licenseDetails.d.mts +60 -0
  46. package/utils/licenseDetails.d.ts +60 -0
  47. package/utils/licenseDetails.js +5 -0
  48. package/utils/licenseDetails.mjs +1 -0
  49. package/{esm/utils/licenseErrorMessageUtils.d.ts → utils/licenseErrorMessageUtils.d.mts} +1 -0
  50. package/utils/licenseErrorMessageUtils.d.ts +1 -0
  51. package/utils/licenseErrorMessageUtils.js +19 -1
  52. package/{esm/utils/licenseErrorMessageUtils.js → utils/licenseErrorMessageUtils.mjs} +17 -1
  53. package/utils/licensePlan.d.mts +11 -0
  54. package/utils/licensePlan.d.ts +11 -0
  55. package/utils/licensePlan.js +20 -0
  56. package/utils/licensePlan.mjs +13 -0
  57. package/{esm/utils/licenseStatus.d.ts → utils/licenseStatus.d.mts} +1 -0
  58. package/utils/licenseStatus.d.ts +1 -0
  59. package/utils/licenseStatus.js +1 -0
  60. package/{esm/utils/licenseStatus.js → utils/licenseStatus.mjs} +1 -0
  61. package/verifyLicense/index.d.mts +1 -0
  62. package/verifyLicense/index.mjs +1 -0
  63. package/verifyLicense/verifyLicense.d.mts +30 -0
  64. package/verifyLicense/verifyLicense.d.ts +22 -7
  65. package/verifyLicense/verifyLicense.js +112 -41
  66. package/{esm/verifyLicense/verifyLicense.js → verifyLicense/verifyLicense.mjs} +111 -44
  67. package/esm/Watermark/Watermark.d.ts +0 -8
  68. package/esm/Watermark/index.d.ts +0 -1
  69. package/esm/Watermark/index.js +0 -1
  70. package/esm/encoding/index.d.ts +0 -2
  71. package/esm/encoding/index.js +0 -2
  72. package/esm/generateLicense/generateLicense.d.ts +0 -10
  73. package/esm/generateLicense/generateLicense.js +0 -19
  74. package/esm/generateLicense/index.d.ts +0 -1
  75. package/esm/generateLicense/index.js +0 -1
  76. package/esm/index.d.ts +0 -7
  77. package/esm/index.js +0 -14
  78. package/esm/package.json +0 -1
  79. package/esm/utils/commercialPackages.d.ts +0 -1
  80. package/esm/utils/index.d.ts +0 -6
  81. package/esm/utils/index.js +0 -4
  82. package/esm/utils/plan.d.ts +0 -4
  83. package/esm/utils/plan.js +0 -2
  84. package/esm/verifyLicense/index.d.ts +0 -1
  85. package/esm/verifyLicense/index.js +0 -1
  86. package/esm/verifyLicense/verifyLicense.d.ts +0 -15
  87. package/generateLicense/generateLicense.d.ts +0 -10
  88. package/generateLicense/generateLicense.js +0 -25
  89. package/generateLicense/index.d.ts +0 -1
  90. package/generateLicense/index.js +0 -16
  91. package/utils/plan.d.ts +0 -4
  92. package/utils/plan.js +0 -8
  93. /package/{esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js → Unstable_LicenseInfoProvider/MuiLicenseInfoContext.mjs} +0 -0
  94. /package/{esm/encoding/base64.d.ts → encoding/base64.d.mts} +0 -0
  95. /package/{esm/encoding/md5.d.ts → encoding/md5.d.mts} +0 -0
  96. /package/{esm/encoding/md5.js → encoding/md5.mjs} +0 -0
  97. /package/{esm/utils/commercialPackages.js → utils/commercialPackages.mjs} +0 -0
  98. /package/{esm/utils/licenseInfo.d.ts → utils/licenseInfo.d.mts} +0 -0
  99. /package/{esm/utils/licenseInfo.js → utils/licenseInfo.mjs} +0 -0
  100. /package/{esm/utils/licenseModel.d.ts → utils/licenseModel.d.mts} +0 -0
  101. /package/{esm/utils/licenseModel.js → utils/licenseModel.mjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,363 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.0.0-alpha.3
4
+
5
+ _Mar 12, 2026_
6
+
7
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🐞 Bugfixes and internal improvements
10
+
11
+ The following team members contributed to this release:
12
+ @aemartos, @alexfauquette, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @MBilalShafi, @michelengelen, @rita-codes, @sai6855, @siriwatknp
13
+
14
+ ### Data Grid
15
+
16
+ #### `@mui/x-data-grid@9.0.0-alpha.3`
17
+
18
+ - [DataGrid] Fix crash when `rows` and `rowModesModel` are updated simultaneously (#21265) @michelengelen
19
+ - [DataGrid] Add missing `resizablePanelHandle` classes to `gridClasses` object (#21538) @sai6855
20
+ - [DataGrid] Refactor `headerAlign` style calls (#21541) @sai6855
21
+
22
+ #### `@mui/x-data-grid-pro@9.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@9.0.0-alpha.3`, plus:
25
+
26
+ - [DataGridPro] Add `role="presentation"` to detail panel toggle header content (#21634) @michelengelen
27
+ - [DataGridPro] Fix sorting not reflected in nested server-side data (#21619) @MBilalShafi
28
+
29
+ #### `@mui/x-data-grid-premium@9.0.0-alpha.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
30
+
31
+ Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.3`.
32
+
33
+ ### Date and Time Pickers
34
+
35
+ #### `@mui/x-date-pickers@9.0.0-alpha.3`
36
+
37
+ - [pickers] Refactor `DateRangePickerDay` overrides to use a centralized `elementOverrides` object (#21426) @sai6855
38
+ - [pickers] Migrate from deprecated props for `PickersModalDialog` (#21702) @siriwatknp
39
+
40
+ #### `@mui/x-date-pickers-pro@9.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-date-pickers@9.0.0-alpha.3`.
43
+
44
+ ### Charts
45
+
46
+ #### `@mui/x-charts@9.0.0-alpha.3`
47
+
48
+ - [charts] Differentiate Line Plot roots classes (#21679) @JCQuintas
49
+ - [charts] Enable keyboard navigation by default (#21675) @alexfauquette
50
+ - [charts] Fix keyboard tooltip radar (#21667) @alexfauquette
51
+ - [charts] Fix selector default parameter (#21638) @JCQuintas
52
+ - [charts] Fix tooltip blink between node and pointer anchor (#21611) @alexfauquette
53
+ - [charts] Let tooltip and legend reflect the line shape (#21475) @alexfauquette
54
+ - [charts] Refactor `BarChart` classes structure (#21601) @JCQuintas
55
+ - [charts] Refactor `LineChart` classes structure (#21648) @JCQuintas
56
+ - [charts] Refactor `ScatterChart` classes structure (#21651) @JCQuintas
57
+ - [charts] Refactor `PieChart` classes structure (#21649) @JCQuintas
58
+ - [charts] Remove batch rendering checks in highlight selectors (#21646) @bernardobelchior
59
+ - [charts] Standardize generic arg names to `SeriesType` (#21694) @alexfauquette
60
+ - [charts] Simplify highlight hooks return types (#21695) @alexfauquette
61
+
62
+ #### `@mui/x-charts-pro@9.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
63
+
64
+ Same changes as in `@mui/x-charts@9.0.0-alpha.3`, plus:
65
+
66
+ - [charts-pro] Fix heatmap style override from `arc` to `cell` (#21693) @Copilot
67
+ - [charts-pro] Fix image export truncated when page is zoomed out (#21685) @bernardobelchior
68
+ - [charts-pro] Speed-up heatmap cell search with an index lookup (#21130) @alexfauquette
69
+ - [charts-pro] Fix heatmap highlight not working (#21710) @Copilot
70
+
71
+ #### `@mui/x-charts-premium@9.0.0-alpha.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
72
+
73
+ Same changes as in `@mui/x-charts-pro@9.0.0-alpha.3`, plus:
74
+
75
+ - [charts-premium] Re-enable WebGL tests (#21708) @bernardobelchior
76
+
77
+ ### Tree View
78
+
79
+ #### Breaking changes
80
+
81
+ - Remove `TreeViewBaseItem` type (use `TreeViewDefaultItemModelProperties` or a custom interface)
82
+ - Remove `useTreeViewApiRef` hook (use `useRichTreeViewApiRef`, `useSimpleTreeViewApiRef`, or `useRichTreeViewProApiRef`)
83
+ - Remove `status` from content slot props returned by `getContentProps()` (use `data-*` attributes; `status` on `useTreeItem` return value is unchanged)
84
+ - Remove deprecated CSS state classes from `treeItemClasses`: `expanded`, `selected`, `focused`, `disabled`, `editable`, `editing` (use `[data-expanded]`, `[data-selected]`, etc.)
85
+ - The `<RichTreeViewPro />` component has now virtualization enabled by default.
86
+ - The items used inside the `<RichTreeViewPro />` now have a default height of `32px`.
87
+ - The events of the `<RichTreeViewPro />` are now rendered as a flat list instead of a nested tree.
88
+
89
+ #### `@mui/x-tree-view@9.0.0-alpha.3`
90
+
91
+ - [tree view] Remove deprecated APIs (#21591) @flaviendelangle
92
+ - [tree view] Fix collapsed children not selected with `selectionPropagation.descendants` in `SimpleTreeView` (#21253) @flaviendelangle
93
+
94
+ #### `@mui/x-tree-view-pro@9.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
95
+
96
+ Same changes as in `@mui/x-tree-view@9.0.0-alpha.3`, plus:
97
+
98
+ - [RichTreeViewPro] Make the virtualization opt-out and port the layout doc from the data grid (#21461) @flaviendelangle
99
+
100
+ ### Codemod
101
+
102
+ #### `@mui/x-codemod@9.0.0-alpha.3`
103
+
104
+ Internal changes.
105
+
106
+ ### Docs
107
+
108
+ - [docs] Fix `AssistantWithDataSource` demo crashing (#21555) @sai6855
109
+ - [docs] Remove `Preview` pill from Sankey (#21623) @bernardobelchior
110
+ - [docs] Migrate internal Material UI deprecated APIs (#21680) @siriwatknp
111
+ - [docs] Remove `New` flag on Tree View and Date and Time Pickers features released before v9 alpha (#21585) @flaviendelangle
112
+
113
+ ### Core
114
+
115
+ - [code-infra] Remove checkout step (#21688) @Janpot
116
+ - [code-infra] Fix contributor generation in changelog (#21718) @brijeshb42
117
+ - [docs-infra] Do not point to non-existent v8 subdomain (#21640) @cherniavskii
118
+
119
+ ### Miscellaneous
120
+
121
+ - [test] Add missing tests for forwarding props to filter operators in DataGrid (#21441) @siriwatknp
122
+ - [x-license] Export additional license types and constants (#21625) @aemartos
123
+ - [x-license] Refactor license verification to accept package info object and add v9 version gating (#21690) @aemartos
124
+
125
+ ## 9.0.0-alpha.2
126
+
127
+ _Mar 5, 2026_
128
+
129
+ We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:
130
+
131
+ - ✅ Stabilize Sankey chart
132
+ - 🐞 Bugfixes and internal improvements
133
+
134
+ The following team members contributed to this release:
135
+ @aemartos, @alelthomas, @alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @Janpot, @JCQuintas, @mapache-salvaje, @michelengelen, @mj12albert, @sai6855, @siriwatknp
136
+
137
+ ### Data Grid
138
+
139
+ #### `@mui/x-data-grid@9.0.0-alpha.2`
140
+
141
+ - [dataGrid] Fix keyboard nav with single-row checkbox selection (#21149) @mj12albert
142
+ - [DataGrid] Add `checkboxColDef` prop to customize the selection column (#21331) @michelengelen
143
+ - [DataGrid] Format pagination numbers by default (#21117) @siriwatknp
144
+ - [DataGrid] Prevent unnecessary row selection checkbox rerendering (#21570) @arminmeh
145
+ - [DataGrid] Make GridScrollArea overrides resolver dynamic (#21532) @sai6855
146
+
147
+ #### `@mui/x-data-grid-pro@9.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
148
+
149
+ Same changes as in `@mui/x-data-grid@9.0.0-alpha.2`, plus:
150
+
151
+ - [DataGridPro] Use `getRowId` prop to calculate the tree data row update (#21540) @arminmeh
152
+
153
+ #### `@mui/x-data-grid-premium@9.0.0-alpha.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
154
+
155
+ Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.2`.
156
+
157
+ ### Date and Time Pickers
158
+
159
+ #### `@mui/x-date-pickers@9.0.0-alpha.2`
160
+
161
+ - [pickers] Add `keepOpenDuringFieldFocus` prop (#20782) @michelengelen
162
+
163
+ #### `@mui/x-date-pickers-pro@9.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
164
+
165
+ Same changes as in `@mui/x-date-pickers@9.0.0-alpha.2`.
166
+
167
+ ### Charts
168
+
169
+ #### `@mui/x-charts@9.0.0-alpha.2`
170
+
171
+ - [charts] Add `ChartsLayerContainer` component (#21264) @bernardobelchior
172
+ - [charts] Add codemod for `ChartsContainer` rename (#21504) @JCQuintas
173
+ - [charts] Add codemod for `ChartsDataProvider` rename (#21552) @JCQuintas
174
+ - [charts] Add codemod for `ChartsZoomSlider` rename (#21597) @JCQuintas
175
+ - [charts] Base the highlight items on the item identifiers (#21161) @alexfauquette
176
+ - [charts] Deprecate `ChartDataProvider` in favour of `ChartsDataProvider` (#21191) @JCQuintas
177
+ - [charts] Deprecate `highlighted` and `faded` classes (#21476) @alexfauquette
178
+ - [charts] Migrate to latest v8 warning (#21518) @JCQuintas
179
+ - [charts] Rename `ChartZoomSlider` to `ChartsZoomSlider` (#21553) @JCQuintas
180
+ - [charts] Rename `WebGl` to `WebGL` (#21524) @JCQuintas
181
+ - [charts] Rename `useSvgRef()` by `useChartsLayerContainerRef()` (#21494) @alexfauquette
182
+ - [charts] Restore focus on last focused item (#21522) @alexfauquette
183
+ - [charts] Warn users when controlled tooltip state does not match the trigger (#21520) @Copilot
184
+ - [charts] Fix controlled tooltip position (#21603) @bernardobelchior
185
+
186
+ #### `@mui/x-charts-pro@9.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
187
+
188
+ Same changes as in `@mui/x-charts@9.0.0-alpha.2`, plus:
189
+
190
+ - [charts-pro] Center the watermark (#21550) @alexfauquette
191
+ - [charts-pro] Stabilize `SankeyChart` API (#21133) @Copilot
192
+
193
+ #### `@mui/x-charts-premium@9.0.0-alpha.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
194
+
195
+ Same changes as in `@mui/x-charts-pro@9.0.0-alpha.2`.
196
+
197
+ ### Tree View
198
+
199
+ #### `@mui/x-tree-view@9.0.0-alpha.2`
200
+
201
+ Internal changes.
202
+
203
+ #### `@mui/x-tree-view-pro@9.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
204
+
205
+ Same changes as in `@mui/x-tree-view@9.0.0-alpha.2`.
206
+
207
+ ### Codemod
208
+
209
+ #### `@mui/x-codemod@9.0.0-alpha.2`
210
+
211
+ Internal changes.
212
+
213
+ ### Docs
214
+
215
+ - [docs] Add backticks and parentheses to all functions and hooks (DX-173) (#21496) @mapache-salvaje
216
+ - [docs] Remove mentions of `mySvgRef` (#21559) @bernardobelchior
217
+ - [docs] Update Roadmap section in the docs (#20892) @alelthomas
218
+ - [docs] Add tutorial and example app for aggregation with row grouping (DX-162) (#21102) @mapache-salvaje
219
+ - [docs] Fix missing codemod docs (#21604) @JCQuintas
220
+
221
+ ### Core
222
+
223
+ - [code-infra] Add eslint rule to prevent `Math.random` in docs (#21505) @JCQuintas
224
+ - [code-infra] Avoid static props for pageContent (#21038) @Janpot
225
+ - [code-infra] Isolate `date-pickers-pro` in the browser tests (#21383) @Janpot
226
+ - [code-infra] Remove `--coverage` (#21410) @Janpot
227
+ - [code-infra] Remove unneeded `skipIf`s (#21569) @JCQuintas
228
+ - [code-infra] Remove vale as a workspace dependency (#21489) @brijeshb42
229
+ - [code-infra] Remove x-charts-vendor from nextjs processing (#21534) @brijeshb42
230
+ - [code-infra] Set BASE_BRANCH env var in CircleCI config (#21548) @brijeshb42
231
+ - [code-infra] Setup error code extraction (#21469) @brijeshb42
232
+ - [code-infra] Setup flat build for packages (#21029) @brijeshb42
233
+ - [code-infra] Upgrade test_unit to large resource class (#21558) @Janpot
234
+ - [code-infra] Removed getTeamMembers function and usage from release script (#21605) @michelengelen
235
+
236
+ ### Miscellaneous
237
+
238
+ - [x-license] Add Q1-2026 plan version with quantity and appType support (#21574) @aemartos
239
+ - [x-license] Add v3 key format support, centralize test keys, and trim public API (#21485) @aemartos
240
+ - [x-telemetry] telemetry opt-out by default, remove conf dependency (#21470) @aemartos
241
+ - [x-telemetry] test: mock context module directly in sender tests (#21546) @aemartos
242
+
243
+ ## 9.0.0-alpha.1
244
+
245
+ _Feb 26, 2026_
246
+
247
+ We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:
248
+
249
+ - ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro
250
+ - ⌨️ Keyboard support for selecting day, month, and year in Date Pickers
251
+ - 📊 Axis tooltip sorting and control improvements in Charts
252
+ - 🐞 Bugfixes and internal improvements
253
+
254
+ Special thanks go out to these community members for their valuable contributions:
255
+ @EllGree, @lion1963
256
+
257
+ The following team members contributed to this release:
258
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @dav-is, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @michelengelen, @noraleonte, @rita-codes, @sai6855, @siriwatknp, @ZeeshanTamboli
259
+
260
+ ### Data Grid
261
+
262
+ #### `@mui/x-data-grid@9.0.0-alpha.1`
263
+
264
+ - [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21407) @siriwatknp
265
+ - [DataGrid] Preserve key input during row edit when using `rowModesModel` (#20759) @michelengelen
266
+ - [DataGrid] Remove double rtl inversion logic for columns pinning (#21371) @siriwatknp
267
+
268
+ #### `@mui/x-data-grid-pro@9.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
269
+
270
+ Same changes as in `@mui/x-data-grid@9.0.0-alpha.1`, plus:
271
+
272
+ - [DataGridPro] Fix number input visibility in header filters (#21328) @michelengelen
273
+ - [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21282) @MBilalShafi
274
+
275
+ #### `@mui/x-data-grid-premium@9.0.0-alpha.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
276
+
277
+ Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.1`.
278
+
279
+ ### Date and Time Pickers
280
+
281
+ #### `@mui/x-date-pickers@9.0.0-alpha.1`
282
+
283
+ - [DatePicker] Add keyboard support for selecting day, month, and year (#20859) @michelengelen
284
+
285
+ #### `@mui/x-date-pickers-pro@9.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
286
+
287
+ Same changes as in `@mui/x-date-pickers@9.0.0-alpha.1`, plus:
288
+
289
+ - [DateRangePicker] Fix timezone update issue leading to `invalidRange` error (#20863) @michelengelen
290
+
291
+ ### Charts
292
+
293
+ #### `@mui/x-charts@9.0.0-alpha.1`
294
+
295
+ - [charts] Add `sort` props to the axis tooltip (#21293) @alexfauquette
296
+ - [charts] Controll axis tooltip (#21351) @alexfauquette
297
+ - [charts] De duplicate keyboard focus handler function (#21267) @sai6855
298
+ - [charts] Make `type` optional in identifiers (#21311) @alexfauquette
299
+ - [charts] Move ref to the root component (#21396) @alexfauquette
300
+ - [charts] Refactor loading and no data overlays to use a shared OverlayText component (#21414) @sai6855
301
+ - [charts] Require series ids to be unique (#21330) @alexfauquette
302
+ - [charts] Set `showMark` as `false` by default (#21373) @alexfauquette
303
+ - [charts] Use `createGetNextIndexFocusedItem()` util in Funnel and RangeBar charts (#21390) @sai6855
304
+ - [charts] Remove unnecessary string concatenation (#21418) @sai6855
305
+
306
+ #### `@mui/x-charts-pro@9.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
307
+
308
+ Same changes as in `@mui/x-charts@9.0.0-alpha.1`.
309
+
310
+ #### `@mui/x-charts-premium@9.0.0-alpha.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
311
+
312
+ Same changes as in `@mui/x-charts-pro@9.0.0-alpha.1`.
313
+
314
+ ### Tree View
315
+
316
+ #### `@mui/x-tree-view@9.0.0-alpha.1`
317
+
318
+ - [tree view] Focus item sibling on unmount instead of the 1st item (#21254) @flaviendelangle
319
+
320
+ #### `@mui/x-tree-view-pro@9.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
321
+
322
+ Same changes as in `@mui/x-tree-view@9.0.0-alpha.1`.
323
+
324
+ ### Codemod
325
+
326
+ #### `@mui/x-codemod@9.0.0-alpha.1`
327
+
328
+ Internal changes.
329
+
330
+ ### Docs
331
+
332
+ - [docs] Fix external 301s (#21377) @Janpot
333
+ - [docs] Show premium in the overview (#21343) @alexfauquette
334
+ - [docs][charts] Revise the useLegend hook doc (#21352) @mapache-salvaje
335
+ - [docs][charts] Revise the axis hooks doc (#21317) @mapache-salvaje
336
+ - [docs][charts] Revise the scale hooks doc (#21316) @mapache-salvaje
337
+ - [docs][charts] Revise the series hooks doc (#21353) @mapache-salvaje
338
+ - [docs][charts] Revise the useDataset doc (#21336) @mapache-salvaje
339
+ - [docs][charts] Revise the useDrawingArea doc (#21333) @mapache-salvaje
340
+
341
+ ### Core
342
+
343
+ - [core] Update docs deploy script to the `docs-next` branch (#21341) @siriwatknp
344
+ - [code-infra] Cleanup unused babel plugins (#21453) @brijeshb42
345
+ - [code-infra] Do not append `x` to the last version for the compare API (#21408) @arminmeh
346
+ - [code-infra] Upgrade react-docgen to v8 X (#21155) @JCQuintas
347
+ - [code-infra] Modernize codemod (#21096) @JCQuintas
348
+ - [docs-infra] Fix current version detection logic (#21417) @cherniavskii
349
+ - [docs-infra] Reapply Cookie Banner (#21281) @dav-is
350
+ - [internal] Headless filtering plugin (#21302) @arminmeh
351
+ - [internal] Headless pagination plugin (#21183) @arminmeh
352
+ - [internal] Headless virtualization followups (#21327) @cherniavskii
353
+ - [internal] Keep cached data for disabled pipe processors (#21348) @arminmeh
354
+ - [internal] Remove autoprefixer package (#21440) @ZeeshanTamboli
355
+
356
+ ### Miscellaneous
357
+
358
+ - [l10n] Fix Czech (csCZ) locale: sort/filter labels are swapped (#21400) @EllGree
359
+ - [l10n] Improve Ukrainian (uk-UA) locale (#21366) @lion1963
360
+
3
361
  ## 9.0.0-alpha.0
4
362
 
5
363
  _Feb 16, 2026_
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { MuiLicenseInfo } from "../utils/licenseInfo.js";
2
+ import { MuiLicenseInfo } from "../utils/licenseInfo.mjs";
3
3
  /**
4
4
  * @ignore - do not document.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import MuiLicenseInfoContext from "./MuiLicenseInfoContext.js";
2
+ import MuiLicenseInfoContext from "./MuiLicenseInfoContext.mjs";
3
3
 
4
4
  /**
5
5
  * @ignore - do not document.
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import { MuiLicenseInfo } from "../utils/licenseInfo.js";
2
+ import { MuiLicenseInfo } from "../utils/licenseInfo.mjs";
3
3
  declare const MuiLicenseInfoContext: React.Context<MuiLicenseInfo>;
4
4
  export default MuiLicenseInfoContext;
@@ -1,2 +1,2 @@
1
- export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.js";
2
- export type { LicenseInfoProviderProps as Unstable_LicenseInfoProviderProps } from "./LicenseInfoProvider.js";
1
+ export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.mjs";
2
+ export type { LicenseInfoProviderProps as Unstable_LicenseInfoProviderProps } from "./LicenseInfoProvider.mjs";
@@ -1 +1 @@
1
- export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.js";
1
+ export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.mjs";
@@ -0,0 +1,7 @@
1
+ import { CommercialPackageInfo } from "../utils/commercialPackages.mjs";
2
+ interface WatermarkProps {
3
+ packageInfo: CommercialPackageInfo;
4
+ }
5
+ declare function Watermark(props: WatermarkProps): import("react/jsx-runtime").JSX.Element | null;
6
+ declare const MemoizedWatermark: typeof Watermark;
7
+ export { MemoizedWatermark as Watermark };
@@ -1,7 +1,6 @@
1
- import { MuiCommercialPackageName } from "../utils/commercialPackages.js";
1
+ import { CommercialPackageInfo } from "../utils/commercialPackages.js";
2
2
  interface WatermarkProps {
3
- packageName: MuiCommercialPackageName;
4
- releaseInfo: string;
3
+ packageInfo: CommercialPackageInfo;
5
4
  }
6
5
  declare function Watermark(props: WatermarkProps): import("react/jsx-runtime").JSX.Element | null;
7
6
  declare const MemoizedWatermark: typeof Watermark;
@@ -1,9 +1,11 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.Watermark = void 0;
8
+ var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
7
9
  var _fastMemo = require("@mui/x-internals/fastMemo");
8
10
  var _useLicenseVerifier = require("../useLicenseVerifier");
9
11
  var _licenseStatus = require("../utils/licenseStatus");
@@ -24,15 +26,14 @@ function getLicenseErrorMessage(licenseStatus) {
24
26
  case _licenseStatus.LICENSE_STATUS.NotFound:
25
27
  return 'MUI X Missing license key';
26
28
  default:
27
- throw new Error('Unhandled MUI X license status.');
29
+ 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));
28
30
  }
29
31
  }
30
32
  function Watermark(props) {
31
33
  const {
32
- packageName,
33
- releaseInfo
34
+ packageInfo
34
35
  } = props;
35
- const licenseStatus = (0, _useLicenseVerifier.useLicenseVerifier)(packageName, releaseInfo);
36
+ const licenseStatus = (0, _useLicenseVerifier.useLicenseVerifier)(packageInfo);
36
37
  if (licenseStatus.status === _licenseStatus.LICENSE_STATUS.Valid) {
37
38
  return null;
38
39
  }
@@ -1,6 +1,7 @@
1
+ import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
1
2
  import { fastMemo } from '@mui/x-internals/fastMemo';
2
- import { useLicenseVerifier } from "../useLicenseVerifier/index.js";
3
- import { LICENSE_STATUS } from "../utils/licenseStatus.js";
3
+ import { useLicenseVerifier } from "../useLicenseVerifier/index.mjs";
4
+ import { LICENSE_STATUS } from "../utils/licenseStatus.mjs";
4
5
  import { jsx as _jsx } from "react/jsx-runtime";
5
6
  function getLicenseErrorMessage(licenseStatus) {
6
7
  switch (licenseStatus) {
@@ -18,15 +19,14 @@ function getLicenseErrorMessage(licenseStatus) {
18
19
  case LICENSE_STATUS.NotFound:
19
20
  return 'MUI X Missing license key';
20
21
  default:
21
- throw new Error('Unhandled MUI X license status.');
22
+ 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));
22
23
  }
23
24
  }
24
25
  function Watermark(props) {
25
26
  const {
26
- packageName,
27
- releaseInfo
27
+ packageInfo
28
28
  } = props;
29
- const licenseStatus = useLicenseVerifier(packageName, releaseInfo);
29
+ const licenseStatus = useLicenseVerifier(packageInfo);
30
30
  if (licenseStatus.status === LICENSE_STATUS.Valid) {
31
31
  return null;
32
32
  }
@@ -0,0 +1 @@
1
+ export * from "./Watermark.mjs";
@@ -0,0 +1 @@
1
+ export * from "./Watermark.mjs";
@@ -1,16 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.base64Encode = exports.base64Decode = void 0;
8
+ var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
7
9
  /* eslint-disable */
8
10
  const _keyStr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
9
11
  function utf8Encode(str) {
10
12
  for (let n = 0; n < str.length; n++) {
11
13
  const c = str.charCodeAt(n);
12
14
  if (c >= 128) {
13
- throw new Error('ASCII only support');
15
+ throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Only ASCII characters are supported in license encoding. ' + 'Non-ASCII characters cannot be encoded. ' + 'Ensure the input contains only ASCII characters.' : (0, _formatErrorMessage2.default)(186));
14
16
  }
15
17
  }
16
18
  return str;
@@ -1,10 +1,11 @@
1
+ import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
1
2
  /* eslint-disable */
2
3
  const _keyStr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
3
4
  function utf8Encode(str) {
4
5
  for (let n = 0; n < str.length; n++) {
5
6
  const c = str.charCodeAt(n);
6
7
  if (c >= 128) {
7
- throw new Error('ASCII only support');
8
+ throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Only ASCII characters are supported in license encoding. ' + 'Non-ASCII characters cannot be encoded. ' + 'Ensure the input contains only ASCII characters.' : _formatErrorMessage(186));
8
9
  }
9
10
  }
10
11
  return str;
@@ -0,0 +1,2 @@
1
+ export * from "./base64.mjs";
2
+ export * from "./md5.mjs";
@@ -0,0 +1,2 @@
1
+ export * from "./base64.mjs";
2
+ export * from "./md5.mjs";
package/index.d.mts ADDED
@@ -0,0 +1,3 @@
1
+ export { Unstable_LicenseInfoProvider, type Unstable_LicenseInfoProviderProps } from "./Unstable_LicenseInfoProvider/index.mjs";
2
+ export { LicenseInfo } from "./utils/index.mjs";
3
+ export { muiXTelemetrySettings } from '@mui/x-telemetry';
package/index.d.ts CHANGED
@@ -1,7 +1,3 @@
1
- export * from "./generateLicense/index.js";
2
- export * from "./utils/index.js";
3
- export * from "./verifyLicense/index.js";
4
- export * from "./useLicenseVerifier/index.js";
5
- export * from "./Watermark/index.js";
6
- export * from "./Unstable_LicenseInfoProvider/index.js";
1
+ export { Unstable_LicenseInfoProvider, type Unstable_LicenseInfoProviderProps } from "./Unstable_LicenseInfoProvider/index.js";
2
+ export { LicenseInfo } from "./utils/index.js";
7
3
  export { muiXTelemetrySettings } from '@mui/x-telemetry';
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v9.0.0-alpha.0
2
+ * @mui/x-license v9.0.0-alpha.3
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
@@ -10,85 +10,24 @@
10
10
  Object.defineProperty(exports, "__esModule", {
11
11
  value: true
12
12
  });
13
- var _exportNames = {
14
- muiXTelemetrySettings: true
15
- };
16
- Object.defineProperty(exports, "muiXTelemetrySettings", {
13
+ Object.defineProperty(exports, "LicenseInfo", {
17
14
  enumerable: true,
18
15
  get: function () {
19
- return _xTelemetry.muiXTelemetrySettings;
16
+ return _utils.LicenseInfo;
20
17
  }
21
18
  });
22
- var _generateLicense = require("./generateLicense");
23
- Object.keys(_generateLicense).forEach(function (key) {
24
- if (key === "default" || key === "__esModule") return;
25
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
26
- if (key in exports && exports[key] === _generateLicense[key]) return;
27
- Object.defineProperty(exports, key, {
28
- enumerable: true,
29
- get: function () {
30
- return _generateLicense[key];
31
- }
32
- });
33
- });
34
- var _utils = require("./utils");
35
- Object.keys(_utils).forEach(function (key) {
36
- if (key === "default" || key === "__esModule") return;
37
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
38
- if (key in exports && exports[key] === _utils[key]) return;
39
- Object.defineProperty(exports, key, {
40
- enumerable: true,
41
- get: function () {
42
- return _utils[key];
43
- }
44
- });
45
- });
46
- var _verifyLicense = require("./verifyLicense");
47
- Object.keys(_verifyLicense).forEach(function (key) {
48
- if (key === "default" || key === "__esModule") return;
49
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
50
- if (key in exports && exports[key] === _verifyLicense[key]) return;
51
- Object.defineProperty(exports, key, {
52
- enumerable: true,
53
- get: function () {
54
- return _verifyLicense[key];
55
- }
56
- });
57
- });
58
- var _useLicenseVerifier = require("./useLicenseVerifier");
59
- Object.keys(_useLicenseVerifier).forEach(function (key) {
60
- if (key === "default" || key === "__esModule") return;
61
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
62
- if (key in exports && exports[key] === _useLicenseVerifier[key]) return;
63
- Object.defineProperty(exports, key, {
64
- enumerable: true,
65
- get: function () {
66
- return _useLicenseVerifier[key];
67
- }
68
- });
19
+ Object.defineProperty(exports, "Unstable_LicenseInfoProvider", {
20
+ enumerable: true,
21
+ get: function () {
22
+ return _Unstable_LicenseInfoProvider.Unstable_LicenseInfoProvider;
23
+ }
69
24
  });
70
- var _Watermark = require("./Watermark");
71
- Object.keys(_Watermark).forEach(function (key) {
72
- if (key === "default" || key === "__esModule") return;
73
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
74
- if (key in exports && exports[key] === _Watermark[key]) return;
75
- Object.defineProperty(exports, key, {
76
- enumerable: true,
77
- get: function () {
78
- return _Watermark[key];
79
- }
80
- });
25
+ Object.defineProperty(exports, "muiXTelemetrySettings", {
26
+ enumerable: true,
27
+ get: function () {
28
+ return _xTelemetry.muiXTelemetrySettings;
29
+ }
81
30
  });
82
31
  var _Unstable_LicenseInfoProvider = require("./Unstable_LicenseInfoProvider");
83
- Object.keys(_Unstable_LicenseInfoProvider).forEach(function (key) {
84
- if (key === "default" || key === "__esModule") return;
85
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
86
- if (key in exports && exports[key] === _Unstable_LicenseInfoProvider[key]) return;
87
- Object.defineProperty(exports, key, {
88
- enumerable: true,
89
- get: function () {
90
- return _Unstable_LicenseInfoProvider[key];
91
- }
92
- });
93
- });
32
+ var _utils = require("./utils");
94
33
  var _xTelemetry = require("@mui/x-telemetry");
package/index.mjs ADDED
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @mui/x-license v9.0.0-alpha.3
3
+ *
4
+ * @license SEE LICENSE IN LICENSE
5
+ * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ */
8
+ export { Unstable_LicenseInfoProvider } from "./Unstable_LicenseInfoProvider/index.mjs";
9
+ export { LicenseInfo } from "./utils/index.mjs";
10
+ export { muiXTelemetrySettings } from '@mui/x-telemetry';