@mui/x-internals 8.13.1 → 8.16.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 +411 -1
- package/esm/store/Store.d.ts +1 -1
- package/package.json +3 -3
- package/store/Store.d.ts +1 -1
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.16.0
|
|
9
|
+
|
|
10
|
+
_Oct 29, 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
|
+
- 🖌️ Add `brush` zoom interaction to charts
|
|
15
|
+
- 🔁 [Server-side update](https://mui.com/x/react-data-grid/server-side-data/#updating-server-side-data) in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the [demo](https://mui.com/x/react-data-grid/server-side-data/aggregation/#usage-with-tree-data).
|
|
16
|
+
|
|
17
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
18
|
+
@felix-wg, @frncesc, @sai6855
|
|
19
|
+
|
|
20
|
+
The following are all team members who have contributed to this release:
|
|
21
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes
|
|
22
|
+
|
|
23
|
+
### Data Grid
|
|
24
|
+
|
|
25
|
+
#### `@mui/x-data-grid@8.16.0`
|
|
26
|
+
|
|
27
|
+
- [DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version (#20110) @felix-wg
|
|
28
|
+
- [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid@8.16.0`, plus:
|
|
33
|
+
|
|
34
|
+
- [DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` (#20116) @arminmeh
|
|
35
|
+
- [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-data-grid-premium@8.16.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
38
|
+
|
|
39
|
+
Same changes as in `@mui/x-data-grid-pro@8.16.0`, plus:
|
|
40
|
+
|
|
41
|
+
- [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh
|
|
42
|
+
- [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
|
|
43
|
+
- [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh
|
|
44
|
+
|
|
45
|
+
### Date and Time Pickers
|
|
46
|
+
|
|
47
|
+
#### `@mui/x-date-pickers@8.16.0`
|
|
48
|
+
|
|
49
|
+
- [pickers] Prevent blur event propagation on individual sections (#19825) @michelengelen
|
|
50
|
+
|
|
51
|
+
#### `@mui/x-date-pickers-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
52
|
+
|
|
53
|
+
Same changes as in `@mui/x-date-pickers@8.16.0`.
|
|
54
|
+
|
|
55
|
+
### Charts
|
|
56
|
+
|
|
57
|
+
#### `@mui/x-charts@8.16.0`
|
|
58
|
+
|
|
59
|
+
- [charts] Allow tooltip to anchor items (#19954) @alexfauquette
|
|
60
|
+
- [charts] Fix behavior of grouped axis (#20118) @JCQuintas
|
|
61
|
+
- [charts] Move scale symlog inside scales (#20137) @JCQuintas
|
|
62
|
+
- [charts] Fix AreaChartConnectNulls demo height not correctly resizing (#20078) @sai6855
|
|
63
|
+
- [charts] Fix charts resizing overflow (#20080) @alexfauquette
|
|
64
|
+
- [charts] Fix tooltip not showing on first render (#20115) @bernardobelchior
|
|
65
|
+
- [charts] Handle `undefined` id and color in series (#20087) @bernardobelchior
|
|
66
|
+
- [charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks (#20132) @Copilot
|
|
67
|
+
- [charts] Use static data for perf (#20072) @JCQuintas
|
|
68
|
+
- [charts] Move scale symlog inside scales (#20137) @JCQuintas
|
|
69
|
+
|
|
70
|
+
#### `@mui/x-charts-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
71
|
+
|
|
72
|
+
Same changes as in `@mui/x-charts@8.16.0`, plus:
|
|
73
|
+
|
|
74
|
+
- [charts-pro] Add `brush` zoom interaction (#19899) @JCQuintas
|
|
75
|
+
- [charts-pro] Add sankey performance check (#20069) @JCQuintas
|
|
76
|
+
|
|
77
|
+
#### `@mui/x-charts-premium@8.16.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
78
|
+
|
|
79
|
+
Same changes as in `@mui/x-charts-pro@8.16.0`.
|
|
80
|
+
|
|
81
|
+
### Tree View
|
|
82
|
+
|
|
83
|
+
#### `@mui/x-tree-view@8.16.0`
|
|
84
|
+
|
|
85
|
+
Internal changes.
|
|
86
|
+
|
|
87
|
+
#### `@mui/x-tree-view-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
88
|
+
|
|
89
|
+
Same changes as in `@mui/x-tree-view@8.16.0`.
|
|
90
|
+
|
|
91
|
+
### Codemod
|
|
92
|
+
|
|
93
|
+
#### `@mui/x-codemod@8.16.0`
|
|
94
|
+
|
|
95
|
+
Internal changes.
|
|
96
|
+
|
|
97
|
+
### Core
|
|
98
|
+
|
|
99
|
+
- [code-infra] Setup eslint compat plugin (#20105) @brijeshb42
|
|
100
|
+
- [code-infra] Improve store types (#20129) @JCQuintas
|
|
101
|
+
- [docs] Update the callout in `rows` prop documentation (#20127) @MBilalShafi
|
|
102
|
+
- [docs-infra] Refine changelog contributor acknowledgment messages (#20123) @mbrookes
|
|
103
|
+
|
|
104
|
+
### Miscellaneous
|
|
105
|
+
|
|
106
|
+
- [x-telemetry] Skip telemetry tests on browser mode (#20122) @bernardobelchior
|
|
107
|
+
|
|
108
|
+
## 8.15.0
|
|
109
|
+
|
|
110
|
+
_Oct 23, 2025_
|
|
111
|
+
|
|
112
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
113
|
+
|
|
114
|
+
- 🖌️ Add new [`brush` charts interaction](https://mui.com/x/react-charts/brush/) for building custom behavior.
|
|
115
|
+

|
|
116
|
+
- ⚡️ Performance improvements for large bar charts
|
|
117
|
+
- 🤖 Data Grid AI assistant can now [visualize the query results](https://mui.com/x/react-data-grid/ai-assistant/#data-visualization) by controlling the chart integration settings
|
|
118
|
+
- 📦 DataGrid uses an internal MUI fork of ExcelJS that does not depend on vulnerable versions of NPM packages
|
|
119
|
+
- 🐞 Bugfixes
|
|
120
|
+
- 📚 Documentation improvements
|
|
121
|
+
|
|
122
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
123
|
+
@ZagrebaAlex
|
|
124
|
+
|
|
125
|
+
The following are all team members who have contributed to this release:
|
|
126
|
+
@alexfauquette, @bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @prakhargupta1, @rita-codes, @siriwatknp, @arminmeh, @brijeshb42, @noraleonte
|
|
127
|
+
|
|
128
|
+
### Data Grid
|
|
129
|
+
|
|
130
|
+
#### `@mui/x-data-grid@8.15.0`
|
|
131
|
+
|
|
132
|
+
- [DataGrid] Fix `dataSource.fetchRows` API's return type (#20068) @arminmeh
|
|
133
|
+
|
|
134
|
+
#### `@mui/x-data-grid-pro@8.15.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
135
|
+
|
|
136
|
+
Same changes as in `@mui/x-data-grid@8.15.0`, plus:
|
|
137
|
+
|
|
138
|
+
- [DataGridPro] Keep children in the tree after parent row is re-fetched with the data source (#19934) @arminmeh
|
|
139
|
+
- [DataGridPro] Support scroll shadows customization (#19982) @KenanYusuf
|
|
140
|
+
|
|
141
|
+
#### `@mui/x-data-grid-premium@8.15.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
142
|
+
|
|
143
|
+
Same changes as in `@mui/x-data-grid-pro@8.15.0`, plus:
|
|
144
|
+
|
|
145
|
+
- [DataGridPremium] Use ExcelJS fork (#19796) @cherniavskii
|
|
146
|
+
- [DataGridPremium] Support data visualization in AI Assistant (#19831) @arminmeh
|
|
147
|
+
|
|
148
|
+
### Date and Time Pickers
|
|
149
|
+
|
|
150
|
+
#### `@mui/x-date-pickers@8.15.0`
|
|
151
|
+
|
|
152
|
+
Internal changes.
|
|
153
|
+
|
|
154
|
+
#### `@mui/x-date-pickers-pro@8.15.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
155
|
+
|
|
156
|
+
Same changes as in `@mui/x-date-pickers@8.15.0`.
|
|
157
|
+
|
|
158
|
+
### Charts
|
|
159
|
+
|
|
160
|
+
#### `@mui/x-charts@8.15.0`
|
|
161
|
+
|
|
162
|
+
- [charts] Add `ChartsBrushOverlay` and allow brush configuration (#19956) @JCQuintas
|
|
163
|
+
- [charts] Add `getStringSize` benchmark. Remove benchmarks from built package. (#19995) @bernardobelchior
|
|
164
|
+
- [charts] Batch string size measurement (#19994) @bernardobelchior
|
|
165
|
+
- [charts] Fix console issue (#20025) @JCQuintas
|
|
166
|
+
- [charts] Fix is[ZoomFeature]Enabled type (#20058) @alexfauquette
|
|
167
|
+
- [charts] Fix reference line middle spacing (#20004) @JCQuintas
|
|
168
|
+
- [charts] Improve `getStringSize` and `batchMeasureStrings` performance (#19996) @bernardobelchior
|
|
169
|
+
- [charts] Improve deep export script (#20007) @JCQuintas
|
|
170
|
+
- [charts] Improve string measurement benchmarks (#19999) @bernardobelchior
|
|
171
|
+
- [charts] Measure string sizes using SVG elements (#19981) @bernardobelchior
|
|
172
|
+
- [l10n] Improve Greek (gr-GR) locale (#20060) @ZagrebaAlex
|
|
173
|
+
|
|
174
|
+
#### `@mui/x-charts-pro@8.15.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
175
|
+
|
|
176
|
+
Same changes as in `@mui/x-charts@8.15.0`, plus:
|
|
177
|
+
|
|
178
|
+
- [charts-pro] Fix pan with `axis.reverse` (#20031) @JCQuintas
|
|
179
|
+
|
|
180
|
+
#### `@mui/x-charts-premium@8.15.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
181
|
+
|
|
182
|
+
Same changes as in `@mui/x-charts-pro@8.15.0`.
|
|
183
|
+
|
|
184
|
+
### Tree View
|
|
185
|
+
|
|
186
|
+
#### `@mui/x-tree-view@8.15.0`
|
|
187
|
+
|
|
188
|
+
- [tree view] Multi character type-ahead (#19942) @noraleonte
|
|
189
|
+
|
|
190
|
+
#### `@mui/x-tree-view-pro@8.15.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
191
|
+
|
|
192
|
+
Same changes as in `@mui/x-tree-view@8.15.0`.
|
|
193
|
+
|
|
194
|
+
### Codemod
|
|
195
|
+
|
|
196
|
+
#### `@mui/x-codemod@8.14.0`
|
|
197
|
+
|
|
198
|
+
Internal changes.
|
|
199
|
+
|
|
200
|
+
### Docs
|
|
201
|
+
|
|
202
|
+
- [docs] Add overview section for scatter chart and heatmap (#19888) @prakhargupta1
|
|
203
|
+
- [docs] Add charts bell curve example (#20003) @JCQuintas
|
|
204
|
+
- [docs] Add grouped multiple fields for Data Grid row grouping recipe (#19964) @siriwatknp
|
|
205
|
+
- [docs] Add Data Grid loading state recipe (#19958) @siriwatknp
|
|
206
|
+
|
|
207
|
+
### Core
|
|
208
|
+
|
|
209
|
+
- [code-infra] Remove @mui/monorepo usage for react versioning (#19894) @Janpot
|
|
210
|
+
- [code-infra] Remove invalid `environment: 'browser'` from vitest browser config (#19993) @bernardobelchior
|
|
211
|
+
- [code-infra] Remove unused babel aliases (#19987) @Janpot
|
|
212
|
+
- [code-infra] Turn on all testing-library eslint rules (#19946) @brijeshb42
|
|
213
|
+
- [docs-infra] Fix broken hash link (#20062) @Janpot
|
|
214
|
+
|
|
215
|
+
## 8.14.1
|
|
216
|
+
|
|
217
|
+
_Oct 16, 2025_
|
|
218
|
+
|
|
219
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
220
|
+
|
|
221
|
+
- 🚀 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
|
|
222
|
+
- 🐞 Bugfixes
|
|
223
|
+
- 📚 Documentation improvements
|
|
224
|
+
|
|
225
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
226
|
+
@djpremier, @jacknot, @justdoit1897, @mellis481, @sai6855
|
|
227
|
+
|
|
228
|
+
The following are all team members who have contributed to this release:
|
|
229
|
+
@arminmeh, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @noraleonte, @siriwatknp
|
|
230
|
+
|
|
231
|
+
### Data Grid
|
|
232
|
+
|
|
233
|
+
#### `@mui/x-data-grid@8.14.1`
|
|
234
|
+
|
|
235
|
+
- [DataGrid] Fix cell not rerendering on `isCellEditable` prop change (#19898) @cherniavskii
|
|
236
|
+
- [DataGrid] Fix virtualizer memory leaks (#19886) @cherniavskii
|
|
237
|
+
- [DataGrid] Fix tree data unable to deselect row for exclude model (#19846) @siriwatknp
|
|
238
|
+
- [l10n] Improve Italian (it-IT) locale (#19322) @jacknot and (#19940) @justdoit1897
|
|
239
|
+
|
|
240
|
+
#### `@mui/x-data-grid-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
241
|
+
|
|
242
|
+
Same changes as in `@mui/x-data-grid@8.14.1`, plus:
|
|
243
|
+
|
|
244
|
+
- [DataGridPro] Clear cache before new request to the nested request queue after a row has been edited (#19873) @arminmeh
|
|
245
|
+
|
|
246
|
+
#### `@mui/x-data-grid-premium@8.14.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
247
|
+
|
|
248
|
+
Same changes as in `@mui/x-data-grid-pro@8.14.1`.
|
|
249
|
+
|
|
250
|
+
### Date and Time Pickers
|
|
251
|
+
|
|
252
|
+
#### `@mui/x-date-pickers@8.14.1`
|
|
253
|
+
|
|
254
|
+
Internal changes.
|
|
255
|
+
|
|
256
|
+
#### `@mui/x-date-pickers-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
257
|
+
|
|
258
|
+
Same changes as in `@mui/x-date-pickers@8.14.1`.
|
|
259
|
+
|
|
260
|
+
### Charts
|
|
261
|
+
|
|
262
|
+
#### `@mui/x-charts@8.14.1`
|
|
263
|
+
|
|
264
|
+
- [charts] Fix `minBarSize` when y-axis is reversed (#19932) @bernardobelchior
|
|
265
|
+
- [charts] Fix bar chart border radius when axis is reversed (#19895) @bernardobelchior
|
|
266
|
+
- [charts] Fix scatter chart `datasetKeys.id` not being optional (#19897) @bernardobelchior
|
|
267
|
+
- [charts] Use more performant data structure for closest point (#19790) @bernardobelchior
|
|
268
|
+
- [charts] Fix `GaugeValueArc` having wrong class (#19965) @bernardobelchior
|
|
269
|
+
- [charts] Fix `undefined` path when highlight empty line chart axis (#19969) @bernardobelchior
|
|
270
|
+
|
|
271
|
+
#### `@mui/x-charts-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
272
|
+
|
|
273
|
+
Same changes as in `@mui/x-charts@8.14.1`, plus:
|
|
274
|
+
|
|
275
|
+
- [charts-pro] Add `highlighting` to Sankey chart (#19662) @JCQuintas
|
|
276
|
+
|
|
277
|
+
#### `@mui/x-charts-premium@8.14.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
278
|
+
|
|
279
|
+
Same changes as in `@mui/x-charts-pro@8.14.1`.
|
|
280
|
+
|
|
281
|
+
### Tree View
|
|
282
|
+
|
|
283
|
+
#### `@mui/x-tree-view@8.14.1`
|
|
284
|
+
|
|
285
|
+
- [tree view] Do not forward the `ownerState` to the icon (#19772) @flaviendelangle
|
|
286
|
+
|
|
287
|
+
#### `@mui/x-tree-view-pro@8.14.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
288
|
+
|
|
289
|
+
Same changes as in `@mui/x-tree-view@8.14.1`.
|
|
290
|
+
|
|
291
|
+
### Codemod
|
|
292
|
+
|
|
293
|
+
#### `@mui/x-codemod@8.14.0`
|
|
294
|
+
|
|
295
|
+
Internal changes.
|
|
296
|
+
|
|
297
|
+
### Docs
|
|
298
|
+
|
|
299
|
+
- [docs] Add `'bumpX'` and `'bumpY'` curve types to the interpolation demo (#19676) @djpremier
|
|
300
|
+
- [docs] Add scatter chart with linear regression demo (#19900) @bernardobelchior
|
|
301
|
+
- [docs] Correctly describe Data Grid's row selection behavior (#19968) @arminmeh
|
|
302
|
+
- [docs] Fix `isExpanded` type in tree view docs (#19092) @mellis481
|
|
303
|
+
|
|
304
|
+
### Core
|
|
305
|
+
|
|
306
|
+
- [code-infra] Disable Netlify cache plugin (#19950) @Janpot
|
|
307
|
+
- [code-infra] Lint json through eslint (#19890) @Janpot
|
|
308
|
+
- [docs-infra] Use published netlify cache plugin package (#19929) @brijeshb42
|
|
309
|
+
|
|
310
|
+
## 8.14.0
|
|
311
|
+
|
|
312
|
+
_Oct 9, 2025_
|
|
313
|
+
|
|
314
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
315
|
+
|
|
316
|
+
- 📊 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.
|
|
317
|
+
- 🔄 [Server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) support for the Data Grid
|
|
318
|
+
- 🐞 Bugfixes
|
|
319
|
+
- 📚 Documentation improvements
|
|
320
|
+
|
|
321
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
322
|
+
@djpremier, @Utkarsh-0304
|
|
323
|
+
|
|
324
|
+
The following are all team members who have contributed to this release:
|
|
325
|
+
@alexfauquette, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @prakhargupta1, @rita-codes, @noraleonte, @brijeshb42, @arminmeh, @michelengelen
|
|
326
|
+
|
|
327
|
+
### Data Grid
|
|
328
|
+
|
|
329
|
+
#### `@mui/x-data-grid@8.14.0`
|
|
330
|
+
|
|
331
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
|
|
332
|
+
|
|
333
|
+
#### `@mui/x-data-grid-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
334
|
+
|
|
335
|
+
Same changes as in `@mui/x-data-grid@8.14.0`.
|
|
336
|
+
|
|
337
|
+
#### `@mui/x-data-grid-premium@8.14.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
338
|
+
|
|
339
|
+
Same changes as in `@mui/x-data-grid-pro@8.14.0`, plus:
|
|
340
|
+
|
|
341
|
+
- [DataGridPremium] Server-side pivoting (#19575) @arminmeh
|
|
342
|
+
|
|
343
|
+
### Date and Time Pickers
|
|
344
|
+
|
|
345
|
+
#### `@mui/x-date-pickers@8.14.0`
|
|
346
|
+
|
|
347
|
+
- [pickers] Fixed the extra element for the disabled date picker (#19387) @Utkarsh-0304
|
|
348
|
+
- [pickers] Fix input `autoCapitalize` value for Firefox compatibility (#19285) @michelengelen
|
|
349
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
|
|
350
|
+
|
|
351
|
+
#### `@mui/x-date-pickers-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
352
|
+
|
|
353
|
+
Same changes as in `@mui/x-date-pickers@8.14.0`.
|
|
354
|
+
|
|
355
|
+
### Charts
|
|
356
|
+
|
|
357
|
+
#### `@mui/x-charts@8.14.0`
|
|
358
|
+
|
|
359
|
+
- [charts] Add `pressAndDrag` pan gesture (#19779) @JCQuintas
|
|
360
|
+
- [charts] Allow `minPointers` and `maxPointers` to be configured by pointer type (#19794) @JCQuintas
|
|
361
|
+
- [charts] Correct scale domain types (#19844) @bernardobelchior
|
|
362
|
+
- [charts] Fix tooltip position when scrolling (#19857) @alexfauquette
|
|
363
|
+
- [charts] Link item highlight with keyboard navigation (#19768) @alexfauquette
|
|
364
|
+
- [charts] Refactor domain/scale selectors (#19832) @bernardobelchior
|
|
365
|
+
- [charts] Remove min/max from ordinal configuration (#19789) @alexfauquette
|
|
366
|
+
- [charts] Simplify axes filters selectors (#19833) @bernardobelchior
|
|
367
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
|
|
368
|
+
|
|
369
|
+
#### `@mui/x-charts-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
370
|
+
|
|
371
|
+
Same changes as in `@mui/x-charts@8.14.0`.
|
|
372
|
+
|
|
373
|
+
#### `@mui/x-charts-premium@8.14.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
374
|
+
|
|
375
|
+
Same changes as in `@mui/x-charts-pro@8.14.0`.
|
|
376
|
+
|
|
377
|
+
### Tree View
|
|
378
|
+
|
|
379
|
+
#### `@mui/x-tree-view@8.14.0`
|
|
380
|
+
|
|
381
|
+
- [tree view] Fix Tree View tooltip anchoring on overview page (#19806) @noraleonte
|
|
382
|
+
|
|
383
|
+
#### `@mui/x-tree-view-pro@8.14.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
384
|
+
|
|
385
|
+
Same changes as in `@mui/x-tree-view@8.14.0`.
|
|
386
|
+
|
|
387
|
+
### Codemod
|
|
388
|
+
|
|
389
|
+
#### `@mui/x-codemod@8.14.0`
|
|
390
|
+
|
|
391
|
+
Internal changes.
|
|
392
|
+
|
|
393
|
+
### Docs
|
|
394
|
+
|
|
395
|
+
- [docs] Add overview section for pie chart (#19672) @prakhargupta1
|
|
396
|
+
- [docs] Fix demo title knob keys (#19843) @JCQuintas
|
|
397
|
+
- [docs] Hide UI elements of unsupported features in the data source demos (#19849) @arminmeh
|
|
398
|
+
|
|
399
|
+
### Core
|
|
400
|
+
|
|
401
|
+
- [code-infra] Cleanup unused dependencies (#19788) @brijeshb42
|
|
402
|
+
- [code-infra] Fix pnpm-lock issue (#19861) @JCQuintas
|
|
403
|
+
- [code-infra] Improve publishing docs (#19404) @Janpot
|
|
404
|
+
- [code-infra] Remove tsconfig `baseUrl` (#19837) @Janpot
|
|
405
|
+
- [code-infra] Support custom npm dist tags during release (#19803) @Janpot
|
|
406
|
+
- [code-infra] Wait longer for print dialog (#19795) @JCQuintas
|
|
407
|
+
- [code-infra] Replace `lodash` with `es-toolkit` (#19853) @bernardobelchior
|
|
408
|
+
- [code-infra] Update release script PR checklist (#19785) @bernardobelchior
|
|
409
|
+
- [code-infra] Remove remaining usages of `lodash` (#19864) @bernardobelchior
|
|
410
|
+
- [docs-infra] Add `title` knob (#19792) @JCQuintas
|
|
411
|
+
- [docs-infra] Fix missing key in title knob (#19804) @JCQuintas
|
|
412
|
+
|
|
413
|
+
### Miscellaneous
|
|
414
|
+
|
|
415
|
+
- [x-telemetry] Fix transpile issues (#19761) @hasdfa
|
|
416
|
+
- [x-telemetry] Fix ref to deleted file (#19842) @JCQuintas
|
|
417
|
+
|
|
8
418
|
## 8.13.1
|
|
9
419
|
|
|
10
420
|
_Oct 1, 2025_
|
|
@@ -222,7 +632,7 @@ We'd like to extend a big thank you to the 15 contributors who made this release
|
|
|
222
632
|
|
|
223
633
|

|
|
224
634
|
|
|
225
|
-
|
|
635
|
+
👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54)
|
|
226
636
|
|
|
227
637
|
- ⌨️ Charts keyboard navigation
|
|
228
638
|
- ⚡️ Charts: Add new `renderer="svg-batch"` prop to Scatter charts that provides improved performance for large datasets
|
package/esm/store/Store.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare class Store<State> {
|
|
|
9
9
|
getSnapshot: () => State;
|
|
10
10
|
setState(newState: State): void;
|
|
11
11
|
update(changes: Partial<State>): void;
|
|
12
|
-
set<T>(key:
|
|
12
|
+
set<Key extends keyof State, T extends State[Key]>(key: Key, value: T): void;
|
|
13
13
|
}
|
|
14
14
|
export type ReadonlyStore<State> = Pick<Store<State>, 'getSnapshot' | 'subscribe' | 'state'>;
|
|
15
15
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-internals",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.16.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Utility functions for the MUI X packages (internal use only).",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.28.4",
|
|
34
|
-
"@mui/utils": "^7.3.
|
|
34
|
+
"@mui/utils": "^7.3.3",
|
|
35
35
|
"reselect": "^5.1.1",
|
|
36
|
-
"use-sync-external-store": "^1.
|
|
36
|
+
"use-sync-external-store": "^1.6.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
package/store/Store.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare class Store<State> {
|
|
|
9
9
|
getSnapshot: () => State;
|
|
10
10
|
setState(newState: State): void;
|
|
11
11
|
update(changes: Partial<State>): void;
|
|
12
|
-
set<T>(key:
|
|
12
|
+
set<Key extends keyof State, T extends State[Key]>(key: Key, value: T): void;
|
|
13
13
|
}
|
|
14
14
|
export type ReadonlyStore<State> = Pick<Store<State>, 'getSnapshot' | 'subscribe' | 'state'>;
|
|
15
15
|
export {};
|