@mui/x-virtualizer 0.2.5 → 0.2.7

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,213 @@
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.17.0
9
+
10
+ _Nov 5, 2025_
11
+
12
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - Add `colorGetter` prop to cartesian charts series
15
+
16
+ <img width="400" alt="Image" src="https://github.com/user-attachments/assets/d8b1263f-794e-4939-b17e-87350fdd1746" />
17
+
18
+ - 🌎 Add Catalan (ca-ES) locale on the Data Grid
19
+ - 🌎 Add Norwegian Bokmål (nb-NO) locale on the Charts
20
+ - 🐞 Bugfixes
21
+ - 📚 Documentation improvements
22
+
23
+ Special thanks go out to these community members for their valuable contributions:
24
+ @frncesc, @Methuselah96, @samuelwalk, @htollefsen
25
+
26
+ The following team members contributed to this release:
27
+ @alexfauquette, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @mnajdova, @rita-codes, @arminmeh, @brijeshb42
28
+
29
+ ### Data Grid
30
+
31
+ #### `@mui/x-data-grid@8.17.0`
32
+
33
+ - [DataGrid] Stop event propagation on data grid action buttons (GridActionsCellItem) (#19513) @Copilot
34
+ - [DataGrid] Update cell editable state if `editable` prop is updated in the column definition (#20147) @arminmeh
35
+ - [DataGrid] Wait for external model updates before resetting pagination after sort/filter (#20162) @arminmeh
36
+ - [l10n] Add Catalan (ca-ES) locale (#20154) @frncesc
37
+ - [l10n] Improve Arabic (ar-SD) locale (#20185) @samuelwalk
38
+
39
+ #### `@mui/x-data-grid-pro@8.17.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
40
+
41
+ Same changes as in `@mui/x-data-grid@8.17.0`.
42
+
43
+ #### `@mui/x-data-grid-premium@8.17.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
44
+
45
+ Same changes as in `@mui/x-data-grid-pro@8.17.0`.
46
+
47
+ ### Date and Time Pickers
48
+
49
+ #### `@mui/x-date-pickers@8.17.0`
50
+
51
+ Internal changes.
52
+
53
+ #### `@mui/x-date-pickers-pro@8.17.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
54
+
55
+ Same changes as in `@mui/x-date-pickers@8.17.0`.
56
+
57
+ ### Charts
58
+
59
+ #### `@mui/x-charts@8.17.0`
60
+
61
+ - [charts] Add `barLabel` to bar series. Deprecate `barLabel` in `BarPlot`. (#20184) @bernardobelchior
62
+ - [charts] Add series color callback (#20084) @bernardobelchior
63
+ - [charts] Expose `ChartsSurface` classes (#20180) @bernardobelchior
64
+ - [charts] Fix chart cut off when inside `overflow: scroll` container (#20182) @bernardobelchior
65
+ - [charts] Fix tick label overflow on multiple axes and series demo (#20152) @bernardobelchior
66
+ - [charts] Organize series config (#20155) @bernardobelchior
67
+ - [charts] Use selectors from `@mui/x-internals` (#20052) @alexfauquette
68
+ - [charts] Use store from `@mui/x-internals` (#20121) @alexfauquette
69
+ - [charts] Add `useDataset` hook (#20205) @JCQuintas
70
+ - [l10n] Add Norwegian Bokmål (nb-NO) locale (#20197) @htollefsen
71
+
72
+ #### `@mui/x-charts-pro@8.17.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
73
+
74
+ Same changes as in `@mui/x-charts@8.17.0`, plus:
75
+
76
+ - [charts-pro] Fix zoom pan issue when controlled (#20163) @JCQuintas
77
+
78
+ #### `@mui/x-charts-premium@8.17.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
79
+
80
+ Same changes as in `@mui/x-charts-pro@8.17.0`.
81
+
82
+ ### Tree View
83
+
84
+ #### `@mui/x-tree-view@8.17.0`
85
+
86
+ - [tree view] Accept read only arrays in `expandedItems` prop (#20181) @Methuselah96
87
+ - [tree view] Use `aria-checked` instead of `aria-selected` on items (#19851) @flaviendelangle
88
+
89
+ #### `@mui/x-tree-view-pro@8.17.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
90
+
91
+ Same changes as in `@mui/x-tree-view@8.17.0`.
92
+
93
+ ### Codemod
94
+
95
+ #### `@mui/x-codemod@8.17.0`
96
+
97
+ Internal changes.
98
+
99
+ ### Docs
100
+
101
+ - [docs] Fix focus issues in the action column demo (#20178) @arminmeh
102
+ - [docs] Remove hidden Tree View headless page (#20119) @flaviendelangle
103
+ - [docs] Fix some external redirects (#20211) @Janpot
104
+
105
+ ### Core
106
+
107
+ - [code-infra] Fix cci job timeout due to buffered test output (#20193) @Janpot
108
+ - [code-infra] Fix publish workflow (#20140) @bernardobelchior
109
+ - [code-infra] Increase JSDOM test parallelism (#20179) @Janpot
110
+ - [code-infra] Remove React import requirement for jsx (#20144) @brijeshb42
111
+ - [code-infra] Replace `getInitialProps` with `getStaticProps` (#20192) @Janpot
112
+ - [code-infra] git-ignore next-env.d.ts (#20177) @Janpot
113
+ - [code-infra] Stabilize screenshot testing (#19868) @Janpot
114
+
115
+ ## 8.16.0
116
+
117
+ _Oct 29, 2025_
118
+
119
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
120
+
121
+ - 🖌️ Add `brush` zoom interaction to charts
122
+ - 🔁 [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).
123
+
124
+ Special thanks go out to the community members for their valuable contributions:
125
+ @felix-wg, @frncesc, @sai6855
126
+
127
+ The following are all team members who have contributed to this release:
128
+ @alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes
129
+
130
+ ### Data Grid
131
+
132
+ #### `@mui/x-data-grid@8.16.0`
133
+
134
+ - [DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version (#20110) @felix-wg
135
+ - [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc
136
+
137
+ #### `@mui/x-data-grid-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
138
+
139
+ Same changes as in `@mui/x-data-grid@8.16.0`, plus:
140
+
141
+ - [DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` (#20116) @arminmeh
142
+ - [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi
143
+
144
+ #### `@mui/x-data-grid-premium@8.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
145
+
146
+ Same changes as in `@mui/x-data-grid-pro@8.16.0`, plus:
147
+
148
+ - [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh
149
+ - [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
150
+ - [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh
151
+
152
+ ### Date and Time Pickers
153
+
154
+ #### `@mui/x-date-pickers@8.16.0`
155
+
156
+ - [pickers] Prevent blur event propagation on individual sections (#19825) @michelengelen
157
+
158
+ #### `@mui/x-date-pickers-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
159
+
160
+ Same changes as in `@mui/x-date-pickers@8.16.0`.
161
+
162
+ ### Charts
163
+
164
+ #### `@mui/x-charts@8.16.0`
165
+
166
+ - [charts] Allow tooltip to anchor items (#19954) @alexfauquette
167
+ - [charts] Fix behavior of grouped axis (#20118) @JCQuintas
168
+ - [charts] Move scale symlog inside scales (#20137) @JCQuintas
169
+ - [charts] Fix AreaChartConnectNulls demo height not correctly resizing (#20078) @sai6855
170
+ - [charts] Fix charts resizing overflow (#20080) @alexfauquette
171
+ - [charts] Fix tooltip not showing on first render (#20115) @bernardobelchior
172
+ - [charts] Handle `undefined` id and color in series (#20087) @bernardobelchior
173
+ - [charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks (#20132) @Copilot
174
+ - [charts] Use static data for perf (#20072) @JCQuintas
175
+ - [charts] Move scale symlog inside scales (#20137) @JCQuintas
176
+
177
+ #### `@mui/x-charts-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
178
+
179
+ Same changes as in `@mui/x-charts@8.16.0`, plus:
180
+
181
+ - [charts-pro] Add `brush` zoom interaction (#19899) @JCQuintas
182
+ - [charts-pro] Add sankey performance check (#20069) @JCQuintas
183
+
184
+ #### `@mui/x-charts-premium@8.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
185
+
186
+ Same changes as in `@mui/x-charts-pro@8.16.0`.
187
+
188
+ ### Tree View
189
+
190
+ #### `@mui/x-tree-view@8.16.0`
191
+
192
+ Internal changes.
193
+
194
+ #### `@mui/x-tree-view-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
195
+
196
+ Same changes as in `@mui/x-tree-view@8.16.0`.
197
+
198
+ ### Codemod
199
+
200
+ #### `@mui/x-codemod@8.16.0`
201
+
202
+ Internal changes.
203
+
204
+ ### Core
205
+
206
+ - [code-infra] Setup eslint compat plugin (#20105) @brijeshb42
207
+ - [code-infra] Improve store types (#20129) @JCQuintas
208
+ - [docs] Update the callout in `rows` prop documentation (#20127) @MBilalShafi
209
+ - [docs-infra] Refine changelog contributor acknowledgment messages (#20123) @mbrookes
210
+
211
+ ### Miscellaneous
212
+
213
+ - [x-telemetry] Skip telemetry tests on browser mode (#20122) @bernardobelchior
214
+
8
215
  ## 8.15.0
9
216
 
10
217
  _Oct 23, 2025_
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-virtualizer v0.2.5
2
+ * @mui/x-virtualizer v0.2.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-virtualizer v0.2.5
2
+ * @mui/x-virtualizer v0.2.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-virtualizer",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI virtualization library",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.28.4",
31
31
  "@mui/utils": "^7.3.3",
32
- "@mui/x-internals": "8.14.0"
32
+ "@mui/x-internals": "8.17.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",