@mui/x-internals 7.21.0 → 7.23.5

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +632 -0
  2. package/EventManager/EventManager.js +9 -2
  3. package/EventManager/index.js +12 -1
  4. package/EventManager/package.json +2 -2
  5. package/{node → esm}/EventManager/EventManager.js +2 -9
  6. package/esm/EventManager/index.js +1 -0
  7. package/esm/fastMemo/fastMemo.js +5 -0
  8. package/esm/fastMemo/index.js +1 -0
  9. package/{node → esm}/fastObjectShallowCompare/fastObjectShallowCompare.js +1 -7
  10. package/esm/fastObjectShallowCompare/index.js +1 -0
  11. package/esm/forwardRef/forwardRef.js +15 -0
  12. package/esm/forwardRef/index.js +1 -0
  13. package/esm/reactMajor.js +2 -0
  14. package/esm/slots/index.js +1 -0
  15. package/esm/throttle/index.js +1 -0
  16. package/{node → esm}/throttle/throttle.js +1 -7
  17. package/esm/useResizeObserver/index.js +1 -0
  18. package/{node → esm}/useResizeObserver/useResizeObserver.js +4 -11
  19. package/esm/warning/index.js +1 -0
  20. package/{node → esm}/warning/warning.js +2 -9
  21. package/fastMemo/fastMemo.js +11 -4
  22. package/fastMemo/index.js +12 -1
  23. package/fastMemo/package.json +2 -2
  24. package/fastObjectShallowCompare/fastObjectShallowCompare.js +7 -1
  25. package/fastObjectShallowCompare/index.js +12 -1
  26. package/fastObjectShallowCompare/package.json +2 -2
  27. package/forwardRef/forwardRef.d.ts +4 -0
  28. package/forwardRef/forwardRef.js +23 -0
  29. package/forwardRef/index.d.ts +1 -0
  30. package/forwardRef/index.js +16 -0
  31. package/forwardRef/package.json +6 -0
  32. package/modern/forwardRef/forwardRef.js +15 -0
  33. package/modern/forwardRef/index.js +1 -0
  34. package/modern/reactMajor.js +2 -0
  35. package/package.json +2 -2
  36. package/reactMajor.d.ts +2 -0
  37. package/{node/fastMemo/fastMemo.js → reactMajor.js} +2 -5
  38. package/slots/index.js +5 -1
  39. package/slots/package.json +2 -2
  40. package/throttle/index.js +12 -1
  41. package/throttle/package.json +2 -2
  42. package/throttle/throttle.js +7 -1
  43. package/useResizeObserver/index.js +12 -1
  44. package/useResizeObserver/package.json +2 -2
  45. package/useResizeObserver/useResizeObserver.js +11 -4
  46. package/warning/index.js +18 -1
  47. package/warning/package.json +2 -2
  48. package/warning/warning.js +9 -2
  49. package/node/EventManager/index.js +0 -12
  50. package/node/fastMemo/index.js +0 -12
  51. package/node/fastObjectShallowCompare/index.js +0 -12
  52. package/node/slots/index.js +0 -5
  53. package/node/throttle/index.js +0 -12
  54. package/node/useResizeObserver/index.js +0 -12
  55. package/node/warning/index.js +0 -18
