@mui/x-date-pickers-pro 8.12.0 → 8.14.1
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 +411 -1
- package/DateRangeCalendar/DateRangeCalendar.js +1 -1
- package/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/esm/DateRangeCalendar/DateRangeCalendar.js +1 -1
- package/esm/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/esm/index.js +1 -1
- package/esm/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +1 -1
- package/esm/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +1 -1
- package/index.js +1 -1
- package/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +1 -1
- package/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,416 @@
|
|
|
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.14.1
|
|
9
|
+
|
|
10
|
+
_Oct 16, 2025_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- 🚀 Charts have optimized data structures for closest point calculations — initial render times reduced by ~25% for 1,000+ data points, with greater gains at larger scales (#19790) @bernardobelchior
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
- 📚 Documentation improvements
|
|
17
|
+
|
|
18
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
19
|
+
@djpremier, @jacknot, @justdoit1897, @mellis481, @sai6855
|
|
20
|
+
|
|
21
|
+
The following are all team members who have contributed to this release:
|
|
22
|
+
@arminmeh, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @noraleonte, @siriwatknp
|
|
23
|
+
|
|
24
|
+
### Data Grid
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid@8.14.1`
|
|
27
|
+
|
|
28
|
+
- [DataGrid] Fix cell not rerendering on `isCellEditable` prop change (#19898) @cherniavskii
|
|
29
|
+
- [DataGrid] Fix virtualizer memory leaks (#19886) @cherniavskii
|
|
30
|
+
- [DataGrid] Fix tree data unable to deselect row for exclude model (#19846) @siriwatknp
|
|
31
|
+
- [l10n] Improve Italian (it-IT) locale (#19322) @jacknot and (#19940) @justdoit1897
|
|
32
|
+
|
|
33
|
+
#### `@mui/x-data-grid-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
34
|
+
|
|
35
|
+
Same changes as in `@mui/x-data-grid@8.14.1`, plus:
|
|
36
|
+
|
|
37
|
+
- [DataGridPro] Clear cache before new request to the nested request queue after a row has been edited (#19873) @arminmeh
|
|
38
|
+
|
|
39
|
+
#### `@mui/x-data-grid-premium@8.14.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
40
|
+
|
|
41
|
+
Same changes as in `@mui/x-data-grid-pro@8.14.1`.
|
|
42
|
+
|
|
43
|
+
### Date and Time Pickers
|
|
44
|
+
|
|
45
|
+
#### `@mui/x-date-pickers@8.14.1`
|
|
46
|
+
|
|
47
|
+
Internal changes.
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@8.14.1`.
|
|
52
|
+
|
|
53
|
+
### Charts
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-charts@8.14.1`
|
|
56
|
+
|
|
57
|
+
- [charts] Fix `minBarSize` when y-axis is reversed (#19932) @bernardobelchior
|
|
58
|
+
- [charts] Fix bar chart border radius when axis is reversed (#19895) @bernardobelchior
|
|
59
|
+
- [charts] Fix scatter chart `datasetKeys.id` not being optional (#19897) @bernardobelchior
|
|
60
|
+
- [charts] Use more performant data structure for closest point (#19790) @bernardobelchior
|
|
61
|
+
- [charts] Fix `GaugeValueArc` having wrong class (#19965) @bernardobelchior
|
|
62
|
+
- [charts] Fix `undefined` path when highlight empty line chart axis (#19969) @bernardobelchior
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-charts-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-charts@8.14.1`, plus:
|
|
67
|
+
|
|
68
|
+
- [charts-pro] Add `highlighting` to Sankey chart (#19662) @JCQuintas
|
|
69
|
+
|
|
70
|
+
#### `@mui/x-charts-premium@8.14.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
71
|
+
|
|
72
|
+
Same changes as in `@mui/x-charts-pro@8.14.1`.
|
|
73
|
+
|
|
74
|
+
### Tree View
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-tree-view@8.14.1`
|
|
77
|
+
|
|
78
|
+
- [tree view] Do not forward the `ownerState` to the icon (#19772) @flaviendelangle
|
|
79
|
+
|
|
80
|
+
#### `@mui/x-tree-view-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
81
|
+
|
|
82
|
+
Same changes as in `@mui/x-tree-view@8.14.1`.
|
|
83
|
+
|
|
84
|
+
### Codemod
|
|
85
|
+
|
|
86
|
+
#### `@mui/x-codemod@8.14.0`
|
|
87
|
+
|
|
88
|
+
Internal changes.
|
|
89
|
+
|
|
90
|
+
### Docs
|
|
91
|
+
|
|
92
|
+
- [docs] Add `'bumpX'` and `'bumpY'` curve types to the interpolation demo (#19676) @djpremier
|
|
93
|
+
- [docs] Add scatter chart with linear regression demo (#19900) @bernardobelchior
|
|
94
|
+
- [docs] Correctly describe Data Grid's row selection behavior (#19968) @arminmeh
|
|
95
|
+
- [docs] Fix `isExpanded` type in tree view docs (#19092) @mellis481
|
|
96
|
+
|
|
97
|
+
### Core
|
|
98
|
+
|
|
99
|
+
- [code-infra] Disable Netlify cache plugin (#19950) @Janpot
|
|
100
|
+
- [code-infra] Lint json through eslint (#19890) @Janpot
|
|
101
|
+
- [docs-infra] Use published netlify cache plugin package (#19929) @brijeshb42
|
|
102
|
+
|
|
103
|
+
## 8.14.0
|
|
104
|
+
|
|
105
|
+
_Oct 9, 2025_
|
|
106
|
+
|
|
107
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
108
|
+
|
|
109
|
+
- 📊 The [Chart zoom now supports the `pressAndDrag` gesture](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration). Pan by pressing and dragging.
|
|
110
|
+
- 🔄 [Server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) support for the Data Grid
|
|
111
|
+
- 🐞 Bugfixes
|
|
112
|
+
- 📚 Documentation improvements
|
|
113
|
+
|
|
114
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
115
|
+
@djpremier, @Utkarsh-0304
|
|
116
|
+
|
|
117
|
+
The following are all team members who have contributed to this release:
|
|
118
|
+
@alexfauquette, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @prakhargupta1, @rita-codes, @noraleonte, @brijeshb42, @arminmeh, @michelengelen
|
|
119
|
+
|
|
120
|
+
### Data Grid
|
|
121
|
+
|
|
122
|
+
#### `@mui/x-data-grid@8.14.0`
|
|
123
|
+
|
|
124
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
|
|
125
|
+
|
|
126
|
+
#### `@mui/x-data-grid-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
127
|
+
|
|
128
|
+
Same changes as in `@mui/x-data-grid@8.14.0`.
|
|
129
|
+
|
|
130
|
+
#### `@mui/x-data-grid-premium@8.14.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
131
|
+
|
|
132
|
+
Same changes as in `@mui/x-data-grid-pro@8.14.0`, plus:
|
|
133
|
+
|
|
134
|
+
- [DataGridPremium] Server-side pivoting (#19575) @arminmeh
|
|
135
|
+
|
|
136
|
+
### Date and Time Pickers
|
|
137
|
+
|
|
138
|
+
#### `@mui/x-date-pickers@8.14.0`
|
|
139
|
+
|
|
140
|
+
- [pickers] Fixed the extra element for the disabled date picker (#19387) @Utkarsh-0304
|
|
141
|
+
- [pickers] Fix input `autoCapitalize` value for Firefox compatibility (#19285) @michelengelen
|
|
142
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
|
|
143
|
+
|
|
144
|
+
#### `@mui/x-date-pickers-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
145
|
+
|
|
146
|
+
Same changes as in `@mui/x-date-pickers@8.14.0`.
|
|
147
|
+
|
|
148
|
+
### Charts
|
|
149
|
+
|
|
150
|
+
#### `@mui/x-charts@8.14.0`
|
|
151
|
+
|
|
152
|
+
- [charts] Add `pressAndDrag` pan gesture (#19779) @JCQuintas
|
|
153
|
+
- [charts] Allow `minPointers` and `maxPointers` to be configured by pointer type (#19794) @JCQuintas
|
|
154
|
+
- [charts] Correct scale domain types (#19844) @bernardobelchior
|
|
155
|
+
- [charts] Fix tooltip position when scrolling (#19857) @alexfauquette
|
|
156
|
+
- [charts] Link item highlight with keyboard navigation (#19768) @alexfauquette
|
|
157
|
+
- [charts] Refactor domain/scale selectors (#19832) @bernardobelchior
|
|
158
|
+
- [charts] Remove min/max from ordinal configuration (#19789) @alexfauquette
|
|
159
|
+
- [charts] Simplify axes filters selectors (#19833) @bernardobelchior
|
|
160
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
|
|
161
|
+
|
|
162
|
+
#### `@mui/x-charts-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
163
|
+
|
|
164
|
+
Same changes as in `@mui/x-charts@8.14.0`.
|
|
165
|
+
|
|
166
|
+
#### `@mui/x-charts-premium@8.14.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
167
|
+
|
|
168
|
+
Same changes as in `@mui/x-charts-pro@8.14.0`.
|
|
169
|
+
|
|
170
|
+
### Tree View
|
|
171
|
+
|
|
172
|
+
#### `@mui/x-tree-view@8.14.0`
|
|
173
|
+
|
|
174
|
+
- [tree view] Fix Tree View tooltip anchoring on overview page (#19806) @noraleonte
|
|
175
|
+
|
|
176
|
+
#### `@mui/x-tree-view-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
177
|
+
|
|
178
|
+
Same changes as in `@mui/x-tree-view@8.14.0`.
|
|
179
|
+
|
|
180
|
+
### Codemod
|
|
181
|
+
|
|
182
|
+
#### `@mui/x-codemod@8.14.0`
|
|
183
|
+
|
|
184
|
+
Internal changes.
|
|
185
|
+
|
|
186
|
+
### Docs
|
|
187
|
+
|
|
188
|
+
- [docs] Add overview section for pie chart (#19672) @prakhargupta1
|
|
189
|
+
- [docs] Fix demo title knob keys (#19843) @JCQuintas
|
|
190
|
+
- [docs] Hide UI elements of unsupported features in the data source demos (#19849) @arminmeh
|
|
191
|
+
|
|
192
|
+
### Core
|
|
193
|
+
|
|
194
|
+
- [code-infra] Cleanup unused dependencies (#19788) @brijeshb42
|
|
195
|
+
- [code-infra] Fix pnpm-lock issue (#19861) @JCQuintas
|
|
196
|
+
- [code-infra] Improve publishing docs (#19404) @Janpot
|
|
197
|
+
- [code-infra] Remove tsconfig `baseUrl` (#19837) @Janpot
|
|
198
|
+
- [code-infra] Support custom npm dist tags during release (#19803) @Janpot
|
|
199
|
+
- [code-infra] Wait longer for print dialog (#19795) @JCQuintas
|
|
200
|
+
- [code-infra] Replace `lodash` with `es-toolkit` (#19853) @bernardobelchior
|
|
201
|
+
- [code-infra] Update release script PR checklist (#19785) @bernardobelchior
|
|
202
|
+
- [code-infra] Remove remaining usages of `lodash` (#19864) @bernardobelchior
|
|
203
|
+
- [docs-infra] Add `title` knob (#19792) @JCQuintas
|
|
204
|
+
- [docs-infra] Fix missing key in title knob (#19804) @JCQuintas
|
|
205
|
+
|
|
206
|
+
### Miscellaneous
|
|
207
|
+
|
|
208
|
+
- [x-telemetry] Fix transpile issues (#19761) @hasdfa
|
|
209
|
+
- [x-telemetry] Fix ref to deleted file (#19842) @JCQuintas
|
|
210
|
+
|
|
211
|
+
## 8.13.1
|
|
212
|
+
|
|
213
|
+
_Oct 1, 2025_
|
|
214
|
+
|
|
215
|
+
- 🐛 Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release
|
|
216
|
+
|
|
217
|
+
### Data Grid
|
|
218
|
+
|
|
219
|
+
#### `@mui/x-data-grid@8.13.1`
|
|
220
|
+
|
|
221
|
+
Internal changes.
|
|
222
|
+
|
|
223
|
+
#### `@mui/x-data-grid-pro@8.13.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
224
|
+
|
|
225
|
+
Same changes as in `@mui/x-data-grid@8.13.1`.
|
|
226
|
+
|
|
227
|
+
#### `@mui/x-data-grid-premium@8.13.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
228
|
+
|
|
229
|
+
Same changes as in `@mui/x-data-grid-pro@8.13.1`.
|
|
230
|
+
|
|
231
|
+
### Date and Time Pickers
|
|
232
|
+
|
|
233
|
+
#### `@mui/x-date-pickers@8.12.0`
|
|
234
|
+
|
|
235
|
+
Internal changes.
|
|
236
|
+
|
|
237
|
+
#### `@mui/x-date-pickers-pro@8.12.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
238
|
+
|
|
239
|
+
Same changes as in `@mui/x-date-pickers@8.12.0`.
|
|
240
|
+
|
|
241
|
+
### Charts
|
|
242
|
+
|
|
243
|
+
#### `@mui/x-charts@8.13.1`
|
|
244
|
+
|
|
245
|
+
Internal changes.
|
|
246
|
+
|
|
247
|
+
#### `@mui/x-charts-pro@8.13.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
248
|
+
|
|
249
|
+
Same changes as in `@mui/x-charts@8.13.1`, plus:
|
|
250
|
+
|
|
251
|
+
- [charts-pro] Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release @bernardobelchior
|
|
252
|
+
|
|
253
|
+
#### `@mui/x-charts-premium@8.13.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
254
|
+
|
|
255
|
+
Same changes as in `@mui/x-charts-pro@8.13.1`.
|
|
256
|
+
|
|
257
|
+
### Tree View
|
|
258
|
+
|
|
259
|
+
#### `@mui/x-tree-view@8.13.1`
|
|
260
|
+
|
|
261
|
+
Internal changes.
|
|
262
|
+
|
|
263
|
+
#### `@mui/x-tree-view-pro@8.13.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
264
|
+
|
|
265
|
+
Same changes as in `@mui/x-tree-view@8.13.1`.
|
|
266
|
+
|
|
267
|
+
### Codemod
|
|
268
|
+
|
|
269
|
+
#### `@mui/x-codemod@8.12.0`
|
|
270
|
+
|
|
271
|
+
Internal changes.
|
|
272
|
+
|
|
273
|
+
## 8.13.0
|
|
274
|
+
|
|
275
|
+
_Oct 1, 2025_
|
|
276
|
+
|
|
277
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
278
|
+
|
|
279
|
+
- 📊 The chart zoom now supports the `tapAndDrag` gesture. Zoom in/out by tapping twice and dragging vertically.
|
|
280
|
+
- 🔎 Charts now allow [fine-grained control for zoom interactions](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration).
|
|
281
|
+
```jsx
|
|
282
|
+
<BarChartPro
|
|
283
|
+
zoomInteractionConfig={{
|
|
284
|
+
// Only zoom when Control key is pressed
|
|
285
|
+
zoom: [{ type: 'wheel', keys: ['Control'] }],
|
|
286
|
+
// Only pan when Shift key is pressed
|
|
287
|
+
pan: [{ type: 'drag', keys: ['Shift'] }],
|
|
288
|
+
}}
|
|
289
|
+
/>
|
|
290
|
+
```
|
|
291
|
+
- ➡️ Data Grid grouping rows now persist their expansion state when the rows are updated.
|
|
292
|
+
- 📜 Updated Data Grid vertical scrollbar to include pinned rows and aggregation sections.
|
|
293
|
+
- 📌 Improved the appearance of [pinned columns](https://mui.com/x/react-data-grid/column-pinning/#pinned-columns-appearance) and [pinned rows](https://mui.com/x/react-data-grid/row-pinning/#pinned-rows-appearance) sections in the Data Grid.
|
|
294
|
+
- 🚀 Tree View now fetches the children of expanded items on mount when using lazy loading.
|
|
295
|
+
- 🐞 Bugfixes
|
|
296
|
+
- 📚 Documentation improvements
|
|
297
|
+
|
|
298
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
299
|
+
@sai6855
|
|
300
|
+
|
|
301
|
+
The following are all team members who have contributed to this release:
|
|
302
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @mapache-salvaje, @MBilalShafi, @mnajdova, @rita-codes, @siriwatknp
|
|
303
|
+
|
|
304
|
+
### Data Grid
|
|
305
|
+
|
|
306
|
+
#### `@mui/x-data-grid@8.13.0`
|
|
307
|
+
|
|
308
|
+
- [DataGrid] Add scroll shadows and fix scrollbar overlap (#16476) @KenanYusuf
|
|
309
|
+
- [DataGrid] Fix row spanning stale state issue (#19733) @MBilalShafi
|
|
310
|
+
- [DataGrid] Fix toolbar `slotProps` not being applied (#19769) @sai6855
|
|
311
|
+
- [DataGrid] Skip calling `fetchRows()` when strategy is not initialized (#19728) @MBilalShafi
|
|
312
|
+
|
|
313
|
+
#### `@mui/x-data-grid-pro@8.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
314
|
+
|
|
315
|
+
Same changes as in `@mui/x-data-grid@8.13.0`, plus:
|
|
316
|
+
|
|
317
|
+
- [DataGridPro] Retain expansion state on rows update (#19697) @MBilalShafi
|
|
318
|
+
|
|
319
|
+
#### `@mui/x-data-grid-premium@8.13.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
320
|
+
|
|
321
|
+
Same changes as in `@mui/x-data-grid-pro@8.13.0`, plus:
|
|
322
|
+
|
|
323
|
+
- [DataGridPremium] Add `metadata.referenceId` to AI assistant prompt resolver (#19695) @hasdfa
|
|
324
|
+
- [DataGridPremium] Fix aggregation value retrieval (#19724) @arminmeh
|
|
325
|
+
- [DataGridPremium] Get correct active chart id while rebuilding data (#19720) @arminmeh
|
|
326
|
+
|
|
327
|
+
### Date and Time Pickers
|
|
328
|
+
|
|
329
|
+
#### `@mui/x-date-pickers@8.12.0`
|
|
330
|
+
|
|
331
|
+
Internal changes.
|
|
332
|
+
|
|
333
|
+
#### `@mui/x-date-pickers-pro@8.12.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
334
|
+
|
|
335
|
+
Same changes as in `@mui/x-date-pickers@8.12.0`.
|
|
336
|
+
|
|
337
|
+
### Charts
|
|
338
|
+
|
|
339
|
+
#### `@mui/x-charts@8.13.0`
|
|
340
|
+
|
|
341
|
+
- [charts] Add `tapAndDrag` zoom gesture (#19727) @JCQuintas
|
|
342
|
+
- [charts] Add arc focus indicator that follows the arc form (#19696) @mnajdova
|
|
343
|
+
- [charts] Fix outline color (#19752) @alexfauquette
|
|
344
|
+
- [charts] Improve tooltip doc (#19731) @JCQuintas
|
|
345
|
+
- [charts] Make axis highlight reflect the keyboard interaction (#19631) @alexfauquette
|
|
346
|
+
- [charts] Prevent horizontal scroll on keyboard navigation (#19704) @alexfauquette
|
|
347
|
+
- [charts] Simplify gestures by removing bindings (#19767) @JCQuintas
|
|
348
|
+
|
|
349
|
+
#### `@mui/x-charts-pro@8.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
350
|
+
|
|
351
|
+
Same changes as in `@mui/x-charts@8.13.0`, plus:
|
|
352
|
+
|
|
353
|
+
- [charts-pro] Allow zoom interactions to be configured (#18646) @JCQuintas
|
|
354
|
+
- [charts-pro] Fix zoom preview having wrong domain in some cases (#19723) @bernardobelchior
|
|
355
|
+
|
|
356
|
+
#### `@mui/x-charts-premium@8.13.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
357
|
+
|
|
358
|
+
Same changes as in `@mui/x-charts-pro@8.13.0`.
|
|
359
|
+
|
|
360
|
+
### Tree View
|
|
361
|
+
|
|
362
|
+
#### `@mui/x-tree-view@8.13.0`
|
|
363
|
+
|
|
364
|
+
- [tree view] Export the `apiRef` type of each Tree View component (#19543) @flaviendelangle
|
|
365
|
+
- [tree view] Fix indeterminate checkbox state (#19544) @flaviendelangle
|
|
366
|
+
- [tree view] Improve the lazy loading initial expansion (#19284) @flaviendelangle
|
|
367
|
+
- [tree view] Use Base UI utils whenever possible (#19502) @flaviendelangle
|
|
368
|
+
|
|
369
|
+
#### `@mui/x-tree-view-pro@8.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
370
|
+
|
|
371
|
+
Same changes as in `@mui/x-tree-view@8.13.0`.
|
|
372
|
+
|
|
373
|
+
### Codemod
|
|
374
|
+
|
|
375
|
+
#### `@mui/x-codemod@8.12.0`
|
|
376
|
+
|
|
377
|
+
Internal changes.
|
|
378
|
+
|
|
379
|
+
### Docs
|
|
380
|
+
|
|
381
|
+
- [docs] Add a recipe to customize editing component with Autocomplete (#19651) @siriwatknp
|
|
382
|
+
- [docs] Refine the electricity scatter tooltip (#19689) @alexfauquette
|
|
383
|
+
- [docs] Revise the Axis doc (#19052) @mapache-salvaje
|
|
384
|
+
- [docs] Remove reference to nonexistent `FocusedMark` API page (#19773) @bernardobelchior
|
|
385
|
+
|
|
386
|
+
### Core
|
|
387
|
+
|
|
388
|
+
- [code-infra] Change charts codspeed integration to use walltime (#19729) @JCQuintas
|
|
389
|
+
- [code-infra] Port stylelint from core repo (#19633) @Janpot
|
|
390
|
+
- [code-infra] Stabilize fake timers in regression tests (#19719) @Janpot
|
|
391
|
+
- [code-infra] Stabilize size for bundles with `releaseInfo` (#19674) @Janpot
|
|
392
|
+
- [code-infra] Fix `pnpm-lock.yaml` broken lockfile (#19755) @bernardobelchior
|
|
393
|
+
|
|
394
|
+
## 8.12.1
|
|
395
|
+
|
|
396
|
+
_Sep 25, 2025_
|
|
397
|
+
|
|
398
|
+
Release highlight ✨:
|
|
399
|
+
|
|
400
|
+
- 🐞 Hotfix for Grid-Charts integration issue with aggregated values
|
|
401
|
+
|
|
402
|
+
### Data Grid
|
|
403
|
+
|
|
404
|
+
#### `@mui/x-data-grid@8.12.1`
|
|
405
|
+
|
|
406
|
+
Internal changes.
|
|
407
|
+
|
|
408
|
+
#### `@mui/x-data-grid-pro@8.12.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
409
|
+
|
|
410
|
+
Same changes as in `@mui/x-data-grid@8.12.1`.
|
|
411
|
+
|
|
412
|
+
#### `@mui/x-data-grid-premium@8.12.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
413
|
+
|
|
414
|
+
Same changes as in `@mui/x-data-grid-pro@8.12.1`, plus:
|
|
415
|
+
|
|
416
|
+
- [DataGridPremium] Collect aggregated values properly for the charts integration context (#19714) @arminmeh
|
|
417
|
+
|
|
8
418
|
## 8.12.0
|
|
9
419
|
|
|
10
420
|
_Sep 25, 2025_
|
|
@@ -15,7 +425,7 @@ We'd like to extend a big thank you to the 15 contributors who made this release
|
|
|
15
425
|
|
|
16
426
|

|
|
17
427
|
|
|
18
|
-
|
|
428
|
+
👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54)
|
|
19
429
|
|
|
20
430
|
- ⌨️ Charts keyboard navigation
|
|
21
431
|
- ⚡️ Charts: Add new `renderer="svg-batch"` prop to Scatter charts that provides improved performance for large datasets
|
|
@@ -37,7 +37,7 @@ var _DateRangePickerDay2 = require("../DateRangePickerDay2");
|
|
|
37
37
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
38
38
|
const _excluded = ["value", "defaultValue", "referenceDate", "onChange", "className", "classes", "disableFuture", "disablePast", "minDate", "maxDate", "shouldDisableDate", "reduceAnimations", "onMonthChange", "rangePosition", "defaultRangePosition", "onRangePositionChange", "calendars", "currentMonthCalendarPosition", "slots", "slotProps", "loading", "renderLoading", "disableHighlightToday", "focusedView", "onFocusedViewChange", "readOnly", "disabled", "showDaysOutsideCurrentMonth", "dayOfWeekFormatter", "disableAutoMonthSwitching", "autoFocus", "fixedWeekNumber", "disableDragEditing", "displayWeekNumber", "timezone", "availableRangePositions", "views", "view", "openTo", "onViewChange"],
|
|
39
39
|
_excluded2 = ["isDragging", "rangeDragDay", "draggingDatePosition"];
|
|
40
|
-
const releaseInfo = "
|
|
40
|
+
const releaseInfo = "MTc2MDU3MjgwMDAwMA==";
|
|
41
41
|
const DateRangeCalendarRoot = (0, _styles.styled)('div', {
|
|
42
42
|
name: 'MuiDateRangeCalendar',
|
|
43
43
|
slot: 'Root'
|
|
@@ -235,7 +235,7 @@ const DateRangePickerDayRaw = /*#__PURE__*/React.forwardRef(function DateRangePi
|
|
|
235
235
|
showDaysOutsideCurrentMonth
|
|
236
236
|
} = props,
|
|
237
237
|
other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
|
|
238
|
-
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "
|
|
238
|
+
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2MDU3MjgwMDAwMA==");
|
|
239
239
|
const adapter = (0, _hooks.usePickerAdapter)();
|
|
240
240
|
const shouldRenderHighlight = isHighlighting && !outsideCurrentMonth;
|
|
241
241
|
const shouldRenderPreview = isPreviewing && !outsideCurrentMonth;
|
|
@@ -30,7 +30,7 @@ import { PickersRangeCalendarHeader } from "../PickersRangeCalendarHeader/index.
|
|
|
30
30
|
import { useNullablePickerRangePositionContext } from "../internals/hooks/useNullablePickerRangePositionContext.js";
|
|
31
31
|
import { dateRangePickerDay2Classes } from "../DateRangePickerDay2/index.js";
|
|
32
32
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
33
|
-
const releaseInfo = "
|
|
33
|
+
const releaseInfo = "MTc2MDU3MjgwMDAwMA==";
|
|
34
34
|
const DateRangeCalendarRoot = styled('div', {
|
|
35
35
|
name: 'MuiDateRangeCalendar',
|
|
36
36
|
slot: 'Root'
|
|
@@ -228,7 +228,7 @@ const DateRangePickerDayRaw = /*#__PURE__*/React.forwardRef(function DateRangePi
|
|
|
228
228
|
showDaysOutsideCurrentMonth
|
|
229
229
|
} = props,
|
|
230
230
|
other = _objectWithoutPropertiesLoose(props, _excluded);
|
|
231
|
-
useLicenseVerifier('x-date-pickers-pro', "
|
|
231
|
+
useLicenseVerifier('x-date-pickers-pro', "MTc2MDU3MjgwMDAwMA==");
|
|
232
232
|
const adapter = usePickerAdapter();
|
|
233
233
|
const shouldRenderHighlight = isHighlighting && !outsideCurrentMonth;
|
|
234
234
|
const shouldRenderPreview = isPreviewing && !outsideCurrentMonth;
|
package/esm/index.js
CHANGED
|
@@ -19,7 +19,7 @@ export const useDesktopRangePicker = _ref => {
|
|
|
19
19
|
steps
|
|
20
20
|
} = _ref,
|
|
21
21
|
pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
22
|
-
useLicenseVerifier('x-date-pickers-pro', "
|
|
22
|
+
useLicenseVerifier('x-date-pickers-pro', "MTc2MDU3MjgwMDAwMA==");
|
|
23
23
|
const {
|
|
24
24
|
slots,
|
|
25
25
|
slotProps,
|
|
@@ -21,7 +21,7 @@ export const useMobileRangePicker = _ref => {
|
|
|
21
21
|
steps
|
|
22
22
|
} = _ref,
|
|
23
23
|
pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
24
|
-
useLicenseVerifier('x-date-pickers-pro', "
|
|
24
|
+
useLicenseVerifier('x-date-pickers-pro', "MTc2MDU3MjgwMDAwMA==");
|
|
25
25
|
const {
|
|
26
26
|
slots,
|
|
27
27
|
slotProps: innerSlotProps,
|
package/index.js
CHANGED
|
@@ -27,7 +27,7 @@ const useDesktopRangePicker = _ref => {
|
|
|
27
27
|
steps
|
|
28
28
|
} = _ref,
|
|
29
29
|
pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
|
|
30
|
-
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "
|
|
30
|
+
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2MDU3MjgwMDAwMA==");
|
|
31
31
|
const {
|
|
32
32
|
slots,
|
|
33
33
|
slotProps,
|
|
@@ -29,7 +29,7 @@ const useMobileRangePicker = _ref => {
|
|
|
29
29
|
steps
|
|
30
30
|
} = _ref,
|
|
31
31
|
pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
|
|
32
|
-
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "
|
|
32
|
+
(0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2MDU3MjgwMDAwMA==");
|
|
33
33
|
const {
|
|
34
34
|
slots,
|
|
35
35
|
slotProps: innerSlotProps,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-date-pickers-pro",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.14.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Date and Time Picker components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"directory": "packages/x-date-pickers-pro"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/runtime": "^7.28.
|
|
34
|
-
"@mui/utils": "^7.3.
|
|
33
|
+
"@babel/runtime": "^7.28.4",
|
|
34
|
+
"@mui/utils": "^7.3.3",
|
|
35
35
|
"clsx": "^2.1.1",
|
|
36
36
|
"prop-types": "^15.8.1",
|
|
37
37
|
"react-transition-group": "^4.4.5",
|
|
38
|
-
"@mui/x-
|
|
39
|
-
"@mui/x-
|
|
40
|
-
"@mui/x-license": "8.
|
|
38
|
+
"@mui/x-date-pickers": "8.14.1",
|
|
39
|
+
"@mui/x-internals": "8.14.0",
|
|
40
|
+
"@mui/x-license": "8.14.1"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@emotion/react": "^11.9.0",
|