@mui/x-license 8.0.0 → 8.2.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
@@ -5,6 +5,227 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.2.0
9
+
10
+ _May 1, 2025_
11
+
12
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📊 `<FunnelChart/>` now uses the `strawberrySky` sequential color palette by default.
15
+ <img width="481" alt="Screenshot 2025-04-29 at 13 55 21" src="https://github.com/user-attachments/assets/182085d1-a7ce-4e4d-9d8d-a4fe87f27167" />
16
+ - 📊 Add API to export a chart as an image: `apiRef.exportAsImage` — [Learn more](https://mui.com/x/react-charts/export/#export-as-image).
17
+
18
+ Special thanks go out to the community members for their valuable contributions:
19
+ @federico-ntr, @nusr.
20
+ Following are all team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @bernardobelchior, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @romgrk.
22
+
23
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24
+
25
+ ### Data Grid
26
+
27
+ #### `@mui/x-data-grid@8.2.0`
28
+
29
+ - [DataGrid] Fix panel alignment (#17625) @KenanYusuf
30
+ - [DataGrid] Fix theme `defaultProps` causing unwanted re-renders (#17490) @KenanYusuf
31
+ - [DataGrid] Fix circular reference error (#17591) @romgrk
32
+ - [DataGrid] Fix `<GridEditInputCell />` break input (#16773) @nusr
33
+
34
+ #### `@mui/x-data-grid-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35
+
36
+ Same changes as in `@mui/x-data-grid@8.2.0`, plus:
37
+
38
+ - [DataGridPro] Use intersection observer to trigger server-side infinite loading (#17369) @arminmeh
39
+
40
+ #### `@mui/x-data-grid-premium@8.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
41
+
42
+ Same changes as in `@mui/x-data-grid-pro@8.2.0`.
43
+
44
+ ### Date and Time Pickers
45
+
46
+ #### `@mui/x-date-pickers@8.2.0`
47
+
48
+ - [l10n] Improve Italian (it-IT) locale (#17600) @federico-ntr
49
+ - [pickers] Refactor owner state typing (#17517) @LukasTy
50
+
51
+ #### `@mui/x-date-pickers-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-date-pickers@8.2.0`.
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@8.2.0`
58
+
59
+ - [charts] Add library name to errors (#17547) @bernardobelchior
60
+ - [charts] Add monochrome palettes (#17610) @JCQuintas
61
+ - [charts] Add screenshot of the tooltip (#17395) @alexfauquette
62
+ - [charts] Default bar chart x-axis scale type to band (#17519) @bernardobelchior
63
+ - [charts] Document axis ID uniqueness constraints (#17630) @bernardobelchior
64
+ - [charts] Refactor axis types (#17632) @bernardobelchior
65
+ - [charts] Use `<circle />` for circular legend mark (#17590) @alexfauquette
66
+
67
+ #### `@mui/x-charts-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
68
+
69
+ Same changes as in `@mui/x-charts@8.2.0`, plus:
70
+
71
+ - [charts-pro] Add `gap` option to `<FunnelChart />` (#17642) @JCQuintas
72
+ - [charts-pro] Export charts as image (#17353) @bernardobelchior
73
+ - [charts-pro] Simplify zoom testing (#17525) @JCQuintas
74
+ - [charts-pro] Use new sequential color palette in `<FunnelChart />` (#17606) @JCQuintas
75
+
76
+ ### Tree View
77
+
78
+ #### `@mui/x-tree-view@8.2.0`
79
+
80
+ Internal changes.
81
+
82
+ #### `@mui/x-tree-view-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
83
+
84
+ Same changes as in `@mui/x-tree-view@8.2.0`.
85
+
86
+ ### Docs
87
+
88
+ - [docs][charts] Add composition sections (#17377) @alexfauquette
89
+ - [docs][charts] Add docs on tooltip style (#17601) @bernardobelchior
90
+ - [docs][charts] Fix highlighting heading structure (#17581) @oliviertassinari
91
+ - [docs][charts] Improve export docs (#17538) @oliviertassinari
92
+ - [docs][charts] Similar introduction on most charts pages (#17374) @alexfauquette
93
+ - [docs][DataGrid] Clear component docs (#17540) @oliviertassinari
94
+ - [docs] Explicitly state that `groupingColDef` reference needs to be stable (#17544) @arminmeh
95
+ - [docs] Fix <kbd> a11y (#17536) @oliviertassinari
96
+ - [docs] Fix CodeSandbox spelling @oliviertassinari
97
+ - [docs] Fix coding style function @oliviertassinari
98
+ - [docs] Fix migration guide format (#17450) @oliviertassinari
99
+ - [docs] Improve data grid export docs (#17551) @MBilalShafi
100
+ - [docs] Remove leftover `@next` usages (#17542) @LukasTy
101
+
102
+ ### Core
103
+
104
+ - [core] Add security label to dependabot PRs @oliviertassinari
105
+ - [core] Allow post-install vale @oliviertassinari
106
+ - [core] Component consistency @oliviertassinari
107
+ - [core] Fix all Vale errors @oliviertassinari
108
+ - [core] Move `loadStyleSheets` to internals and use it in data grid and charts (#17548) @bernardobelchior
109
+ - [core] Remove empty version (#17582) @oliviertassinari
110
+ - [core] Remove eslint from codemod spec files (#17443) @alexfauquette
111
+ - [core] Remove unnecessary versions (#17597) @oliviertassinari
112
+ - [code-infra] Allow postinstall scripts for packages requesting it (#17635) @LukasTy
113
+ - [code-infra] Data Grid `vitest` changes (#17619) @JCQuintas
114
+ - [code-infra] Fix date-time sensitive tests (#17644) @JCQuintas
115
+ - [code-infra] Fix extension handling for type imports (#17636) @Janpot
116
+ - [code-infra] Further remove `clock=fake` and add `async act` for datagrid (#17563) @JCQuintas
117
+ - [code-infra] Latest vitest picker changes (#17577) @JCQuintas
118
+ - [docs-infra] Fix Vale no longer working (#17602) @alexfauquette
119
+ - [docs-infra] Uniformize Vale between repositories @oliviertassinari
120
+ - [infra] Updates to `branch switch comments` (#17589) @michelengelen
121
+ - [x-telemetry] Fix issue with get machineid hash (#17614) @hasdfa
122
+
123
+ ## 8.1.0
124
+
125
+ _Apr 24, 2025_
126
+
127
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
128
+
129
+ - 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint()`.
130
+ - 📚 Documentation improvements
131
+ - 🐞 Bugfixes
132
+
133
+ Special thanks go out to the community members for their valuable contributions:
134
+ @lhilgert9, @ArturAghakaryan, @sai6855.
135
+ Following are all team members who have contributed to this release:
136
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @joserodolfofreitas, @KenanYusuf, @LukasTy, @mapache-salvaje, @oliviertassinari, @romgrk.
137
+
138
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
139
+
140
+ ### Data Grid
141
+
142
+ #### `@mui/x-data-grid@8.1.0`
143
+
144
+ - [DataGrid] Allow row deselection with multiple rows selected (#17473) @arminmeh
145
+ - [DataGrid] Fix column title truncation on touch devices (#17375) @KenanYusuf
146
+ - [DataGrid] Remove internal usage of `material` prop (#17513) @KenanYusuf
147
+ - [DataGrid] Fix apiRef not being passed on onCellClick params (#17335) @sai6855
148
+ - [DataGrid] Add Armenian (hy-AM) locale (#17527) @ArturAghakaryan
149
+
150
+ #### `@mui/x-data-grid-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
151
+
152
+ Same changes as in `@mui/x-data-grid@8.1.0`, plus:
153
+
154
+ - [DataGridPro] Fix locales.ts export (#17433) @lhilgert9
155
+ - [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17482) @cherniavskii
156
+ - [DataGridPro] Fix expandable rows detail content height updates (#17394) @arminmeh
157
+
158
+ #### `@mui/x-data-grid-premium@8.1.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
159
+
160
+ Same changes as in `@mui/x-data-grid-pro@8.1.0`.
161
+
162
+ ### Date and Time Pickers
163
+
164
+ #### `@mui/x-date-pickers@8.1.0`
165
+
166
+ - [pickers] Improve `PickersInputBase` owner state typing (#17478) @LukasTy
167
+
168
+ #### `@mui/x-date-pickers-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
169
+
170
+ Same changes as in `@mui/x-date-pickers@8.1.0`.
171
+
172
+ ### Charts
173
+
174
+ - Add API to print a chart or export it as PDF: `apiRef.exportAsPrint()`.
175
+
176
+ #### `@mui/x-charts@8.1.0`
177
+
178
+ - [charts] Add a localization provider (#17325) @alexfauquette
179
+ - [charts] Add codemod for replacing legend's hidden slot prop (#17392) @bernardobelchior
180
+ - [charts] Fix chart visual tests flakiness (#17469) @bernardobelchior
181
+ - [charts] Fix tooltip position (#17440) @alexfauquette
182
+ - [charts] Improve axis tooltip performances (#17398) @alexfauquette
183
+ - [charts] Move radar from under development to preview (#17418) @alexfauquette
184
+ - [charts] Advance time in charts regression tests (#17420) @bernardobelchior
185
+ - [charts] Fix charts visuals flakiness (#17472) @bernardobelchior
186
+ - [charts] Move `rafThrottle` on event handlers instead of setter (#17489) @bernardobelchior
187
+
188
+ #### `@mui/x-charts-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
189
+
190
+ Same changes as in `@mui/x-charts@8.1.0`, plus:
191
+
192
+ - [charts-pro] Add export as PDF/print functionality (#17285) @bernardobelchior
193
+ - [charts-pro] Fix axis zoom being disabled when not specified in `initialZoom` (#17500) @bernardobelchior
194
+
195
+ ### Tree View
196
+
197
+ #### `@mui/x-tree-view@8.1.0`
198
+
199
+ Internal changes.
200
+
201
+ #### `@mui/x-tree-view-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
202
+
203
+ Same changes as in `@mui/x-tree-view@8.1.0`.
204
+
205
+ ### Docs
206
+
207
+ - [docs] Fix AI Assistant Panel Trigger demo (#17426) @KenanYusuf
208
+ - [docs] Fix DataGrid's master-detail demo for one expanded detail panel at a time (#17471) @arminmeh
209
+ - [docs] Improve StackOverflow links (#17483) @oliviertassinari
210
+ - [docs] Refine charts demos (#17417) @alexfauquette
211
+ - [docs] Remove ad on paid docs pages (#17373) @oliviertassinari
212
+ - [docs] Serve migration guides in raw markdown format (#17210) @cherniavskii
213
+ - [docs] Fix heading structure (#17495) @oliviertassinari
214
+ - [docs] Revise the Row Grouping doc (#16217) @mapache-salvaje
215
+ - [docs] Fix ellipsis in the demo (#17476) @oliviertassinari
216
+ - [docs] Add docs information for Legend HTML (#17502) @alexfauquette
217
+ - [docs] Refine charts demos (#17417) @alexfauquette
218
+ - [tree view][docs] Copyedit the Tree View Overview page (#17498) @mapache-salvaje
219
+
220
+ ### Core
221
+
222
+ - [core] Bump `@types/node` (#17444) @LukasTy
223
+ - [core] Remove `react-is` dependency (#17470) @LukasTy
224
+ - [core] Remove redundant `overridesResolver` in `styled` components (#17466) @romgrk
225
+ - [core] Update support table (#17425) @joserodolfofreitas
226
+ - [code-infra] Ditch `@babel/node` (#17446) @LukasTy
227
+ - [code-infra] Further remove `clock=fake` from pickers (#17253) @JCQuintas
228
+
8
229
  ## 8.0.0
9
230
 
10
231
  _Apr 17, 2025_
@@ -1715,7 +1936,7 @@ Same changes as in `@mui/x-tree-view@8.0.0-alpha.8`.
1715
1936
  - [docs] Add example for custom legend (#16169) @alexfauquette
1716
1937
  - [docs] Add full custom field creation example (#15194) @flaviendelangle
1717
1938
  - [docs] Copyedit the Data Grid cell selection page (#16099) @samuelsycamore
1718
- - [docs] Fix demo rendering issue on Codesandbox (#16118) @arminmeh
1939
+ - [docs] Fix demo rendering issue on CodeSandbox (#16118) @arminmeh
1719
1940
  - [docs] Remove broken links (#16167) @alexfauquette
1720
1941
  - [docs] Split the Data Grid editing page (#14931) @MBilalShafi
1721
1942
  - [docs] Fix wrong props warnings (#16119) @JCQuintas
@@ -2162,7 +2383,7 @@ Releasing to benefit from license package fix (#15814).
2162
2383
 
2163
2384
  - [code-infra] Add Charts sandbox generation (#15830) @JCQuintas
2164
2385
  - [code-infra] Remove redundant `@type/react-test-renderer` dep (#15766) @LukasTy
2165
- - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15814) @arminmeh
2386
+ - [license] Use `console.log` for the error message on CodeSandbox to avoid rendering error (#15814) @arminmeh
2166
2387
 
2167
2388
  ## 8.0.0-alpha.3
2168
2389
 
@@ -2378,6 +2599,8 @@ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
2378
2599
 
2379
2600
  ### Docs
2380
2601
 
2602
+ <!-- vale MUI.CorrectRererenceCased = NO -->
2603
+
2381
2604
  - [docs] Fix 404 links (#15575) @oliviertassinari
2382
2605
  - [docs] Fix bash comments (#15571) @oliviertassinari
2383
2606
  - [docs] Fix Pickers theme augmentation example (#15672) @LukasTy
@@ -2387,6 +2610,8 @@ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
2387
2610
  - [docs] Fix `anchorEl` API page for charts (#15625) @oliviertassinari
2388
2611
  - [docs] Add documentation for the list view feature (#15344) @KenanYusuf
2389
2612
 
2613
+ <!-- vale MUI.CorrectRererenceCased = YES -->
2614
+
2390
2615
  ### Core
2391
2616
 
2392
2617
  - [core] Follow `()` function convention for docs @oliviertassinari
@@ -3295,7 +3520,7 @@ Same changes as in `@mui/x-tree-view@7.24.0`.
3295
3520
  ### Docs
3296
3521
 
3297
3522
  - [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore
3298
- - [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh
3523
+ - [docs] Fix demo rendering issue on CodeSandbox (#16129) @arminmeh
3299
3524
 
3300
3525
  ### Core
3301
3526
 
@@ -3573,7 +3798,7 @@ Releasing to benefit from license package fix (#15818).
3573
3798
  ### Core
3574
3799
 
3575
3800
  - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
3576
- - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
3801
+ - [license] Use `console.log` for the error message on CodeSandbox to avoid rendering error (#15818) @arminmeh
3577
3802
 
3578
3803
  ## 7.23.1
3579
3804
 
@@ -6914,7 +7139,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.4`.
6914
7139
  />
6915
7140
  ```
6916
7141
 
6917
- - The headless field hooks (e.g.: `useDateField`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
7142
+ - The headless field hooks (for example `useDateField()`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
6918
7143
  This property is utilized to determine whether the anticipated UI is constructed using an accessible DOM structure.
6919
7144
  Learn more about this new accessible DOM structure in the [v8 migration guide](https://v7.mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
6920
7145
 
@@ -1,2 +1,2 @@
1
1
  export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.js";
2
- export type { LicenseInfoProviderProps as Unstable_LicenseInfoProviderProps } from './LicenseInfoProvider';
2
+ export type { LicenseInfoProviderProps as Unstable_LicenseInfoProviderProps } from "./LicenseInfoProvider.js";
@@ -1,2 +1,2 @@
1
1
  export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.js";
2
- export type { LicenseInfoProviderProps as Unstable_LicenseInfoProviderProps } from './LicenseInfoProvider';
2
+ export type { LicenseInfoProviderProps as Unstable_LicenseInfoProviderProps } from "./LicenseInfoProvider.js";
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v8.0.0
2
+ * @mui/x-license v8.2.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  export * from "./licenseErrorMessageUtils.js";
2
2
  export * from "./licenseInfo.js";
3
3
  export * from "./licenseStatus.js";
4
- export type { PlanScope } from './plan';
5
- export type { LicenseModel } from './licenseModel';
6
- export type { MuiCommercialPackageName } from './commercialPackages';
4
+ export type { PlanScope } from "./plan.js";
5
+ export type { LicenseModel } from "./licenseModel.js";
6
+ export type { MuiCommercialPackageName } from "./commercialPackages.js";
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v8.0.0
2
+ * @mui/x-license v8.2.0
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-license",
3
- "version": "8.0.0",
3
+ "version": "8.2.0",
4
4
  "description": "MUI X License verification",
5
5
  "author": "MUI Team",
6
6
  "main": "./index.js",
@@ -24,8 +24,8 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.27.0",
26
26
  "@mui/utils": "^7.0.2",
27
- "@mui/x-internals": "8.0.0",
28
- "@mui/x-telemetry": "8.0.0"
27
+ "@mui/x-internals": "8.2.0",
28
+ "@mui/x-telemetry": "8.2.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
package/utils/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from "./licenseErrorMessageUtils.js";
2
2
  export * from "./licenseInfo.js";
3
3
  export * from "./licenseStatus.js";
4
- export type { PlanScope } from './plan';
5
- export type { LicenseModel } from './licenseModel';
6
- export type { MuiCommercialPackageName } from './commercialPackages';
4
+ export type { PlanScope } from "./plan.js";
5
+ export type { LicenseModel } from "./licenseModel.js";
6
+ export type { MuiCommercialPackageName } from "./commercialPackages.js";