package/CHANGELOG.md CHANGED
@@ -3,6 +3,638 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 7.23.5
7
+
8
+ _Dec 27, 2024_
9
+
10
+ Here are some highlights ✨:
11
+
12
+ - 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos
13
+
14
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
15
+
16
+ ### Data Grid
17
+
18
+ #### `@mui/x-data-grid@7.23.5`
19
+
20
+ No changes since `@mui/x-data-grid@v7.23.4`.
21
+
22
+ #### `@mui/x-data-grid-pro@7.23.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@7.23.5`.
25
+
26
+ #### `@mui/x-data-grid-premium@7.23.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27
+
28
+ Same changes as in `@mui/x-data-grid-pro@7.23.5`.
29
+
30
+ ## v7.23.4
31
+
32
+ _Dec 27, 2024_
33
+
34
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
35
+
36
+ - 🌍 Improve Dutch (nl-NL) locale on the Data Grid
37
+ - 🐞 Bugfixes
38
+
39
+ Special thanks go out to the community contributor who has helped make this release possible:
40
+ @JoepVerkoelen.
41
+ Following are all team members who have contributed to this release:
42
+ @arminmeh, @oliviertassinari.
43
+
44
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
45
+
46
+ ### Data Grid
47
+
48
+ #### `@mui/x-data-grid@7.23.4`
49
+
50
+ - [DataGrid] Fix header filters showing clear button while empty (#15990) @k-rajat19
51
+ - [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15984) @lauri865
52
+ - [l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen
53
+
54
+ #### `@mui/x-data-grid-pro@7.23.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
55
+
56
+ Same changes as in `@mui/x-data-grid@7.23.4`.
57
+
58
+ #### `@mui/x-data-grid-premium@7.23.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
59
+
60
+ Same changes as in `@mui/x-data-grid-pro@7.23.4`, plus:
61
+
62
+ - [DataGridPremium] Fix column pinning with checkbox selection and row grouping (#15949) @k-rajat19
63
+
64
+ ### Docs
65
+
66
+ - [docs] Fix outdated link to handbook (#15855) @oliviertassinari
67
+
68
+ ## 7.23.3
69
+
70
+ _Dec 19, 2024_
71
+
72
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
73
+
74
+ - 🌍 Improve Korean (ko-KR) locale on the Data Grid
75
+ - 🐞 Bugfixes
76
+
77
+ Special thanks go out to the community contributors who have helped make this release possible:
78
+ @k-rajat19, @good-jinu.
79
+ Following are all team members who have contributed to this release:
80
+ @KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle.
81
+
82
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
83
+
84
+ ### Data Grid
85
+
86
+ #### `@mui/x-data-grid@7.23.3`
87
+
88
+ - [DataGrid] Allow passing custom props to `.main` element (#15919) @MBilalShafi
89
+ - [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15927) @k-rajat19
90
+ - [DataGrid] Deprecate `indeterminateCheckboxAction` prop (#15862) @MBilalShafi
91
+ - [DataGrid] Fix `aria-label` value for group checkboxes (#15861) @MBilalShafi
92
+ - [DataGrid] Fix autosizing with virtualized columns (#15929) @k-rajat19
93
+ - [DataGrid] Round dimensions to avoid subpixel rendering error (#15873) @KenanYusuf
94
+ - [DataGrid] Toggle menu on click in `<GridActionsCell />` (#15871) @k-rajat19
95
+ - [DataGrid] Trigger row spanning computation on rows update (#15872) @MBilalShafi
96
+ - [l10n] Improve Korean (ko-KR) locale (#15906) @good-jinu
97
+
98
+ #### `@mui/x-data-grid-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
99
+
100
+ Same changes as in `@mui/x-data-grid@7.23.3`.
101
+
102
+ #### `@mui/x-data-grid-premium@7.23.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
103
+
104
+ Same changes as in `@mui/x-data-grid-pro@7.23.3`.
105
+
106
+ ### Date and Time Pickers
107
+
108
+ #### `@mui/x-date-pickers@7.23.3`
109
+
110
+ - [pickers] Add verification to disable skipped hours in spring forward DST (#15918) @flaviendelangle
111
+
112
+ #### `@mui/x-date-pickers-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
113
+
114
+ Same changes as in `@mui/x-date-pickers@7.23.3`.
115
+
116
+ ## 7.23.2
117
+
118
+ _Dec 12, 2024_
119
+
120
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
121
+
122
+ - 🌍 Improve Romanian and Turkish locales on the Data Grid
123
+ - 🌍 Improve Romanian locale on the Pickers
124
+ - 📚 Documentation improvements
125
+ - 🐞 Bugfixes
126
+
127
+ Special thanks go out to the community contributors who have helped make this release possible:
128
+ @ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985.
129
+
130
+ Following are all team members who have contributed to this release:
131
+ @alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy.
132
+
133
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
134
+
135
+ ### Data Grid
136
+
137
+ #### `@mui/x-data-grid@7.23.2`
138
+
139
+ - [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr
140
+ - [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19
141
+ - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
142
+ - [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan
143
+
144
+ #### `@mui/x-data-grid-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
145
+
146
+ Same changes as in `@mui/x-data-grid@7.23.2`, plus:
147
+
148
+ - [DataGridPro] Make Row reordering work with pagination (#15782) @k-rajat19
149
+
150
+ #### `@mui/x-data-grid-premium@7.23.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
151
+
152
+ Same changes as in `@mui/x-data-grid-pro@7.23.2`, plus:
153
+
154
+ - [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh
155
+
156
+ ### Date and Time Pickers
157
+
158
+ #### `@mui/x-date-pickers@7.23.2`
159
+
160
+ - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
161
+
162
+ #### `@mui/x-date-pickers-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
163
+
164
+ Same changes as in `@mui/x-date-pickers@7.23.2`.
165
+
166
+ ### Charts
167
+
168
+ #### `@mui/x-charts@7.23.2`
169
+
170
+ - [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette
171
+ - [charts] Fix scatter dataset with missing data (#15804) @alexfauquette
172
+
173
+ #### `@mui/x-charts-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
174
+
175
+ Same changes as in `@mui/x-charts@7.23.2`.
176
+
177
+ #### `@mui/x-tree-view@v7.23.2`
178
+
179
+ No changes, releasing to keep the versions in sync.
180
+
181
+ #### `@mui/x-tree-view-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
182
+
183
+ Releasing to benefit from license package fix (#15818).
184
+
185
+ ### Docs
186
+
187
+ - [docs] Fix typo in charts axis documentation (#15746) @JCQuintas
188
+ - [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy
189
+ - [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf
190
+ - [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy
191
+
192
+ ### Core
193
+
194
+ - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
195
+ - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
196
+
197
+ ## 7.23.1
198
+
199
+ _Dec 5, 2024_
200
+
201
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
202
+
203
+ - 🌍 Improve German locale on the Data Grid component
204
+ - 🐞 Bugfixes
205
+
206
+ Special thanks go out to the community contributors who have helped make this release possible:
207
+ @lhilgert9.
208
+
209
+ Following are all team members who have contributed to this release:
210
+ @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy and @MBilalShafi.
211
+
212
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
213
+
214
+ ### Data Grid
215
+
216
+ #### `@mui/x-data-grid@7.23.1`
217
+
218
+ - [DataGrid] Make column autosizing work with flex columns (#15712) @cherniavskii
219
+ - [l10n] Improve German (de-DE) locale (#15641) @lhilgert9
220
+
221
+ #### `@mui/x-data-grid-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
222
+
223
+ Same changes as in `@mui/x-data-grid@7.23.1`, plus:
224
+
225
+ - [DataGridPro] Cleanup pinned rows on removal (#15702) @cherniavskii
226
+
227
+ #### `@mui/x-data-grid-premium@7.23.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
228
+
229
+ Same changes as in `@mui/x-data-grid-pro@7.23.1`.
230
+
231
+ ### Date and Time Pickers
232
+
233
+ #### `@mui/x-date-pickers@7.23.1`
234
+
235
+ - [TimePicker] Prevent mouse events after `touchend` event (#15430) @arthurbalduini
236
+
237
+ #### `@mui/x-date-pickers-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
238
+
239
+ Same changes as in `@mui/x-date-pickers@7.23.1`.
240
+
241
+ ### Charts
242
+
243
+ #### `@mui/x-charts@7.23.1`
244
+
245
+ - [charts] Improve SVG `pattern` and `gradient` support (#15724) @JCQuintas
246
+
247
+ #### `@mui/x-charts-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
248
+
249
+ Same changes as in `@mui/x-charts@7.23.1`.
250
+
251
+ ### Docs
252
+
253
+ - [docs] Fix Pickers theme augmentation example (#15675) @LukasTy
254
+ - [docs] Remove duplicated warning (#15715) @cherniavskii
255
+ - [test] Force hover in headless Chrome (#15711) @cherniavskii
256
+ - [docs-infra] Bump `@mui/internal-markdown` to support nested demo imports (#15738) @alexfauquette
257
+ - [docs] Improve SEO titles for the Data Grid (#15695) @MBilalShafi
258
+
259
+ ### Core
260
+
261
+ - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
262
+
263
+ ## 7.23.0
264
+
265
+ _Nov 29, 2024_
266
+
267
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
268
+
269
+ - ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.
270
+
271
+ https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c
272
+
273
+ - ⚛️ React 19 support
274
+ - 📚 Documentation improvements
275
+ - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
276
+ - 🌍 Improve Dutch locale on the Date and Time Picker components.
277
+ - 🐞 Bugfixes
278
+
279
+ Special thanks go out to the community contributors who have helped make this release possible:
280
+ @dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865.
281
+ Following are all team members who have contributed to this release:
282
+ @oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi.
283
+
284
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
285
+
286
+ ### Data Grid
287
+
288
+ #### `@mui/x-data-grid@v7.23.0`
289
+
290
+ - [DataGrid] React 19 support (#15557) @arminmeh
291
+ - [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches
292
+ - [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf
293
+ - [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf
294
+ - [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9
295
+ - [DataGrid] Improve resize performance (#15592) @lauri865
296
+ - [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii
297
+ - [DataGrid] Improve `GridCell` performance (#15621) @lauri865
298
+ - [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc
299
+ - [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev
300
+
301
+ #### `@mui/x-data-grid-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
302
+
303
+ Same changes as in `@mui/x-data-grid@v7.23.0`, plus:
304
+
305
+ - [DataGridPro] Fix header filtering with `boolean` column type (#15640) @k-rajat19
306
+ - [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman
307
+ - [DataGridPro] Fix selection propagation issue on initialization (#15593) @MBilalShafi
308
+
309
+ #### `@mui/x-data-grid-premium@v7.23.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
310
+
311
+ Same changes as in `@mui/x-data-grid-pro@v7.23.0`.
312
+
313
+ ### Date and Time Pickers
314
+
315
+ #### `@mui/x-date-pickers@v7.23.0`
316
+
317
+ - [pickers] React 19 support (#15557) @arminmeh
318
+ - [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle
319
+ - [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle
320
+ - [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
321
+
322
+ #### `@mui/x-date-pickers-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
323
+
324
+ Same changes as in `@mui/x-date-pickers@v7.23.0`.
325
+
326
+ ### Charts
327
+
328
+ #### `@mui/x-charts@v7.23.0`
329
+
330
+ - [charts] React 19 support (#15557) @arminmeh
331
+ - [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette
332
+
333
+ #### `@mui/x-charts-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
334
+
335
+ Same changes as in `@mui/x-charts@v7.23.0`.
336
+
337
+ ### Tree View
338
+
339
+ #### `@mui/x-tree-view@v7.23.0`
340
+
341
+ - [TreeView] React 19 support (#15557) @arminmeh
342
+
343
+ #### `@mui/x-tree-view-pro@7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
344
+
345
+ Same changes as in `@mui/x-tree-view@7.23.0`.
346
+
347
+ ### Docs
348
+
349
+ - [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii
350
+ - [docs] Remove selectors section from list view docs (#15639) @KenanYusuf
351
+ - [docs] Add documentation for the list view feature (#15344) @KenanYusuf
352
+
353
+ ### Core
354
+
355
+ - [core] Update @mui/monorepo (#15574) @oliviertassinari
356
+
357
+ ## 7.22.3
358
+
359
+ _Nov 21, 2024_
360
+
361
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
362
+
363
+ - 📊 Charts Pro get stable. The [zoom](https://mui.com/x/react-charts/zoom-and-pan/) and [Heatmap](https://mui.com/x/react-charts/heatmap/) are now stable.
364
+ - 🌍 Improve Chinese, Spanish, Swedish, and Turkish locales on the Data Grid
365
+ - 🐞 Bugfixes
366
+
367
+ Special thanks go out to the community contributors who have helped make this release possible:
368
+ @CarlosLopezLg, @headironc, @viktormelin, @qerkules, @DungTiger, @hendrikpeilke, @k-rajat19.
369
+ Following are all team members who have contributed to this release:
370
+ @alexfauquette, @LukasTy, @MBilalShafi, @flaviendelangle.
371
+
372
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
373
+
374
+ ### Data Grid
375
+
376
+ #### `@mui/x-data-grid@7.22.3`
377
+
378
+ - [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15476) @k-rajat19
379
+ - [DataGrid] Add test coverage for issues fixed in #15184 @MBilalShafi
380
+ - [DataGrid] Fix memoized selectors with arguments (#15336) @MBilalShafi
381
+ - [DataGrid] Fix right column group header border with virtualization (#15503) @hendrikpeilke
382
+ - [DataGrid] Pass reason to `onPaginationModelChange` (#15402) @DungTiger
383
+ - [DataGrid] Set default overlay height in flex parent layout (#15535) @cherniavskii
384
+ - [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc
385
+ - [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg
386
+ - [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin
387
+ - [l10n] Improve Turkish (tr-TR) locale (#15414) @qerkules
388
+
389
+ #### `@mui/x-data-grid-pro@7.22.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
390
+
391
+ Same changes as in `@mui/x-data-grid@7.22.3`.
392
+
393
+ #### `@mui/x-data-grid-premium@7.22.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
394
+
395
+ Same changes as in `@mui/x-data-grid-pro@7.22.3`.
396
+
397
+ ### Date and Time Pickers
398
+
399
+ #### `@mui/x-date-pickers@7.22.3`
400
+
401
+ - [pickers] Always use `props.value` when it changes (#15500) @flaviendelangle
402
+ - [pickers] Ensure internal value timezone is updated (#15491) @LukasTy
403
+ - [pickers] Fix `DateTimeRangePicker` error when using format without time (#15341) @fxnoob
404
+ - [pickers] Fix unused code in `PickersToolbar` component (#15525) @LukasTy
405
+
406
+ #### `@mui/x-date-pickers-pro@7.22.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
407
+
408
+ Same changes as in `@mui/x-date-pickers@7.22.3`, plus:
409
+
410
+ - [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15431) @LukasTy
411
+
412
+ ### Charts
413
+
414
+ #### `@mui/x-charts@7.22.3`
415
+
416
+ No changes since `@mui/x-charts@7.22.2`.
417
+
418
+ #### `@mui/x-charts-pro@7.22.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
419
+
420
+ - [charts-pro] Fix missing typeOverload (#15400) @alexfauquette
421
+
422
+ ### Docs
423
+
424
+ - [docs] Add `PickersPopper` component to customization playground (#15397) @LukasTy
425
+ - [docs] Add `next` version links (#15423) @LukasTy
426
+ - [docs] Use the `loading` state in the demos (#15538) @cherniavskii
427
+
428
+ - [code-infra] Tentative fix for Argos flaky screenshot tests (#15399) @JCQuintas
429
+ - [docs-infra] Transpile `.ts` demo files (#15421) @KenanYusuf
430
+ - [core] Clarify release version bump strategy (#15536) @cherniavskii
431
+
432
+ ## 7.22.2
433
+
434
+ _Nov 8, 2024_
435
+
436
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
437
+
438
+ - 👨🏽‍💻 API enhancements
439
+ - 🐞 Bugfixes
440
+
441
+ Special thanks go out to the community contributors who have helped make this release possible:
442
+ @clins1994, @GuillaumeMeheut, @k-rajat19.
443
+ Following are all team members who have contributed to this release:
444
+ @LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh.
445
+
446
+ ### Upcoming alpha
447
+
448
+ Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable.
449
+
450
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
451
+
452
+ ### Data Grid
453
+
454
+ #### `@mui/x-data-grid@7.22.2`
455
+
456
+ - [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi
457
+ - [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19
458
+ - [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi
459
+ - [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf
460
+ - [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi
461
+
462
+ #### `@mui/x-data-grid-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
463
+
464
+ Same changes as in `@mui/x-data-grid@7.22.2`, plus:
465
+
466
+ - [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19
467
+ - [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19
468
+
469
+ #### `@mui/x-data-grid-premium@7.22.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
470
+
471
+ Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus:
472
+
473
+ - [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh
474
+
475
+ ### Date and Time Pickers
476
+
477
+ #### `@mui/x-date-pickers@7.22.2`
478
+
479
+ - [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy
480
+
481
+ #### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
482
+
483
+ Same changes as in `@mui/x-date-pickers@7.22.2`.
484
+
485
+ ### Charts
486
+
487
+ #### `@mui/x-charts@7.22.2`
488
+
489
+ - [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994
490
+ - [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut
491
+
492
+ #### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
493
+
494
+ Same changes as in `@mui/x-charts@7.22.2`.
495
+
496
+ ## 7.22.1
497
+
498
+ _Nov 1, 2024_
499
+
500
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
501
+
502
+ - 🐞 Bugfixes
503
+ - 📚 Documentation improvements
504
+ - 🌍 Improve Polish (pl-PL) locale on the Date Pickers
505
+
506
+ Special thanks go out to the community contributors who have helped make this release possible:
507
+ @wojtkolos, @dpak-maurya, @k-rajat19.
508
+ Following are all team members who have contributed to this release:
509
+ @LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle.
510
+
511
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
512
+
513
+ ### Data Grid
514
+
515
+ #### `@mui/x-data-grid@7.22.1`
516
+
517
+ - [DataGrid] Fix right column group header border (#15152) @KenanYusuf
518
+ - [DataGrid] Fix scroll jump when holding down arrow keys (#15167) @arminmeh
519
+ - [DataGrid] Move `rowGroupingModelChange` handler to respective hook (#15127) @MBilalShafi
520
+ - [DataGrid] Prevent error when deleting the last row (#15153) @dpak-maurya
521
+ - [DataGrid] Fix overlay height in autoHeight mode (#15205) @cherniavskii
522
+
523
+ #### `@mui/x-data-grid-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
524
+
525
+ Same changes as in `@mui/x-data-grid@7.22.1`, plus:
526
+
527
+ - [DataGridPro] Add list view tests (#15166) @KenanYusuf
528
+
529
+ #### `@mui/x-data-grid-premium@7.22.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
530
+
531
+ - [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19
532
+
533
+ ### Date and Time Pickers
534
+
535
+ #### `@mui/x-date-pickers@7.22.1`
536
+
537
+ - [l10n] Improve Polish (pl-PL) locale (#15177) @wojtkolos
538
+
539
+ #### `@mui/x-date-pickers-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
540
+
541
+ Same changes as in `@mui/x-date-pickers@7.22.1`.
542
+
543
+ ### Tree View
544
+
545
+ #### `@mui/x-tree-view@7.22.1`
546
+
547
+ - [TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package (#15208) @flaviendelangle
548
+ - [TreeView] Fix drag and drop color usage (#15149) @LukasTy
549
+
550
+ #### `@mui/x-tree-view-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
551
+
552
+ Same changes as in `@mui/x-tree-view@7.22.1`.
553
+
554
+ ### Docs
555
+
556
+ - [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh
557
+
558
+ ## 7.22.0
559
+
560
+ _Oct 25, 2024_
561
+
562
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
563
+
564
+ - 🛰 Introduce [server-side support for Data Grid row grouping](https://mui.com/x/react-data-grid/server-side-data/row-grouping/)
565
+ - 🐞 Bugfixes
566
+ - 📚 Documentation improvements
567
+ - 🌍 Improve Portuguese (pt-BR) locale on the Data Grid component
568
+
569
+ Special thanks go out to the community contributors who have helped make this release possible:
570
+ @clins1994, @GITPHLAP, @k-rajat19, @kalyan90, @merotosc, @yash49.
571
+ Following are all team members who have contributed to this release:
572
+ @cherniavskii, @flaviendelangle, @LukasTy, @MBilalShafi, @romgrk.
573
+
574
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
575
+
576
+ ### Data Grid
577
+
578
+ #### `@mui/x-data-grid@7.22.0`
579
+
580
+ - [DataGrid] Fix `GridPanelAnchor` positioning (#15022) @k-rajat19
581
+ - [DataGrid] Fix ugly prop-types for the `pageStyle` prop of the `GridPrintExportMenuItem` component (#15015) @flaviendelangle
582
+ - [DataGrid] Fix value type in filter model for number and boolean column type (#14733) @k-rajat19
583
+ - [DataGrid] Focus next row when the focused row is deleted (#15067) @cherniavskii
584
+ - [DataGrid] Remove some usages of `<Box />` and `<Badge />` (#15013) @romgrk
585
+ - [DataGrid] Fix number of rows to display for page size options with negative value (#14890) @kalyan90
586
+ - [l10n] Improve Portuguese (pt-BR) locale (#15021) @k-rajat19
587
+
588
+ #### `@mui/x-data-grid-pro@7.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
589
+
590
+ Same changes as in `@mui/x-data-grid@7.22.0`, plus:
591
+
592
+ - [DataGridPro] Fix column pinning layout (#15073) @cherniavskii
593
+
594
+ #### `@mui/x-data-grid-premium@7.22.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
595
+
596
+ Same changes as in `@mui/x-data-grid-pro@7.22.0`, plus:
597
+
598
+ - [DataGridPremium] Server-side data source with row grouping (#15109) @MBilalShafi
599
+
600
+ ### Date and Time Pickers
601
+
602
+ #### `@mui/x-date-pickers@7.22.0`
603
+
604
+ - [pickers] Fix `DateCalendar` timezone management (#15119) @LukasTy
605
+ - [pickers] Fix `DigitalClock` time options on a `DST` switch day (#15092) @LukasTy
606
+
607
+ #### `@mui/x-date-pickers-pro@7.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
608
+
609
+ Same changes as in `@mui/x-date-pickers@7.22.0`.
610
+
611
+ ### Charts
612
+
613
+ #### `@mui/x-charts@7.22.0`
614
+
615
+ - [charts] Export data type in `onAxisClick(_, data)` callback (#15038) @clins1994
616
+
617
+ #### `@mui/x-charts-pro@7.0.0-beta.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
618
+
619
+ Same changes as in `@mui/x-charts@7.22.0`.
620
+
621
+ ### Tree View
622
+
623
+ #### `@mui/x-tree-view@7.22.0`
624
+
625
+ - [TreeView] Make the cancellable event types public (#14992) @flaviendelangle
626
+
627
+ ### Docs
628
+
629
+ - [docs] Fix typo in Tree View docs (#15047) @yash49
630
+
631
+ ### Core
632
+
633
+ - [core] Adjust cherry-pick GH actions (#15101) @LukasTy
634
+ - [core] Update prettier target branch (#15100) @MBilalShafi
635
+ - [core] Update some `default-branch-switch` instances for `v7.x` (#15085) @MBilalShafi
636
+ - [test] Revert to using `fireEvent` instead of `userEvent` (#14927) @LukasTy
637
+
6
638
  ## 7.21.0
7
639
 
8
640
  _Oct 17, 2024_
@@ -1,7 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.EventManager = void 0;
1
7
  // Used https://gist.github.com/mudge/5830382 as a starting point.
2
8
  // See https://github.com/browserify/events/blob/master/events.js for
3
9
  // the Node.js (https://nodejs.org/api/events.html) polyfill used by webpack.
4
- export class EventManager {
10
+ class EventManager {
5
11
  constructor() {
6
12
  this.maxListeners = 20;
7
13
  this.warnOnce = false;
@@ -66,4 +72,5 @@ export class EventManager {
66
72
  listener.apply(that, args);
67
73
  });
68
74
  }
69
- }
75
+ }
76
+ exports.EventManager = EventManager;
@@ -1 +1,12 @@
1
- export { EventManager } from "./EventManager.js";
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "EventManager", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _EventManager.EventManager;
10
+ }
11
+ });
12
+ var _EventManager = require("./EventManager");
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "sideEffects": false,
3
- "module": "./index.js",
4
- "main": "../node/EventManager/index.js",
3
+ "module": "../esm/EventManager/index.js",
4
+ "main": "./index.js",
5
5
  "types": "./index.d.ts"
6
6
  }