@mui/x-license 7.17.0 → 7.20.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
@@ -3,6 +3,299 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 7.20.0
7
+
8
+ _Oct 11, 2024_
9
+
10
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 📚 Updated ["What's new"](https://mui.com/x/whats-new/) page giving more detailed overview of the latest new features and other highlights
13
+ - 📚 New [collapsible column groups demo](https://mui.com/x/react-data-grid/column-groups/#collapsible-column-groups) for the Data Grid component
14
+ - 📚 New [Tree Item Customization](https://mui.com/x/react-tree-view/tree-item-customization/) documentation to learn how to use the new APIs to create custom Tree Items. The old APIs (`props.ContentComponent` and `props.ContentProps`) have been deprecated and will be removed in the new major version of the Tree View component.
15
+ - 🌍 Improve Japanese (ja-JP) locale on the Data Grid component
16
+ - 🐞 Bugfixes
17
+ - 📚 Other documentation improvements
18
+
19
+ Special thanks go out to the community contributors who have helped make this release possible:
20
+ @k-rajat19, @kalyan90, @uma-neko, @vfbiby.
21
+ Following are all team members who have contributed to this release: @alelthomas, @arminmeh, @arthurbalduini,
22
+ @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @noraleonte, @oliviertassinari, @samuelsycamore, @siriwatknp.
23
+
24
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
25
+
26
+ ### Data Grid
27
+
28
+ #### `@mui/x-data-grid@7.20.0`
29
+
30
+ - [DataGrid] Add `onColumnHeaderContextMenu` event (#14734) @vfbiby
31
+ - [DataGrid] Avoid row spanning computation of outdated rows (#14902) @MBilalShafi
32
+ - [DataGrid] Fix scrollbar position not being updated after `scrollToIndexes` (#14888) @arminmeh
33
+ - [DataGrid] Pass `rowId` param to `processRowUpdate` (#14821) @k-rajat19
34
+ - [l10n] Improve Japanese (ja-JP) locale (#14870) @uma-neko
35
+
36
+ #### `@mui/x-data-grid-pro@7.20.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
37
+
38
+ Same changes as in `@mui/x-data-grid@7.20.0`, plus:
39
+
40
+ - [DataGridPro] Fix wording on the `rowSelectionPropagation` JSDoc and doc section (#14907) @flaviendelangle
41
+
42
+ #### `@mui/x-data-grid-premium@7.20.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
43
+
44
+ Same changes as in `@mui/x-data-grid-pro@7.20.0`.
45
+
46
+ ### Date and Time Pickers
47
+
48
+ #### `@mui/x-date-pickers@7.20.0`
49
+
50
+ - [pickers] Add `PageUp` and `PageDown` support for time components (#14812) @arthurbalduini
51
+ - [pickers] Fix regression on `PickerValidDate` (#14896) @flaviendelangle
52
+ - [pickers] Move the `DateFieldInPickerProps` interface to the `DatePicker` folder and rename it `DatePickerFieldProps` (same for time and date time) (#14828) @flaviendelangle
53
+
54
+ #### `@mui/x-date-pickers-pro@7.20.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
55
+
56
+ Same changes as in `@mui/x-date-pickers@7.20.0`.
57
+
58
+ ### Charts
59
+
60
+ #### `@mui/x-charts@7.20.0`
61
+
62
+ No changes since `@mui/x-charts@v7.19.0`.
63
+
64
+ #### `@mui/x-charts-pro@7.0.0-beta.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-charts@7.20.0`.
67
+
68
+ ### Tree View
69
+
70
+ #### `@mui/x-tree-view@7.20.0`
71
+
72
+ - [TreeItem] Deprecate the `ContentComponent` and `ContentProps` props (#14908) @flaviendelangle
73
+ - [TreeView] Rework how items are being rendered in Rich Tree View components (#14749) @flaviendelangle
74
+
75
+ ### Docs
76
+
77
+ - [docs] Update "What's new" page (#14858) @cherniavskii
78
+ - [docs] Add collapsible column groups demo (#14818) @cherniavskii
79
+ - [docs] Add custom columns panel demo (#14825) @cherniavskii
80
+ - [docs] Capitalize all instances of "Data Grid" (#14884) @samuelsycamore
81
+ - [docs] Divide charts `tooltip` and `highlighting` pages (#14824) @JCQuintas
82
+ - [docs] Document the `TreeItem2` component and the `useTreeItem2` hook (#14551) @noraleonte
83
+ - [docs] Fix column pinning for "Disable detail panel content scroll" section (#14854 and #14885) @kalyan90
84
+ - [docs] Fix detail panel demo not working well with pinned columns (#14883) @cherniavskii
85
+ - [docs] New recipe of a read-only field (#14606) @flaviendelangle
86
+ - [docs] Change demo name example (#14822) @alelthomas
87
+
88
+ ### Core
89
+
90
+ - [core] Support `@mui/utils` v6 (#14867) @siriwatknp
91
+ - [code-infra] Remove deprecated `data-mui-test` in favour of `data-testid` (#14882) @JCQuintas
92
+ - [code-infra] Update renovate config and add a `vitest` group (#14856) @JCQuintas
93
+ - [test] Replace `waitFor()` with `act()` (#14851) @oliviertassinari
94
+ - [test] Restore "pnpm tc" CLI (#14852) @oliviertassinari
95
+
96
+ ## 7.19.0
97
+
98
+ _Oct 4, 2024_
99
+
100
+ We'd like to offer a big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
101
+
102
+ - 🔁 Automatic parents and children selection for Data Grid ["tree data"](https://mui.com/x/react-data-grid/tree-data/) and ["row grouping"](https://mui.com/x/react-data-grid/row-grouping/) features
103
+ - 💫 Support `minHeight` and `maxHeight` on flex parent container for the Data Grid component
104
+ - 🎁 Export `publicAPI` from the `useTreeItem2Utils` hook for the Tree View
105
+ - 🌍 Improve Bulgarian (bg-BG), Croatian (hr-HR), French (fr-FR), German (de-DE), Japanese (ja-JP) and Vietnamese (vi-VN) locales and add Portuguese (pt-PT) locale on the Data Grid component
106
+ - 🌏 Improve Czech (cs-CZ) and Portuguese (pt-BR) locales and add Bulgarian (bg-BG), Croatian (hr-HR) and Portuguese (pt-PT) locales on the Pickers components
107
+ - 🐞 Bugfixes
108
+ - 📚 Documentation improvements
109
+
110
+ Special thanks goes out to our community contributors who have helped make this release possible:
111
+ @AWAIS97, @chucamphong, @GMchris, @JakubSveda, @k-rajat19, @k725, @lhilgert9, @ruiaraujo012, @Sanderand, @thomasmoon, @vallereaugabriel.
112
+ Following are all team members who have contributed to this release:
113
+ @alexfauquette, @arminmeh, @arthurbalduini, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @romgrk, @sai6855, @samuelsycamore.
114
+
115
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
116
+
117
+ ### Data Grid
118
+
119
+ #### `@mui/x-data-grid@7.19.0`
120
+
121
+ - [DataGrid] Fix column definition `undefined` value (#14456) @sai6855
122
+ - [DataGrid] Fix `checkboxSelectionVisibleOnly` reset the selection on filtering (#14677) @MBilalShafi
123
+ - [DataGrid] Fix background colors when `CSSVarsProvider` is used (#12901) @cherniavskii
124
+ - [DataGrid] Fix error when initializing aggregation with row spanning (#14710) @MBilalShafi
125
+ - [DataGrid] Fix scroll to cell logic for keyboard navigating cells and drag selection with pinned columns (#14550) @KenanYusuf
126
+ - [DataGrid] Support `minHeight` and `maxHeight` on flex parent container (#14614) @cherniavskii
127
+ - [l10n] Add missing Portuguese (pt-PT) translations (#14707) @ruiaraujo012
128
+ - [l10n] Improve Bulgarian (bg-BG) locale (#14451) @GMchris
129
+ - [l10n] Improve Croatian (hr-HR) locale (#14794) @arminmeh
130
+ - [l10n] Improve French (fr-FR) locale (#14750) @vallereaugabriel
131
+ - [l10n] Improve German (de-DE) locale (#14755) @lhilgert9
132
+ - [l10n] Improve Japanese (ja-JP) locale (#14381) @k725
133
+ - [l10n] Improve Vietnamese (vi-VN) locale (#14769) @chucamphong
134
+
135
+ #### `@mui/x-data-grid-pro@7.19.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
136
+
137
+ Same changes as in `@mui/x-data-grid@7.19.0`, plus:
138
+
139
+ - [DataGridPro] Fix dragging styles removal in column reorder (#14680) @k-rajat19
140
+ - [DataGridPro] Fix row pre-processing running with a stale data source (#14810) @MBilalShafi
141
+ - [DataGridPro] Fix `onRowsScrollEnd` not firing on very fast scrolling (#14171) @arminmeh
142
+
143
+ #### `@mui/x-data-grid-premium@7.19.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
144
+
145
+ Same changes as in `@mui/x-data-grid-pro@7.19.0`, plus:
146
+
147
+ - [DataGridPremium] Automatic parents and children selection (#13757) @MBilalShafi
148
+
149
+ ### Date and Time Pickers
150
+
151
+ #### `@mui/x-date-pickers@7.19.0`
152
+
153
+ - [pickers] Fix left-right keyboard nav with `yearsOrder="desc"` and `direction="rtl"` (#14682) @thomasmoon
154
+ - [pickers] Improve `PickerValidDate` type (#14771) @flaviendelangle
155
+ - [pickers] Improve typing of the range pickers (#14716) @flaviendelangle
156
+ - [l10n] Add Bulgarian (bg-BG) locale (#14469) @GMchris
157
+ - [l10n] Add Croatian (hr-HR) locale (#14795) @arminmeh
158
+ - [l10n] Add Portuguese (pt-PT) locale (#14722) @ruiaraujo012
159
+ - [l10n] Improve Czech (cs-CZ) locale (#14732) @JakubSveda
160
+ - [l10n] Improve Portuguese (pt-BR) locale (#14725) @arthurbalduini
161
+
162
+ #### `@mui/x-date-pickers-pro@7.19.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
163
+
164
+ Same changes as in `@mui/x-date-pickers@7.19.0`.
165
+
166
+ ### Charts
167
+
168
+ #### `@mui/x-charts@7.19.0`
169
+
170
+ - [charts] Fix `LineChart` area animation being stuck when resizing container (#14711) @alexfauquette
171
+ - [charts] Improve types and start using `warnOnce` (#14792) @JCQuintas
172
+
173
+ #### `@mui/x-charts-pro@7.0.0-beta.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
174
+
175
+ Same changes as in `@mui/x-charts@7.19.0`.
176
+
177
+ ### Tree View
178
+
179
+ #### `@mui/x-tree-view@7.19.0`
180
+
181
+ - [TreeView] Apply experimental features in `getDefaultizedParams` instead of in the plugin render (#14661) @flaviendelangle
182
+ - [TreeView] Export `publicAPI` form `useTreeItem2Utils` (#14729) @noraleonte
183
+ - [TreeView] Fix cursor navigation interfering with browser shortcut keys (#14798) @sai6855
184
+ - [TreeView] Fix invalid test for items reordering (#14665) @flaviendelangle
185
+ - [TreeView] Remove `instance.getTreeItemIdAttribute` (#14667) @flaviendelangle
186
+
187
+ ### Docs
188
+
189
+ - [docs] Added warning callout for Firefox reordering bug (#14516) @michelengelen
190
+ - [docs] Copyedit `pages.ts` navigation (#14782) @samuelsycamore
191
+ - [docs] Fix typo in row spanning doc (#14770) @flaviendelangle
192
+ - [docs] Fix typo in the Tree View migration guide to v7 (#14727) @Sanderand
193
+ - [docs] Fix typo in usage of Moment guide for UTC and timezones (#14780) @AWAIS97
194
+ - [docs] Fix what's new link to use absolute URL (#14543) @oliviertassinari
195
+
196
+ ### Core
197
+
198
+ - [core] Fix class name composition order (#14775) @oliviertassinari
199
+ - [core] Replace minWidth, maxWidth with width (#14776) @oliviertassinari
200
+ - [code-infra] Remove custom playwright installation steps (#14728) @Janpot
201
+ - [code-infra] Replace or remove all instances of `e` identifier (#14724) @samuelsycamore
202
+ - [infra] Adds community contribution section to the changelog script (#14799) @michelengelen
203
+ - [infra] Fix line break in Stack Overflow message @oliviertassinari
204
+ - [test] Fix `Escape` event firing event (#14797) @oliviertassinari
205
+
206
+ ## 7.18.0
207
+
208
+ _Sep 20, 2024_
209
+
210
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
211
+
212
+ - 💫 Support [Row spanning](https://mui.com/x/react-data-grid/row-spanning/) on the Data Grid that automatically merges the consecutive cells in a column based on the cell value
213
+
214
+ <img width="600" src="https://github.com/user-attachments/assets/d32ec936-d238-4c92-9e1a-af6788d74cdf" alt="Data Grid row spanning" />
215
+
216
+ - ⏰ Support `date-fns` v4 (#14673) @LukasTy
217
+ - 🎉 Add option for Pickers to change the order of displayed years (#11780) @thomasmoon
218
+ - 🐞 Bugfixes
219
+ - 📚 Documentation improvements
220
+
221
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
222
+
223
+ ### Data Grid
224
+
225
+ #### `@mui/x-data-grid@7.18.0`
226
+
227
+ - [DataGrid] Add default reset value in row edit mode (#14050) @michelengelen
228
+ - [DataGrid] Add `columnGroupHeaderHeight` prop for sizing column group headers (#14637) @KenanYusuf
229
+ - [DataGrid] Fix `document` reference when the grid is rendered in a popup window (#14649) @arminmeh
230
+ - [DataGrid] Remove `minFirstColumn` from `GetHeadersParams` interface (#14450) @k-rajat19
231
+ - [DataGrid] Row spanning (#14124) @MBilalShafi
232
+
233
+ #### `@mui/x-data-grid-pro@7.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
234
+
235
+ Same changes as in `@mui/x-data-grid@7.18.0`, plus:
236
+
237
+ - [DataGridPro] Fix `onRowsScrollEnd` being triggered instantly when bottom pinned row is present (#14602) @arminmeh
238
+ - [DataGridPro] Fix header filters rendering issue for `isEmpty` and `isNotEmpty` filter operators (#14493) @k-rajat19
239
+ - [DataGridPro] Fix pinned columns in RTL mode (#14586) @KenanYusuf
240
+
241
+ #### `@mui/x-data-grid-premium@7.18.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
242
+
243
+ Same changes as in `@mui/x-data-grid-pro@7.18.0`.
244
+
245
+ ### Date and Time Pickers
246
+
247
+ #### `@mui/x-date-pickers@7.18.0`
248
+
249
+ - [pickers] Add option to change the order of displayed years (#11780) @thomasmoon
250
+ - [pickers] Support `date-fns` v4 (#14673) @LukasTy
251
+
252
+ #### `@mui/x-date-pickers-pro@7.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
253
+
254
+ Same changes as in `@mui/x-date-pickers@7.18.0`.
255
+
256
+ ### Charts
257
+
258
+ #### `@mui/x-charts@7.18.0`
259
+
260
+ - [charts] Add a `PolarProvider` to manage polar axes (#14642) @alexfauquette
261
+ - [charts] Fix `LineChart` animation being stuck with initial drawing area value (#14553) @JCQuintas
262
+ - [charts] Fix legend slot typing (#14657) @alexfauquette
263
+ - [charts] Pass the axis index to extremum getter (#14641) @alexfauquette
264
+ - [charts] Provide hooks to create custom tooltip (#14377) @alexfauquette
265
+
266
+ #### `@mui/x-charts-pro@7.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
267
+
268
+ Same changes as in `@mui/x-charts@7.18.0`.
269
+
270
+ ### Tree View
271
+
272
+ #### `@mui/x-tree-view@7.18.0`
273
+
274
+ - [TreeView] Add `"use client"` directive to every public component and hook (#14579) @flaviendelangle
275
+
276
+ ### Docs
277
+
278
+ - [docs] Add `groupingValueGetter` callout in column definition docs (#14599) @michelengelen
279
+ - [docs] Clean v6 => v7 migration guide (#14652) @flaviendelangle
280
+ - [docs] Copy `vale-action.yml` from main repo @oliviertassinari
281
+ - [docs] Edit the Pickers Getting started doc (#14555) @samuelsycamore
282
+ - [docs] Fix TypeScript capitalization @oliviertassinari
283
+ - [docs] Fix Vale error @oliviertassinari
284
+ - [docs] Make the migration guide diff a bit easier to read @oliviertassinari
285
+ - [docs] Report Vale at warning level (#14660) @oliviertassinari
286
+ - [docs] Warn about the `valueGetter` and `valueFormatter` signature change (#14613) @cherniavskii
287
+ - [docs] Polish code formatting (#14603) @oliviertassinari
288
+ - [test] Spy on `observe` method to avoid flaky wait for a callback (#14640) @arminmeh
289
+
290
+ ### Core
291
+
292
+ - [core] Fix 301 link to Next.js and git diff @oliviertassinari
293
+ - [core] Fix failing CI on `master` (#14644) @cherniavskii
294
+ - [core] Fix `package.json` repository rule @oliviertassinari
295
+ - [core] MUI X repository moved to a new location @oliviertassinari
296
+ - [docs-infra] Strengthen CSP (#14581) @oliviertassinari
297
+ - [license] Finish renaming of LicensingModel (#14615) @oliviertassinari
298
+
6
299
  ## 7.17.0
7
300
 
8
301
  _Sep 13, 2024_
@@ -75,7 +368,7 @@ Same changes as in `@mui/x-charts@7.17.0`.
75
368
  ### Docs
76
369
 
77
370
  - [docs] Add missing callout on "Imperative API" tree view sections (#14503) @flaviendelangle
78
- - [docs] Fix broken redirection to MUI X v5 @oliviertassinari
371
+ - [docs] Fix broken redirection to MUI X v5 @oliviertassinari
79
372
  - [docs] Fix multiple `console.error` messages on `charts` docs (#14554) @JCQuintas
80
373
  - [docs] Fixed typo in Row Grouping recipes (#14549) @Miodini
81
374
  - [docs] Match title with blog posts @oliviertassinari
@@ -195,7 +488,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
195
488
 
196
489
  - 💫 Support Material UI v6 (`@mui/material@6`) peer dependency (#14142) @cherniavskii
197
490
 
198
- You can now use MUI X components with either v5 or v6 of `@mui/material` package 🎉
491
+ You can now use MUI X components with either v5 or v6 of `@mui/material` package 🎉
199
492
 
200
493
  - 🐞 Bugfixes
201
494
 
@@ -240,7 +533,7 @@ Same changes as in `@mui/x-charts@7.15.0`, plus:
240
533
 
241
534
  - [docs] Fix sentence case `h2` @oliviertassinari
242
535
  - [docs] Clarify contribution guide references @oliviertassinari
243
- - [docs] Fix Stack Overflow issue canned response @oliviertassinari
536
+ - [docs] Fix Stack Overflow issue canned response @oliviertassinari
244
537
  - [docs] Fix outdated link to support page @oliviertassinari
245
538
  - [docs] Fix use of Material UI @oliviertassinari
246
539
  - [docs] Update deprecated props in docs (#14295) @JCQuintas
@@ -357,7 +650,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
357
650
  #### `@mui/x-data-grid@7.13.0`
358
651
 
359
652
  - [DataGrid] Fix CSV export for `null` and `undefined` values (#14166) @k-rajat19
360
- - [DataGrid] Fix error logged during skeleton loading with nested data grid (#14186) @KenanYusuf
653
+ - [DataGrid] Fix error logged during skeleton loading with nested Data Grid (#14186) @KenanYusuf
361
654
  - [DataGrid] Remove needless check in `useGridStateInitialization` (#14181) @k-rajat19
362
655
  - [DataGrid] Add recipe for persisting filters in local storage (#14208) @cherniavskii
363
656
  - [l10n] Improve Vietnamese (vi-VN) locale (#14216) @hungnd-casso
@@ -475,6 +768,8 @@ Same changes as in `@mui/x-charts@7.12.1`, plus:
475
768
 
476
769
  #### `@mui/x-tree-view@7.12.1`
477
770
 
771
+ No changes since `@mui/x-tree-view@7.12.0`.
772
+
478
773
  ### Docs
479
774
 
480
775
  - [docs] Add a warning to promote the usage of `updateRows` (#14027) @MBilalShafi
@@ -498,7 +793,7 @@ The [Pro plan](https://mui.com/x/introduction/licensing/#pro-plan) is receiving
498
793
 
499
794
  As always, every feature released as part of the MIT plan will remain free and MIT licensed forever.
500
795
 
501
- This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the [Upcoming changes to MUI X pricing in 2024](https://mui.com/blog/mui-x-sep-2024-price-update/) blog post.
796
+ This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the [Upcoming changes to MUI X pricing in 2024](https://mui.com/blog/mui-x-sep-2024-price-update/) blog post.
502
797
 
503
798
  ### Highlights
504
799
 
@@ -563,7 +858,7 @@ Same changes as in `@mui/x-date-pickers@7.12.0`.
563
858
  #### `@mui/x-charts@7.12.0`
564
859
 
565
860
  - [charts] Fix incorrect `axisId` prop being allowed in xAxis/yAxis config. Use `id` instead. (#13986) @JCQuintas
566
- - [charts] Use vendor to have Common JS bundle working out of the box (#13608) @alexfauquette
861
+ - [charts] Use vendor to have CommonJS bundle working out of the box (#13608) @alexfauquette
567
862
  - [charts] Divide the `SeriesProvider` to use in filtering (#14026) @JCQuintas
568
863
 
569
864
  ### Tree View
@@ -1325,7 +1620,7 @@ Same changes as in `@mui/x-date-pickers@7.6.0`.
1325
1620
  - [docs] Fix a small typo in property comment (#13245) @Janpot
1326
1621
  - [docs] Improve the Data Grid FAQ page (#13258) @MBilalShafi
1327
1622
  - [docs] Removes unused lines in TreeItem2 styling (#13264) @arthurbalduini
1328
- - [docs] Small improvements on accessibility data grid doc (#13233) @arthurbalduini
1623
+ - [docs] Small improvements on accessibility Data Grid doc (#13233) @arthurbalduini
1329
1624
  - [docs] Update Pickers demo configurations (#13303) @LukasTy
1330
1625
 
1331
1626
  ### Core
@@ -1339,7 +1634,7 @@ Same changes as in `@mui/x-date-pickers@7.6.0`.
1339
1634
  - [test] Use test-utils from npm (#12880) @michaldudak
1340
1635
  - [typescript] Remove duplicate `DateRangePosition` type in favor of `RangePosition` (#13288) @LukasTy
1341
1636
 
1342
- ## v7.5.1
1637
+ ## 7.5.1
1343
1638
 
1344
1639
  _May 23, 2024_
1345
1640
 
@@ -1399,7 +1694,7 @@ Same changes as in `@mui/x-date-pickers@7.5.1`.
1399
1694
  - [code-infra] Run corepack enable on all CI jobs (#13205) @Janpot
1400
1695
  - [code-infra] Use `nx` for lerna tasks (#13166) @LukasTy
1401
1696
 
1402
- ## v7.5.0
1697
+ ## 7.5.0
1403
1698
 
1404
1699
  _May 17, 2024_
1405
1700
 
@@ -1924,7 +2219,7 @@ Same changes as in `@mui/x-date-pickers@7.1.1`, plus:
1924
2219
  - [docs] Fix typo in `getItemId` prop description (#12637) @flaviendelangle
1925
2220
  - [docs] Make the Charts `margin` usage more visible (#12591) @alexfauquette
1926
2221
  - [docs] Match IE 11 spacing with Material UI @oliviertassinari
1927
- - [docs] Move data grid interfaces to standard API page layout (#12016) @alexfauquette
2222
+ - [docs] Move Data Grid interfaces to standard API page layout (#12016) @alexfauquette
1928
2223
  - [docs] Remove ` around @default values (#12158) @alexfauquette
1929
2224
  - [docs] Remove `day` from the default `dayOfWeekFormatter` function params (#12644) @LukasTy
1930
2225
  - [docs] Use `TreeItem2` for icon expansion example on `RichTreeView` (#12563) @flaviendelangle
@@ -3365,7 +3660,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.9`.
3365
3660
  - [docs] Fix generated tree view API docs (#11737) @LukasTy
3366
3661
  - [docs] Generate docs for Tree View slots (#11730) @flaviendelangle
3367
3662
  - [docs] Improve codemod for v7 (#11650) @oliviertassinari
3368
- - [docs] Improve data grid `pageSizeOptions` prop documentation (#11682) @oliviertassinari
3663
+ - [docs] Improve Data Grid `pageSizeOptions` prop documentation (#11682) @oliviertassinari
3369
3664
  - [docs] Parse markdown on API docs demo titles (#11728) @LukasTy
3370
3665
  - [docs] Remove the description from the `className` prop (#11693) @oliviertassinari
3371
3666
  - [docs] Uplift `SimpleTreeView` customization examples (#11424) @noraleonte
@@ -3453,8 +3748,8 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.8`.
3453
3748
  - [docs] Fix parsing of `x-date-pickers-pro` demo adapter imports (#11628) @LukasTy
3454
3749
  - [docs] Improve `git diff` format @oliviertassinari
3455
3750
  - [docs] Push up the MUI X brand (#11533) @oliviertassinari
3456
- - [docs] Remove old data grid translation files (#11646) @cherniavskii
3457
- - [docs] Improve Server-side data grid docs (#11589) @oliviertassinari
3751
+ - [docs] Remove old Data Grid translation files (#11646) @cherniavskii
3752
+ - [docs] Improve Server-side Data Grid docs (#11589) @oliviertassinari
3458
3753
  - [docs] Improve charts landing page (#11570) @oliviertassinari
3459
3754
 
3460
3755
  ### Core
@@ -3964,7 +4259,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
3964
4259
 
3965
4260
  - The clipboard related exports `ignoreValueFormatterDuringExport` and `splitClipboardPastedText` are no longer prefixed with `unstable_`.
3966
4261
 
3967
- - The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the `DataGrid` exports. Use the [`filterDebounceMs`](https://next.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
4262
+ - The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the Data Grid exports. Use the [`filterDebounceMs`](https://next.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
3968
4263
 
3969
4264
  - The `slots.preferencesPanel` slot and the `slotProps.preferencesPanel` prop were removed. Use `slots.panel` and `slotProps.panel` instead.
3970
4265
 
@@ -4676,7 +4971,7 @@ A special shoutout to thank the 12 contributors who made this release possible.
4676
4971
  - 🚀 First v7 alpha release
4677
4972
  - ✨ Fix aggregation label not showing when `renderHeader` is used (#10961) @cherniavskii
4678
4973
  - 📘 Server side data source [early documentation](https://mui.com/x/react-data-grid/server-side-data/)
4679
- - 💫 New recipes added for the data grid
4974
+ - 💫 New recipes added for the Data Grid
4680
4975
  - 📈 `<ChartsReferenceLine />` component is now available
4681
4976
  - 🌍 Add Basque (eu) locale, improve Czech (cs-CZ) and Spanish (es-ES) locales
4682
4977
  - 🐞 Bugfixes
@@ -1,18 +1,10 @@
1
1
  import { PlanScope, PlanVersion } from '../utils/plan';
2
2
  import { LicenseModel } from '../utils/licenseModel';
3
3
  export interface LicenseDetails {
4
- orderNumber: string;
5
4
  expiryDate: Date;
6
- /**
7
- * @deprecated Use planScope instead.
8
- */
9
- scope?: PlanScope;
10
- planScope?: PlanScope;
11
- /**
12
- * @deprecated Use licenseModel instead.
13
- */
14
- licensingModel?: LicenseModel;
15
5
  licenseModel?: LicenseModel;
6
+ orderNumber: string;
7
+ planScope?: PlanScope;
16
8
  planVersion: PlanVersion;
17
9
  }
18
10
  export declare function generateLicense(details: LicenseDetails): string;
@@ -4,14 +4,6 @@ import { PLAN_SCOPES } from "../utils/plan.js";
4
4
  import { LICENSE_MODELS } from "../utils/licenseModel.js";
5
5
  const licenseVersion = '2';
6
6
  function getClearLicenseString(details) {
7
- // TODO remove
8
- if (details.licensingModel) {
9
- details.licenseModel = details.licensingModel;
10
- }
11
- // TODO remove
12
- if (details.scope) {
13
- details.planScope = details.scope;
14
- }
15
7
  if (details.planScope && !PLAN_SCOPES.includes(details.planScope)) {
16
8
  throw new Error('MUI X: Invalid scope');
17
9
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.17.0
2
+ * @mui/x-license v7.20.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -4,14 +4,6 @@ import { PLAN_SCOPES } from "../utils/plan.js";
4
4
  import { LICENSE_MODELS } from "../utils/licenseModel.js";
5
5
  const licenseVersion = '2';
6
6
  function getClearLicenseString(details) {
7
- // TODO remove
8
- if (details.licensingModel) {
9
- details.licenseModel = details.licensingModel;
10
- }
11
- // TODO remove
12
- if (details.scope) {
13
- details.planScope = details.scope;
14
- }
15
7
  if (details.planScope && !PLAN_SCOPES.includes(details.planScope)) {
16
8
  throw new Error('MUI X: Invalid scope');
17
9
  }
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.17.0
2
+ * @mui/x-license v7.20.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -5,7 +5,7 @@ export function showInvalidLicenseKeyError() {
5
5
  showError(['MUI X: Invalid license key.', '', "Your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo.", '', 'To solve the issue, you need to double check that `setLicenseKey()` is called with the right argument', 'Please check the license key installation https://mui.com/r/x-license-key-installation.']);
6
6
  }
7
7
  export function showLicenseKeyPlanMismatchError() {
8
- showError(['MUI X: License key plan mismatch.', '', 'Your use of MUI X is not compatible with the plan of your license key. The feature you are trying to use is not included in the plan of your license key. This happens if you try to use `DataGridPremium` with a license key for the Pro plan.', '', 'To solve the issue, you can upgrade your plan from Pro to Premium at https://mui.com/r/x-get-license?scope=premium.', "Of if you didn't intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`."]);
8
+ showError(['MUI X: License key plan mismatch.', '', 'Your use of MUI X is not compatible with the plan of your license key. The feature you are trying to use is not included in the plan of your license key. This happens if you try to use Data Grid Premium with a license key for the Pro plan.', '', 'To solve the issue, you can upgrade your plan from Pro to Premium at https://mui.com/r/x-get-license?scope=premium.', "Of if you didn't intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`."]);
9
9
  }
10
10
  export function showNotAvailableInInitialProPlanError() {
11
11
  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.']);
@@ -10,6 +10,8 @@ export const LICENSE_MODELS = [
10
10
  */
11
11
  'annual',
12
12
  /**
13
- * TODO 2026 remove, legacy name of annual.
13
+ * Legacy. The previous name for 'annual'.
14
+ * Can be removed once old license keys generated with 'subscription' are no longer supported.
15
+ * To support for a while. We need more years of backward support and we sell multi year licenses.
14
16
  */
15
17
  'subscription'];
@@ -10,14 +10,6 @@ var _plan = require("../utils/plan");
10
10
  var _licenseModel = require("../utils/licenseModel");
11
11
  const licenseVersion = '2';
12
12
  function getClearLicenseString(details) {
13
- // TODO remove
14
- if (details.licensingModel) {
15
- details.licenseModel = details.licensingModel;
16
- }
17
- // TODO remove
18
- if (details.scope) {
19
- details.planScope = details.scope;
20
- }
21
13
  if (details.planScope && !_plan.PLAN_SCOPES.includes(details.planScope)) {
22
14
  throw new Error('MUI X: Invalid scope');
23
15
  }
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.17.0
2
+ * @mui/x-license v7.20.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -17,7 +17,7 @@ function showInvalidLicenseKeyError() {
17
17
  showError(['MUI X: Invalid license key.', '', "Your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo.", '', 'To solve the issue, you need to double check that `setLicenseKey()` is called with the right argument', 'Please check the license key installation https://mui.com/r/x-license-key-installation.']);
18
18
  }
19
19
  function showLicenseKeyPlanMismatchError() {
20
- showError(['MUI X: License key plan mismatch.', '', 'Your use of MUI X is not compatible with the plan of your license key. The feature you are trying to use is not included in the plan of your license key. This happens if you try to use `DataGridPremium` with a license key for the Pro plan.', '', 'To solve the issue, you can upgrade your plan from Pro to Premium at https://mui.com/r/x-get-license?scope=premium.', "Of if you didn't intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`."]);
20
+ showError(['MUI X: License key plan mismatch.', '', 'Your use of MUI X is not compatible with the plan of your license key. The feature you are trying to use is not included in the plan of your license key. This happens if you try to use Data Grid Premium with a license key for the Pro plan.', '', 'To solve the issue, you can upgrade your plan from Pro to Premium at https://mui.com/r/x-get-license?scope=premium.', "Of if you didn't intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`."]);
21
21
  }
22
22
  function showNotAvailableInInitialProPlanError() {
23
23
  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.']);
@@ -16,6 +16,8 @@ const LICENSE_MODELS = exports.LICENSE_MODELS = [
16
16
  */
17
17
  'annual',
18
18
  /**
19
- * TODO 2026 remove, legacy name of annual.
19
+ * Legacy. The previous name for 'annual'.
20
+ * Can be removed once old license keys generated with 'subscription' are no longer supported.
21
+ * To support for a while. We need more years of backward support and we sell multi year licenses.
20
22
  */
21
23
  'subscription'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-license",
3
- "version": "7.17.0",
3
+ "version": "7.20.0",
4
4
  "description": "MUI X License verification",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/mui/mui-x.git",
23
+ "url": "git+https://github.com/mui/mui-x.git",
24
24
  "directory": "packages/x-license"
25
25
  },
26
26
  "dependencies": {
27
- "@babel/runtime": "^7.25.6",
28
- "@mui/utils": "^5.16.6"
27
+ "@babel/runtime": "^7.25.7",
28
+ "@mui/utils": "^5.16.6 || ^6.0.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "^17.0.0 || ^18.0.0"
@@ -5,7 +5,7 @@ export function showInvalidLicenseKeyError() {
5
5
  showError(['MUI X: Invalid license key.', '', "Your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo.", '', 'To solve the issue, you need to double check that `setLicenseKey()` is called with the right argument', 'Please check the license key installation https://mui.com/r/x-license-key-installation.']);
6
6
  }
7
7
  export function showLicenseKeyPlanMismatchError() {
8
- showError(['MUI X: License key plan mismatch.', '', 'Your use of MUI X is not compatible with the plan of your license key. The feature you are trying to use is not included in the plan of your license key. This happens if you try to use `DataGridPremium` with a license key for the Pro plan.', '', 'To solve the issue, you can upgrade your plan from Pro to Premium at https://mui.com/r/x-get-license?scope=premium.', "Of if you didn't intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`."]);
8
+ showError(['MUI X: License key plan mismatch.', '', 'Your use of MUI X is not compatible with the plan of your license key. The feature you are trying to use is not included in the plan of your license key. This happens if you try to use Data Grid Premium with a license key for the Pro plan.', '', 'To solve the issue, you can upgrade your plan from Pro to Premium at https://mui.com/r/x-get-license?scope=premium.', "Of if you didn't intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`."]);
9
9
  }
10
10
  export function showNotAvailableInInitialProPlanError() {
11
11
  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.']);
@@ -10,6 +10,8 @@ export const LICENSE_MODELS = [
10
10
  */
11
11
  'annual',
12
12
  /**
13
- * TODO 2026 remove, legacy name of annual.
13
+ * Legacy. The previous name for 'annual'.
14
+ * Can be removed once old license keys generated with 'subscription' are no longer supported.
15
+ * To support for a while. We need more years of backward support and we sell multi year licenses.
14
16
  */
15
17
  'subscription'];