@mui/x-license 9.8.0 → 9.10.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 +230 -0
- package/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.mts +1 -1
- package/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts +1 -1
- package/Watermark/Watermark.d.mts +1 -1
- package/Watermark/Watermark.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +4 -4
- package/utils/licenseAppType.d.mts +3 -1
- package/utils/licenseAppType.d.ts +3 -1
- package/utils/licenseModel.d.mts +17 -1
- package/utils/licenseModel.d.ts +17 -1
- package/utils/licensePlan.d.mts +2 -2
- package/utils/licensePlan.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,235 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.10.0
|
|
4
|
+
|
|
5
|
+
_Jul 17, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
|
|
10
|
+
- ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
|
|
11
|
+
- 🐞 Bugfixes
|
|
12
|
+
- 📚 Documentation improvements
|
|
13
|
+
|
|
14
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
15
|
+
@Anexus5919, @mustafajw07
|
|
16
|
+
|
|
17
|
+
The following team members contributed to this release:
|
|
18
|
+
@brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
|
|
19
|
+
|
|
20
|
+
### Data Grid
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid@9.10.0`
|
|
23
|
+
|
|
24
|
+
Internal changes.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@9.10.0`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@9.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid-pro@9.10.0`.
|
|
33
|
+
|
|
34
|
+
### Date and Time Pickers
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-date-pickers@9.10.0`
|
|
37
|
+
|
|
38
|
+
Internal changes.
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-date-pickers@9.10.0`.
|
|
43
|
+
|
|
44
|
+
### Charts
|
|
45
|
+
|
|
46
|
+
#### `@mui/x-charts@9.10.0`
|
|
47
|
+
|
|
48
|
+
- [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-charts-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
51
|
+
|
|
52
|
+
Same changes as in `@mui/x-charts@9.10.0`.
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts-premium@9.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
55
|
+
|
|
56
|
+
Same changes as in `@mui/x-charts-pro@9.10.0`.
|
|
57
|
+
|
|
58
|
+
### Tree View
|
|
59
|
+
|
|
60
|
+
#### `@mui/x-tree-view@9.10.0`
|
|
61
|
+
|
|
62
|
+
Internal changes.
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-tree-view-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-tree-view@9.10.0`, plus:
|
|
67
|
+
|
|
68
|
+
- [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
|
|
69
|
+
|
|
70
|
+
### Scheduler
|
|
71
|
+
|
|
72
|
+
#### `@mui/x-scheduler@9.0.0-beta.6`
|
|
73
|
+
|
|
74
|
+
- [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
|
|
75
|
+
- [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
|
|
76
|
+
|
|
77
|
+
#### `@mui/x-scheduler-premium@9.0.0-beta.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
78
|
+
|
|
79
|
+
Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
|
|
80
|
+
|
|
81
|
+
### Chat
|
|
82
|
+
|
|
83
|
+
#### `@mui/x-chat@9.0.0-alpha.14`
|
|
84
|
+
|
|
85
|
+
- [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
|
|
86
|
+
|
|
87
|
+
#### `@mui/x-chat-headless@9.0.0-alpha.14`
|
|
88
|
+
|
|
89
|
+
Internal changes.
|
|
90
|
+
|
|
91
|
+
### Codemod
|
|
92
|
+
|
|
93
|
+
#### `@mui/x-codemod@9.10.0`
|
|
94
|
+
|
|
95
|
+
Internal changes.
|
|
96
|
+
|
|
97
|
+
### Docs
|
|
98
|
+
|
|
99
|
+
- [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
|
|
100
|
+
|
|
101
|
+
### Core
|
|
102
|
+
|
|
103
|
+
- [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
|
|
104
|
+
- [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
|
|
105
|
+
- [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
|
|
106
|
+
- [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
|
|
107
|
+
|
|
108
|
+
### Miscellaneous
|
|
109
|
+
|
|
110
|
+
- [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
|
|
111
|
+
- [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
|
|
112
|
+
- [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
|
|
113
|
+
|
|
114
|
+
## 9.9.0
|
|
115
|
+
|
|
116
|
+
_Jul 9, 2026_
|
|
117
|
+
|
|
118
|
+
We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
119
|
+
|
|
120
|
+
- 📊 [Data sampling](https://mui.com/x/react-charts/performance/#sampling) for better performance with large bar and line charts
|
|
121
|
+
- 🗺️ [Maps zoom support](https://mui.com/x/react-charts/map/#zoom)
|
|
122
|
+
- ☑️ Support [applying filters on demand](https://mui.com/x/react-data-grid/filtering/customization/#apply-filters-on-demand) in the Data Grid
|
|
123
|
+
- 🐞 Bugfixes
|
|
124
|
+
- 📚 Documentation improvements
|
|
125
|
+
|
|
126
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
127
|
+
@mustafajw07, @sebastianfrey
|
|
128
|
+
|
|
129
|
+
The following team members contributed to this release:
|
|
130
|
+
@aemartos, @alexfauquette, @brijeshb42, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @sai6855
|
|
131
|
+
|
|
132
|
+
### Data Grid
|
|
133
|
+
|
|
134
|
+
#### `@mui/x-data-grid@9.9.0`
|
|
135
|
+
|
|
136
|
+
- [DataGrid] Add `dataSourceKeepPreviousData` prop (#22554) @LukasTy
|
|
137
|
+
- [DataGrid] Add controlled filter panel for applying filters on demand (#23023) @sebastianfrey
|
|
138
|
+
|
|
139
|
+
#### `@mui/x-data-grid-pro@9.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
140
|
+
|
|
141
|
+
Same changes as in `@mui/x-data-grid@9.9.0`.
|
|
142
|
+
|
|
143
|
+
#### `@mui/x-data-grid-premium@9.9.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
144
|
+
|
|
145
|
+
Same changes as in `@mui/x-data-grid-pro@9.9.0`.
|
|
146
|
+
|
|
147
|
+
### Date and Time Pickers
|
|
148
|
+
|
|
149
|
+
#### `@mui/x-date-pickers@9.9.0`
|
|
150
|
+
|
|
151
|
+
Internal changes.
|
|
152
|
+
|
|
153
|
+
#### `@mui/x-date-pickers-pro@9.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
154
|
+
|
|
155
|
+
Same changes as in `@mui/x-date-pickers@9.9.0`, plus:
|
|
156
|
+
|
|
157
|
+
- [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#22996) @LukasTy
|
|
158
|
+
|
|
159
|
+
### Charts
|
|
160
|
+
|
|
161
|
+
#### `@mui/x-charts@9.9.0`
|
|
162
|
+
|
|
163
|
+
- [charts] Optimize and de-duplicate sampled axis-highlight band lookup (#23052) @JCQuintas
|
|
164
|
+
- [charts] Unify tooltip item position getter and selector into a single selector API (#23041) @alexfauquette
|
|
165
|
+
- [charts] Fix impossible condition in axis text angle warning (#23102) @sai6855
|
|
166
|
+
|
|
167
|
+
#### `@mui/x-charts-pro@9.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
168
|
+
|
|
169
|
+
Same changes as in `@mui/x-charts@9.9.0`, plus:
|
|
170
|
+
|
|
171
|
+
- [charts-pro] Add data sampling for large bar and line charts (#22830) @JCQuintas
|
|
172
|
+
- [charts-pro] Allow sampling on non-zoomable charts (#23051) @JCQuintas
|
|
173
|
+
|
|
174
|
+
#### `@mui/x-charts-premium@9.9.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
175
|
+
|
|
176
|
+
#### Breaking changes
|
|
177
|
+
|
|
178
|
+
The API of the `Unstable_ChartsGeoDataProviderPremium` got modified.
|
|
179
|
+
Props `scale`, `rotation`, and `translation` are replaced by props `view` and `initialView`.
|
|
180
|
+
Same behavior can be obtained with `view.zoomLevel`, `view.center`, and `view.translation`.
|
|
181
|
+
See the [zoom view section](https://mui.com/x/react-charts/map/#control) for detailed information
|
|
182
|
+
|
|
183
|
+
Same changes as in `@mui/x-charts-pro@9.9.0`, plus:
|
|
184
|
+
|
|
185
|
+
- [charts-premium] Maps zoom support (#22709) @alexfauquette
|
|
186
|
+
|
|
187
|
+
### Tree View
|
|
188
|
+
|
|
189
|
+
#### `@mui/x-tree-view@9.9.0`
|
|
190
|
+
|
|
191
|
+
Internal changes.
|
|
192
|
+
|
|
193
|
+
#### `@mui/x-tree-view-pro@9.9.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
194
|
+
|
|
195
|
+
Same changes as in `@mui/x-tree-view@9.9.0`.
|
|
196
|
+
|
|
197
|
+
### Scheduler
|
|
198
|
+
|
|
199
|
+
#### `@mui/x-scheduler@9.0.0-beta.5`
|
|
200
|
+
|
|
201
|
+
- [scheduler] Introduce event resource helper utilities (#23022) @mustafajw07
|
|
202
|
+
- [scheduler] Preserve multi-day event continuity across overflow (#22797) @mustafajw07
|
|
203
|
+
|
|
204
|
+
#### `@mui/x-scheduler-premium@9.0.0-beta.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
205
|
+
|
|
206
|
+
Same changes as in `@mui/x-scheduler@9.0.0-beta.5`.
|
|
207
|
+
|
|
208
|
+
### Codemod
|
|
209
|
+
|
|
210
|
+
#### `@mui/x-codemod@9.9.0`
|
|
211
|
+
|
|
212
|
+
Internal changes.
|
|
213
|
+
|
|
214
|
+
### Docs
|
|
215
|
+
|
|
216
|
+
- [docs] Fix broken social preview image on shared docs links (#23055) @sai6855
|
|
217
|
+
- [docs] Review and clean up react-chat docs demos & gallery; fix actions-bar layout (#22993) @hasdfa
|
|
218
|
+
- [docs] Update the Pickers recommended date library bundle sizes (#23087) @LukasTy
|
|
219
|
+
|
|
220
|
+
### Core
|
|
221
|
+
|
|
222
|
+
- [mcp] Add `@mui/mcp` server and `@mui/x-agent-tools`. See the [README](https://github.com/mui/mui-x/blob/master/packages/mcp/README.md) for setup (#22947) @aemartos
|
|
223
|
+
- [code-infra] Avoid OOM in the Netlify docs build and CircleCI lint step (#23086) @LukasTy
|
|
224
|
+
- [code-infra] Group `@atlaskit/pragmatic-drag-and-drop` renovate updates (#23105) @LukasTy
|
|
225
|
+
- [code-infra] Validate npm publishing through dry run (#23038) @brijeshb42
|
|
226
|
+
- [docs-infra] Enable `webpackBuildWorker` to bound docs build memory (#23100) @Janpot
|
|
227
|
+
|
|
228
|
+
### Miscellaneous
|
|
229
|
+
|
|
230
|
+
- [test] Fix flaky "should render only the pageSize" Data Grid virtualization test (#23090) @LukasTy
|
|
231
|
+
- [test] Track `@mui/x-chat` bundle size via native expand (#23049) @Janpot
|
|
232
|
+
|
|
3
233
|
## 9.8.0
|
|
4
234
|
|
|
5
235
|
_Jul 2, 2026_
|
|
@@ -2,6 +2,6 @@ import { CommercialPackageInfo } from "../utils/commercialPackages.mjs";
|
|
|
2
2
|
interface WatermarkProps {
|
|
3
3
|
packageInfo: CommercialPackageInfo;
|
|
4
4
|
}
|
|
5
|
-
declare function Watermark(props: WatermarkProps): import("react
|
|
5
|
+
declare function Watermark(props: WatermarkProps): import("react").JSX.Element | null;
|
|
6
6
|
declare const MemoizedWatermark: typeof Watermark;
|
|
7
7
|
export { MemoizedWatermark as Watermark };
|
package/Watermark/Watermark.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ import { CommercialPackageInfo } from "../utils/commercialPackages.js";
|
|
|
2
2
|
interface WatermarkProps {
|
|
3
3
|
packageInfo: CommercialPackageInfo;
|
|
4
4
|
}
|
|
5
|
-
declare function Watermark(props: WatermarkProps): import("react
|
|
5
|
+
declare function Watermark(props: WatermarkProps): import("react").JSX.Element | null;
|
|
6
6
|
declare const MemoizedWatermark: typeof Watermark;
|
|
7
7
|
export { MemoizedWatermark as Watermark };
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-license",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "MUI X License verification.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime": "^7.29.7",
|
|
25
|
-
"@mui/utils": "^9.
|
|
26
|
-
"@mui/x-
|
|
27
|
-
"@mui/x-
|
|
25
|
+
"@mui/utils": "^9.2.0",
|
|
26
|
+
"@mui/x-telemetry": "^9.10.0",
|
|
27
|
+
"@mui/x-internals": "^9.10.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The supported application types for a MUI X license.
|
|
3
3
|
*/
|
|
4
|
-
export declare const APP_TYPES: readonly [
|
|
4
|
+
export declare const APP_TYPES: readonly [/** A single application. */
|
|
5
|
+
'single', /** Multiple applications. */
|
|
6
|
+
'multi'];
|
|
5
7
|
/**
|
|
6
8
|
* The type of application the license covers.
|
|
7
9
|
*/
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The supported application types for a MUI X license.
|
|
3
3
|
*/
|
|
4
|
-
export declare const APP_TYPES: readonly [
|
|
4
|
+
export declare const APP_TYPES: readonly [/** A single application. */
|
|
5
|
+
'single', /** Multiple applications. */
|
|
6
|
+
'multi'];
|
|
5
7
|
/**
|
|
6
8
|
* The type of application the license covers.
|
|
7
9
|
*/
|
package/utils/licenseModel.d.mts
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
1
|
-
export declare const LICENSE_MODELS: readonly [
|
|
1
|
+
export declare const LICENSE_MODELS: readonly [
|
|
2
|
+
/**
|
|
3
|
+
* A license is outdated if the current version of the software was released after the expiry date of the license.
|
|
4
|
+
* But the license can be used indefinitely with an older version of the software.
|
|
5
|
+
*/
|
|
6
|
+
'perpetual',
|
|
7
|
+
/**
|
|
8
|
+
* On development, a license is outdated if the expiry date has been reached
|
|
9
|
+
* On production, a license is outdated if the current version of the software was released after the expiry date of the license (see "perpetual")
|
|
10
|
+
*/
|
|
11
|
+
'annual',
|
|
12
|
+
/**
|
|
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.
|
|
16
|
+
*/
|
|
17
|
+
'subscription'];
|
|
2
18
|
export type LicenseModel = (typeof LICENSE_MODELS)[number];
|
package/utils/licenseModel.d.ts
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
1
|
-
export declare const LICENSE_MODELS: readonly [
|
|
1
|
+
export declare const LICENSE_MODELS: readonly [
|
|
2
|
+
/**
|
|
3
|
+
* A license is outdated if the current version of the software was released after the expiry date of the license.
|
|
4
|
+
* But the license can be used indefinitely with an older version of the software.
|
|
5
|
+
*/
|
|
6
|
+
'perpetual',
|
|
7
|
+
/**
|
|
8
|
+
* On development, a license is outdated if the expiry date has been reached
|
|
9
|
+
* On production, a license is outdated if the current version of the software was released after the expiry date of the license (see "perpetual")
|
|
10
|
+
*/
|
|
11
|
+
'annual',
|
|
12
|
+
/**
|
|
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.
|
|
16
|
+
*/
|
|
17
|
+
'subscription'];
|
|
2
18
|
export type LicenseModel = (typeof LICENSE_MODELS)[number];
|
package/utils/licensePlan.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const PLAN_SCOPES: readonly [
|
|
2
|
-
export declare const PLAN_VERSIONS: readonly [
|
|
1
|
+
export declare const PLAN_SCOPES: readonly ['pro', 'premium'];
|
|
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
|
/**
|
package/utils/licensePlan.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const PLAN_SCOPES: readonly [
|
|
2
|
-
export declare const PLAN_VERSIONS: readonly [
|
|
1
|
+
export declare const PLAN_SCOPES: readonly ['pro', 'premium'];
|
|
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
|
/**
|