@mui/x-license 9.9.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 +111 -0
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
- 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,116 @@
|
|
|
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
|
+
|
|
3
114
|
## 9.9.0
|
|
4
115
|
|
|
5
116
|
_Jul 9, 2026_
|
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",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime": "^7.29.7",
|
|
25
25
|
"@mui/utils": "^9.2.0",
|
|
26
|
-
"@mui/x-
|
|
27
|
-
"@mui/x-
|
|
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
|
/**
|