@mui/x-license 7.23.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,263 @@
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
+
6
263
  ## 7.23.0
7
264
 
8
265
  _Nov 29, 2024_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.23.0
2
+ * @mui/x-license v7.23.5
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.23.0
2
+ * @mui/x-license v7.23.5
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,5 +1,17 @@
1
+ /**
2
+ * Workaround for the codesadbox preview error.
3
+ *
4
+ * Once these issues are resolved
5
+ * https://github.com/mui/mui-x/issues/15765
6
+ * https://github.com/codesandbox/codesandbox-client/issues/8673
7
+ *
8
+ * `showError` can simply use `console.error` again.
9
+ */
10
+ const isCodeSandbox = typeof window !== 'undefined' && window.location.hostname.endsWith('.csb.app');
1
11
  function showError(message) {
2
- console.error(['*************************************************************', '', ...message, '', '*************************************************************'].join('\n'));
12
+ // eslint-disable-next-line no-console
13
+ const logger = isCodeSandbox ? console.log : console.error;
14
+ logger(['*************************************************************', '', ...message, '', '*************************************************************'].join('\n'));
3
15
  }
4
16
  export function showInvalidLicenseKeyError() {
5
17
  showError(['MUI X: Invalid license key.', '', "Your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo.", '', 'To solve the issue, you need to double check that `setLicenseKey()` is called with the right argument', 'Please check the license key installation https://mui.com/r/x-license-key-installation.']);
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.23.0
2
+ * @mui/x-license v7.23.5
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -10,8 +10,20 @@ exports.showInvalidLicenseKeyError = showInvalidLicenseKeyError;
10
10
  exports.showLicenseKeyPlanMismatchError = showLicenseKeyPlanMismatchError;
11
11
  exports.showMissingLicenseKeyError = showMissingLicenseKeyError;
12
12
  exports.showNotAvailableInInitialProPlanError = showNotAvailableInInitialProPlanError;
13
+ /**
14
+ * Workaround for the codesadbox preview error.
15
+ *
16
+ * Once these issues are resolved
17
+ * https://github.com/mui/mui-x/issues/15765
18
+ * https://github.com/codesandbox/codesandbox-client/issues/8673
19
+ *
20
+ * `showError` can simply use `console.error` again.
21
+ */
22
+ const isCodeSandbox = typeof window !== 'undefined' && window.location.hostname.endsWith('.csb.app');
13
23
  function showError(message) {
14
- console.error(['*************************************************************', '', ...message, '', '*************************************************************'].join('\n'));
24
+ // eslint-disable-next-line no-console
25
+ const logger = isCodeSandbox ? console.log : console.error;
26
+ logger(['*************************************************************', '', ...message, '', '*************************************************************'].join('\n'));
15
27
  }
16
28
  function showInvalidLicenseKeyError() {
17
29
  showError(['MUI X: Invalid license key.', '', "Your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo.", '', 'To solve the issue, you need to double check that `setLicenseKey()` is called with the right argument', 'Please check the license key installation https://mui.com/r/x-license-key-installation.']);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-license",
3
- "version": "7.23.0",
3
+ "version": "7.23.5",
4
4
  "description": "MUI X License verification",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -1,5 +1,17 @@
1
+ /**
2
+ * Workaround for the codesadbox preview error.
3
+ *
4
+ * Once these issues are resolved
5
+ * https://github.com/mui/mui-x/issues/15765
6
+ * https://github.com/codesandbox/codesandbox-client/issues/8673
7
+ *
8
+ * `showError` can simply use `console.error` again.
9
+ */
10
+ const isCodeSandbox = typeof window !== 'undefined' && window.location.hostname.endsWith('.csb.app');
1
11
  function showError(message) {
2
- console.error(['*************************************************************', '', ...message, '', '*************************************************************'].join('\n'));
12
+ // eslint-disable-next-line no-console
13
+ const logger = isCodeSandbox ? console.log : console.error;
14
+ logger(['*************************************************************', '', ...message, '', '*************************************************************'].join('\n'));
3
15
  }
4
16
  export function showInvalidLicenseKeyError() {
5
17
  showError(['MUI X: Invalid license key.', '', "Your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo.", '', 'To solve the issue, you need to double check that `setLicenseKey()` is called with the right argument', 'Please check the license key installation https://mui.com/r/x-license-key-installation.']);