@mui/x-virtualizer 0.2.6 → 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,113 @@
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
+
8
115
  ## 8.16.0
9
116
 
10
117
  _Oct 29, 2025_
@@ -39,7 +146,7 @@ Same changes as in `@mui/x-data-grid@8.16.0`, plus:
39
146
  Same changes as in `@mui/x-data-grid-pro@8.16.0`, plus:
40
147
 
41
148
  - [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh
42
- - [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
149
+ - [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
43
150
  - [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh
44
151
 
45
152
  ### Date and Time Pickers
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-virtualizer v0.2.6
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.6
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.6",
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.16.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",