@mui/x-license 8.9.0 → 8.10.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 CHANGED
@@ -5,6 +5,245 @@
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.10.0
9
+
10
+ _Aug 8, 2025_
11
+
12
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📊 [`FunnelChart`](https://mui.com/x/react-charts/funnel/) marked as stable
15
+ - 📈 [Zoom slider](https://mui.com/x/react-charts/zoom-and-pan/#zoom-slider) and [Preview](https://mui.com/x/react-charts/zoom-and-pan/#preview) marked as stable
16
+ - 📈 Supporting [label groups](https://mui.com/x/react-charts/axis/#grouped-axes) in band and point axis
17
+ - 🌎 Improve Norwegian Nynorsk (nn-NO) locale on the Data Grid
18
+ - 🐞 Bugfixes
19
+ - 📚 Documentation improvements
20
+
21
+ Special thanks go out to the community members for their valuable contributions:
22
+ @AnderzL7, @aqeelat, @dwrth, @noobyogi0010, @nusr, @sai6855
23
+
24
+ The following are all team members who have contributed to this release:
25
+ @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @oliviertassinari, @rita-codes, @romgrk
26
+
27
+ ### Data Grid
28
+
29
+ #### `@mui/x-data-grid@8.10.0`
30
+
31
+ - [DataGrid] Move spread operator in `BaseSelect` to allow `variant` change (#19026) @dwrth
32
+ - [DataGrid] Use `use-sync-external-store` shim (#19063) @romgrk
33
+ - [DataGrid] Allow skipping cache in `dataSource.fetchRows()` API method (#18904) @MBilalShafi
34
+ - [DataGrid] Do not call `preProcessEditCellProps()` if cell is not editable based on `isCellEditable()` (#18405) @nusr
35
+ - [DataGrid] Fix `renderCountry` throwing an error when used in tree data (#19068) @cherniavskii
36
+ - [DataGrid] Fix performance issue for root level "select all" (#19015) @MBilalShafi
37
+ - [DataGrid] Fix pagination `slotProps` being ignored by the grid (#19095) @romgrk
38
+ - [l10n] Improve Norwegian Nynorsk (nn-NO) locale (#19076) @AnderzL7
39
+
40
+ #### `@mui/x-data-grid-pro@8.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-data-grid@8.10.0`, plus:
43
+
44
+ - [DataGridPro] Fix row reorder not working with column reorder disabled (#19016) @MBilalShafi
45
+ - [DataGridPro] Fix header filters cache sharing issue (#19090) @MBilalShafi
46
+
47
+ #### `@mui/x-data-grid-premium@8.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
48
+
49
+ Same changes as in `@mui/x-data-grid-pro@8.10.0`, plus:
50
+
51
+ - [DataGridPremium] Allow additional derived columns customization via `valueFormatter` (#18982) @arminmeh
52
+ - [DataGridPremium] Fix complex `singleSelect` columns not working in pivot model (#18971) @cherniavskii
53
+
54
+ ### Date and Time Pickers
55
+
56
+ #### `@mui/x-date-pickers@8.10.0`
57
+
58
+ - [pickers] `MuiPickersLayout-toolbar` is overlapping the Calendar in RTL `MobileDatePicker` variant (#18981) @rita-codes
59
+
60
+ #### `@mui/x-date-pickers-pro@8.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
61
+
62
+ Same changes as in `@mui/x-date-pickers@8.10.0`.
63
+
64
+ ### Charts
65
+
66
+ #### `@mui/x-charts@8.10.0`
67
+
68
+ - [charts] Add `groups` to `band` and `point` axis config (#18766) @JCQuintas
69
+ - [charts] Animation example using `motion` library (#18993) @JCQuintas
70
+ - [charts] Deprecate `Unstable_` radar exports (#19079) @JCQuintas
71
+ - [charts] Improve grouped axis logic (#19069) @JCQuintas
72
+ - [charts] Fix type assertion in axis highlight components (#19060) @sai6855
73
+ - [charts] Remove unnecessary type assertion in tooltip `valueFormatter` in heatmap (#19047) @sai6855
74
+
75
+ #### `@mui/x-charts-pro@8.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
76
+
77
+ Same changes as in `@mui/x-charts@8.10.0`, plus:
78
+
79
+ - [charts-pro] Fix `slotProps.tooltip.trigger` not respected in `ScatterChartPro` and `FunnelChart` (#18902) @bernardobelchior
80
+ - [charts-pro] Fix zoom filtering adjusting axis too soon (#18992) @bernardobelchior
81
+ - [charts-pro] Mark `FunnelChart` as stable (#19048) @JCQuintas
82
+ - [charts-pro] Mark zoom slider and preview as stable (#19049) @JCQuintas
83
+ - [charts-pro] Refactor `createAxisFilterMapper` (#18998) @bernardobelchior
84
+
85
+ ### Tree View
86
+
87
+ #### `@mui/x-tree-view@8.10.0`
88
+
89
+ Internal changes.
90
+
91
+ #### `@mui/x-tree-view-pro@8.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
92
+
93
+ Same changes as in `@mui/x-tree-view@8.10.0`.
94
+
95
+ ### Codemod
96
+
97
+ #### `@mui/x-codemod@8.10.0`
98
+
99
+ Internal changes.
100
+
101
+ ### Docs
102
+
103
+ - [docs] Add CSS bundler breaking change to migration guide (#17436) @romgrk
104
+ - [docs] `RichTreeViewPro` demo for dragging via custom drag-handle is not working properly (#19008) @rita-codes
105
+ - [docs] Fix broken link to D3 in Charts (#19020) @oliviertassinari
106
+ - [docs] Revise the Charts Animation doc (#18990) @mapache-salvaje
107
+ - [docs] Fix incorrect code in line chart preview (#19023) @noobyogi0010
108
+ - [docs] Improve bundling instructions for the Data Grid (#19065) @romgrk
109
+ - [docs] Reduce image size in the inventory grid demo (#19004) @arminmeh
110
+
111
+ ### Core
112
+
113
+ - [core] Fix ESLint reference name @oliviertassinari
114
+
115
+ ### Miscellaneous
116
+
117
+ - [infra] Remove bundle size tracking for subpaths (#19072) @Janpot
118
+ - [infra] Accept `PORT` env on `docs:dev` script (#19014) @JCQuintas
119
+ - [infra] Skip codesandbox iframe demos in regressions tests (#18970) @cherniavskii
120
+ - [infra] Remove package.json `module` field (#18961) @Janpot
121
+ - [internal] Remove peer dependency on `@mui/system` (#19062) @aqeelat
122
+
123
+ ## 8.9.2
124
+
125
+ _Jul 31, 2025_
126
+
127
+ We'd like to extend a big thank you to the 23 contributors who made this release possible. Here are some highlights ✨:
128
+
129
+ - 🌎 Improve French (fr-FR), Hebrew (he-IL) and Polish (pl-PL) locales on the Data Grid
130
+ - 🌎 Improve Korean (ko-KR) locale on the Date and Time Pickers
131
+ - 📈 Add symlog scale to charts
132
+ - 📊 Fix bar border radius on Firefox
133
+ - 🐞 Bugfixes
134
+ - 📚 Documentation improvements
135
+
136
+ Special thanks go out to the community members for their valuable contributions:
137
+ @AmrElnaggar99, @atlanteh, @ddolcimascolo, @Jiseoup, @leonaha5, @noherczeg, @sai6855
138
+
139
+ The following are all team members who have contributed to this release:
140
+ @alexfauquette, @arminmeh, @bernardobelchior, @bharatkashyap, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @mapache-salvaje, @MBilalShafi, @rita-codes, @romgrk, @siriwatknp
141
+
142
+ ### Data Grid
143
+
144
+ #### `@mui/x-data-grid@8.9.2`
145
+
146
+ - [DataGrid] Add debounce for columns panel search (#18719) @noherczeg
147
+ - [DataGrid] Extract virtualization engine (#18275) @romgrk
148
+ - [DataGrid] Improve types in `<GridEditSingleSelect />` (#18184) @sai6855
149
+ - [l10n] Improve French (fr-FR) locale (#18905) @ddolcimascolo
150
+ - [l10n] Improve Hebrew (he-IL) locale (#18665) @atlanteh
151
+ - [l10n] Improve Polish (pl-PL) locale (#18068) @leonaha5
152
+
153
+ #### `@mui/x-data-grid-pro@8.9.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
154
+
155
+ Same changes as in `@mui/x-data-grid@8.9.2`, plus:
156
+
157
+ - [DataGridPro] Fix duplicate nested rows for dynamically updated row IDs (#18526) @MBilalShafi
158
+
159
+ #### `@mui/x-data-grid-premium@8.9.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
160
+
161
+ Same changes as in `@mui/x-data-grid-pro@8.9.2`, plus:
162
+
163
+ - [DataGridPremium] Add `privateMode` to AI assistant prompt resolver (#18759) @bharatkashyap
164
+ - [DataGridPremium] Fix empty nested group values caused by main criterial `valueFormatter()` (#18916) @cherniavskii
165
+ - [DataGridPremium] Sidebar content and state is managed the same way as for preference panel (#18741) @arminmeh
166
+ - [DataGridPremium] Make `api` param for the aggregation function optional (#18984) @arminmeh
167
+
168
+ ### Date and Time Pickers
169
+
170
+ #### `@mui/x-date-pickers@8.9.2`
171
+
172
+ - [l10n] Improve Korean (ko-KR) locale (#18664) @Jiseoup
173
+ - [pickers] Fix popper click-away behavior (#18804) @LukasTy
174
+ - [pickers] Fix usage not in main document (#18944) @LukasTy
175
+
176
+ #### `@mui/x-date-pickers-pro@8.9.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
177
+
178
+ Same changes as in `@mui/x-date-pickers@8.9.2`.
179
+
180
+ ### Charts
181
+
182
+ #### `@mui/x-charts@8.9.2`
183
+
184
+ - [charts] Add symlog scale to charts (#18729) @bernardobelchior
185
+ - [charts] Fix bar border radius on Firefox (#18824) @bernardobelchior
186
+ - [charts] Fix crash when rendering large scatter dataset (#18845) @bernardobelchior
187
+ - [charts] Remove unnecessary type assertion in tooltip `valueFormatter()` (#18877) @sai6855
188
+ - [charts] Export `ChartsWrapper` from `'./ChartsWrapper'` rather than `'./internals'` (#18966) @JCQuintas
189
+
190
+ #### `@mui/x-charts-pro@8.9.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
191
+
192
+ Same changes as in `@mui/x-charts@8.9.2`, plus:
193
+
194
+ - [charts-pro] Fix voronoi interaction with zoom (#18950) @alexfauquette
195
+ - [charts-pro] Hide toolbar by default when exporting (#18764) @bernardobelchior
196
+
197
+ ### Codemod
198
+
199
+ #### `@mui/x-codemod@8.9.2`
200
+
201
+ Internal changes.
202
+
203
+ ### Docs
204
+
205
+ - [docs] Add Data Grid demo pages (#18180) @KenanYusuf
206
+ - [docs] Copyedit the Charts Overview page (#18840) @mapache-salvaje
207
+ - [docs] Fix incorrect parameter name in pickers "Custom components" page from `variant` to `pickerVariant` (#18919) @AmrElnaggar99
208
+
209
+ ### Miscellaneous
210
+
211
+ - [code-infra] Auto-generate deep exports to prevent asymmetric exports (#18917) @JCQuintas
212
+ - [docs-infra] Turn on "Edit in Chat" for X docs (#18869) @siriwatknp
213
+ - [infra] Add specific bundle size tracking (#18884) @Janpot
214
+ - [infra] Fix markdown formatting in llms generation (#18914) @Janpot
215
+ - [infra] Use CI action from mui-public (#18709) @brijeshb42
216
+
217
+ ## 8.9.1
218
+
219
+ _Jul 21, 2025_
220
+
221
+ We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
222
+
223
+ 🐞 Fix package publish issue
224
+
225
+ The following are all team members who have contributed to this release:
226
+ @KenanYusuf, @MBilalShafi
227
+
228
+ ### Data Grid
229
+
230
+ #### `@mui/x-data-grid@8.9.1`
231
+
232
+ - [DataGrid] Move conditional list view column logic into `gridVisibleColumnDefinitionsSelector` (#18724) @KenanYusuf
233
+ - [DataGrid] Fix row selection "exclude" model inconsistency (#18844) @MBilalShafi
234
+
235
+ #### `@mui/x-data-grid-pro@8.9.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
236
+
237
+ Same changes as in `@mui/x-data-grid@8.9.1`.
238
+
239
+ #### `@mui/x-data-grid-premium@8.9.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
240
+
241
+ Same changes as in `@mui/x-data-grid-pro@8.9.1`.
242
+
243
+ ### Core
244
+
245
+ - [core] Follow yml syntax convention @oliviertassinari
246
+
8
247
  ## 8.9.0
9
248
 
10
249
  _Jul 17, 2025_
@@ -294,8 +533,8 @@ Same changes as in `@mui/x-tree-view@8.7.0`, plus:
294
533
 
295
534
  - [code-infra] Bump code-infra version and fix breaking changes (#18653) @brijeshb42
296
535
  - [code-infra] Ensure `material-ui/disallow-react-api-in-server-components` ESLint rule is applied (#18570) @LukasTy
297
- - [code-infra] Migrate to flat eslint config (#18562) @brijeshb42
298
- - [code-infra] Refactor eslint config (#18643) @LukasTy
536
+ - [code-infra] Migrate to flat ESLint config (#18562) @brijeshb42
537
+ - [code-infra] Refactor ESLint config (#18643) @LukasTy
299
538
  - [infra] Add renovatebot rule for latest infra packages (#18609) @Janpot
300
539
  - [infra] Move pushArgos script to code-infra (#18667) @Janpot
301
540
  - [infra] Updates release script to fetch latest major version from upstream (#18552) @michelengelen
@@ -1209,7 +1448,7 @@ Same changes as in `@mui/x-tree-view@8.2.0`.
1209
1448
  - [core] Fix all Vale errors @oliviertassinari
1210
1449
  - [core] Move `loadStyleSheets` to internals and use it in data grid and charts (#17548) @bernardobelchior
1211
1450
  - [core] Remove empty version (#17582) @oliviertassinari
1212
- - [core] Remove eslint from codemod spec files (#17443) @alexfauquette
1451
+ - [core] Remove ESLint from codemod spec files (#17443) @alexfauquette
1213
1452
  - [core] Remove unnecessary versions (#17597) @oliviertassinari
1214
1453
  - [code-infra] Allow postinstall scripts for packages requesting it (#17635) @LukasTy
1215
1454
  - [code-infra] Data Grid `vitest` changes (#17619) @JCQuintas
@@ -6703,7 +6942,7 @@ Same changes as in `@mui/x-date-pickers@7.8.0`.
6703
6942
 
6704
6943
  ### Core
6705
6944
 
6706
- - [core] Add eslint rule to restrict import from `../internals` root (#13633) @JCQuintas
6945
+ - [core] Add ESLint rule to restrict import from `../internals` root (#13633) @JCQuintas
6707
6946
  - [docs-infra] Sync `\_app` folder with monorepo (#13582) @Janpot
6708
6947
  - [license] Allow usage of Charts and Tree View Pro package for old premium licenses (#13619) @flaviendelangle
6709
6948
 
@@ -6841,7 +7080,7 @@ Same changes as in `@mui/x-date-pickers@7.7.0`.
6841
7080
 
6842
7081
  - [charts] Add watermark on the pro `ResponsiveChartContainer` (#13398) @alexfauquette
6843
7082
  - [charts] Allow to specify y-axis configuration (#13438) @alexfauquette
6844
- - [charts] Fix eslint for react compiler (#13444) @alexfauquette
7083
+ - [charts] Fix ESLint for react compiler (#13444) @alexfauquette
6845
7084
  - [charts] Improve themeAugmentation typing (#13433) @noraleonte
6846
7085
  - [charts] Move the `ZAxisContextProvider` by default in the `ChartContainer` (#13465) @alexfauquette
6847
7086
  - [charts] Use plugins to define series extremum and colors (#13397) @alexfauquette
@@ -7388,7 +7627,7 @@ Same changes as in `@mui/x-date-pickers@7.3.1`.
7388
7627
  - [core] Use `describeTreeView` for focus tests (#12698) @flaviendelangle
7389
7628
  - [core] Use `describeTreeView` for type-ahead tests (#12811) @flaviendelangle
7390
7629
  - [code-infra] Change package manager to `pnpm` (#11875) @LukasTy
7391
- - [code-infra] Closer sync with eslint config of codebase (#12864) @oliviertassinari
7630
+ - [code-infra] Closer sync with ESLint config of codebase (#12864) @oliviertassinari
7392
7631
  - [support-infra] Add release announcement to GitHub workflows (#11867) (#12843) @michelengelen
7393
7632
 
7394
7633
  ## 7.3.0
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v8.9.0
2
+ * @mui/x-license v8.10.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v8.9.0
2
+ * @mui/x-license v8.10.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-license",
3
- "version": "8.9.0",
3
+ "version": "8.10.0",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI X License verification.",
6
6
  "main": "./index.js",
@@ -13,8 +13,7 @@
13
13
  "./utils/licenseInfo.js"
14
14
  ],
15
15
  "publishConfig": {
16
- "access": "public",
17
- "directory": "build"
16
+ "access": "public"
18
17
  },
19
18
  "repository": {
20
19
  "type": "git",
@@ -22,9 +21,9 @@
22
21
  "directory": "packages/x-license"
23
22
  },
24
23
  "dependencies": {
25
- "@babel/runtime": "^7.27.6",
24
+ "@babel/runtime": "^7.28.2",
26
25
  "@mui/utils": "^7.2.0",
27
- "@mui/x-internals": "8.8.0",
26
+ "@mui/x-internals": "8.10.0",
28
27
  "@mui/x-telemetry": "8.5.3"
29
28
  },
30
29
  "peerDependencies": {
@@ -34,7 +33,6 @@
34
33
  "node": ">=14.0.0"
35
34
  },
36
35
  "private": false,
37
- "module": "./esm/index.js",
38
36
  "exports": {
39
37
  "./package.json": "./package.json",
40
38
  ".": {