@mui/x-data-grid-pro 5.2.2 → 5.5.1
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 +443 -140
- package/index-cjs.js +2 -2
- package/index-esm.js +2 -2
- package/package.json +8 -8
- package/x-data-grid-pro.d.ts +3668 -3916
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,315 @@
|
|
|
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
|
+
## 5.5.1
|
|
7
|
+
|
|
8
|
+
_Feb 10, 2022_
|
|
9
|
+
|
|
10
|
+
A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🎛 Add props to customize the behavior of the filter panel (#3497) @alexfauquette
|
|
13
|
+
|
|
14
|
+
```tsx
|
|
15
|
+
<DataGrid
|
|
16
|
+
componentsProps={{
|
|
17
|
+
filterPanel: { columnsSort: 'asc' },
|
|
18
|
+
}}
|
|
19
|
+
/>
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Check the [documentation](https://mui.com/components/data-grid/filtering/#customize-the-filter-panel-content) to see all available props.
|
|
23
|
+
|
|
24
|
+
- 📚 Documentation improvements
|
|
25
|
+
- 🐞 Bugfixes
|
|
26
|
+
|
|
27
|
+
### `@mui/x-data-grid@v5.5.1` / `@mui/x-data-grid-pro@v5.5.1`
|
|
28
|
+
|
|
29
|
+
- [DataGrid] Add `debounceMs` option to `setEditCellValue` method (#3825) @m4theushw
|
|
30
|
+
- [DataGrid] Allow to translate `checkboxSelection` labels (#3846) @m4theushw
|
|
31
|
+
- [DataGrid] Customize the filter panel with props (#3497) @alexfauquette
|
|
32
|
+
- [DataGrid] Fix filtering of string columns for `value = 0` (#3843) @flaviendelangle
|
|
33
|
+
- [DataGrid] Fix focus when `blur` event rerenders the grid (#3718) @alexfauquette
|
|
34
|
+
- [DataGridPro] Add clear error when the tree data has duplicated paths (#3840) @flaviendelangle
|
|
35
|
+
- [DataGridPro] Avoid imports from `@mui/base` (#3903) @cherniavskii
|
|
36
|
+
- [DataGridPro] Register column pinning after selection (#3887) @m4theushw
|
|
37
|
+
- [l10n] Improve Turkish (tr-TR) locale (#3842) @atillaaliyev
|
|
38
|
+
|
|
39
|
+
### Docs
|
|
40
|
+
|
|
41
|
+
- [docs] Update v5 migration docs (#3847) @oliviertassinari
|
|
42
|
+
- [docs] Fix sorting feature link (#3877) @alexfauquette
|
|
43
|
+
- [docs] Migrate content to the new location (#3730) @siriwatknp
|
|
44
|
+
- [docs] Unify multi-filtering introduction with the multi-sorting introduction (#3766) @flaviendelangle
|
|
45
|
+
- [docs] Move row grouping to Premium plan (#3827) @alexfauquette
|
|
46
|
+
- [docs] Reorganize export docs to prepare Excel export doc (#3822) @alexfauquette
|
|
47
|
+
|
|
48
|
+
### Core
|
|
49
|
+
|
|
50
|
+
- [core] Add hook `useGridPagination` to call `onGridPage` and `onGridPageSize` (#3880) @flaviendelangle
|
|
51
|
+
- [core] Fix docs deploy script (#3874) @oliviertassinari
|
|
52
|
+
- [core] Move the git repository to a new location (#3872) @oliviertassinari
|
|
53
|
+
- [test] Add `codecov` (#3873) @oliviertassinari
|
|
54
|
+
|
|
55
|
+
## 5.5.0
|
|
56
|
+
|
|
57
|
+
_Feb 3, 2022_
|
|
58
|
+
|
|
59
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
60
|
+
|
|
61
|
+
- 🎁 Add support for [master/detail](https://mui.com/components/data-grid/group-pivot/#master-detail) (#3387) @m4theushw
|
|
62
|
+
|
|
63
|
+
<img src="https://user-images.githubusercontent.com/42154031/152379354-47120aac-2b37-4a90-b311-64b4522283b9.gif" width="814">
|
|
64
|
+
|
|
65
|
+
- 🌍 Add Danish (da-DK) locale (#3800) @kasperfilstrup
|
|
66
|
+
- 📚 Documentation improvements
|
|
67
|
+
- 🐞 Bugfixes
|
|
68
|
+
|
|
69
|
+
### `@mui/x-data-grid@v5.5.0` / `@mui/x-data-grid-pro@v5.5.0`
|
|
70
|
+
|
|
71
|
+
#### Changes
|
|
72
|
+
|
|
73
|
+
- [DataGrid] Add methods to import and export the state (#3593) @flaviendelangle
|
|
74
|
+
- [DataGrid] Fix <kbd>PageUp</kbd> jumping directly to the column header skipping the first row (#3761) @cherniavskii
|
|
75
|
+
- [DataGrid] Throw an error if incorrect column type is used (#3757) @DanailH
|
|
76
|
+
- [DataGridPro] Add support for master/detail (#3387) @m4theushw
|
|
77
|
+
- [l10n] Add Danish (da-DK) locale (#3800) @kasperfilstrup
|
|
78
|
+
- [l10n] Improve Dutch (nl-NL) locale (#3724) @MatthijsKok
|
|
79
|
+
- [l10n] Improve Hebrew (he-IL) locale (#3775) @ColdAtNight
|
|
80
|
+
- [l10n] Improve Russian (ru-RU) locale (#3818) @Leniorko
|
|
81
|
+
|
|
82
|
+
### Docs
|
|
83
|
+
|
|
84
|
+
- [docs] Add default value for `Row` slot (#3807) @cherniavskii
|
|
85
|
+
- [docs] Extend full width (#3815) @m4theushw
|
|
86
|
+
- [docs] Fix country column sorting not working (#3740) @cherniavskii
|
|
87
|
+
- [docs] Fix custom render cell when row is auto generated (#3810) @alexfauquette
|
|
88
|
+
- [docs] Fix flag layout shift (#3773) @oliviertassinari
|
|
89
|
+
- [docs] Mention row `id` requirement and document `getRowId` prop (#3765) @cherniavskii
|
|
90
|
+
- [docs] Refresh the license key documentation (#3529) @oliviertassinari
|
|
91
|
+
|
|
92
|
+
### Core
|
|
93
|
+
|
|
94
|
+
- [core] Clean `filtering.DataGrid.test.tsx` (#3768) @flaviendelangle
|
|
95
|
+
- [core] Improve GitHub label workflows (#3680) @DanailH
|
|
96
|
+
- [core] Isolate selectors called without `useGridSelector` (#3774) @m4theushw
|
|
97
|
+
- [core] Prepare infra for pickers migration (#3714) @flaviendelangle
|
|
98
|
+
- [core] Remove none code related instructions from git (#3794) @oliviertassinari
|
|
99
|
+
- [core] Remove remaining usages of `@mui/styles` (#3769) @m4theushw
|
|
100
|
+
- [core] Remove Stylelint (#3811) @m4theushw
|
|
101
|
+
- [core] Split cell / row editing into different hooks (#3219) @m4theushw
|
|
102
|
+
- [core] Stop using an enum for `GridPreProcessingGroup` (#3798) @flaviendelangle
|
|
103
|
+
- [core] Fix failing tests (#3817) @cherniavskii
|
|
104
|
+
- [code] Fix `docs:api` silent crash (#3808) @cherniavskii
|
|
105
|
+
- [test] Increase timeout for Firefox (#3813) @m4theushw
|
|
106
|
+
|
|
107
|
+
## 5.4.0
|
|
108
|
+
|
|
109
|
+
_Jan 28, 2022_
|
|
110
|
+
|
|
111
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
112
|
+
|
|
113
|
+
- 🚣 Introduce [variable row height](https://mui.com/components/data-grid/rows/#variable-row-height) (#438) @DanailH
|
|
114
|
+
|
|
115
|
+
Allows for setting a row-specific height.
|
|
116
|
+
By default, all rows have the same height, but now you can set the height on a per-row basis.
|
|
117
|
+
|
|
118
|
+
```tsx
|
|
119
|
+
<DataGrid getRowHeight={({ id }: GridRowHeightParams) => (id % 2 === 0 ? 100 : null)} />
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
- 🎁 Add new CSV export option: [`getRowsToExport`](https://mui.com/components/data-grid/export/#custom-exported-content) (#3687) @flaviendelangle
|
|
123
|
+
- 📚 Documentation improvements
|
|
124
|
+
- 🐞 Bugfixes
|
|
125
|
+
|
|
126
|
+
### `@mui/x-data-grid@v5.4.0` / `@mui/x-data-grid-pro@v5.4.0`
|
|
127
|
+
|
|
128
|
+
#### Changes
|
|
129
|
+
|
|
130
|
+
- [DataGrid] Add l10n support for `is any of` (#3746) @alexfauquette
|
|
131
|
+
- [DataGrid] Add new CSV `getRowsToExport` option (#3687) @flaviendelangle
|
|
132
|
+
- [DataGrid] Clean params of `onCellEditCommit` (#3693) @valenfv
|
|
133
|
+
- [DataGrid] Create a new lookup with all the filtered rows, collapsed or not (#3736) @flaviendelangle
|
|
134
|
+
- [DataGrid] Fix Alt+c being ignored on some systems (#3660) @cherniavskii
|
|
135
|
+
- [DataGrid] Fix `isRowSelectable` when `paginationMode='server'` (#3647) @flaviendelangle
|
|
136
|
+
- [DataGrid] Fix browser keyboard shortcuts not working when header cell is focused (#3692) @valenfv
|
|
137
|
+
- [DataGrid] Fix focus on checkbox cells (#3501) @alexfauquette
|
|
138
|
+
- [DataGrid] Only update the visibility status of the updated columns when calling `apiRef.current.updateRows` (#3735) @flaviendelangle
|
|
139
|
+
- [DataGrid] Prevent commit if `preProcessEditCellProps` resolves with an error (#3612) @m4theushw
|
|
140
|
+
- [DataGrid] Update selected rows when turning off `checkboxSelection` (#3684) @m4theushw
|
|
141
|
+
- [DataGrid] Variable row height (#3218) @DanailH
|
|
142
|
+
- [DataGridPro] Call `useGridColumnPinning` before `useGridColumns` (#3676) @flaviendelangle
|
|
143
|
+
- [DataGridPro] Fix grid cell losing focus when scrolling with keyboard (#3667) @cherniavskii
|
|
144
|
+
- [DataGridPro] Fix missing `styleOverrides` on pinned columns (#3733) @alexfauquette
|
|
145
|
+
- [DataGridPro] Remove function overloading for `useGridApiRef` (#3666) @flaviendelangle
|
|
146
|
+
- [l10n] Improve French (fr-FR) locale (#3739) @flaviendelangle
|
|
147
|
+
- [l10n] Improve Italian (it-IT) locale (#3744) @destegabry
|
|
148
|
+
|
|
149
|
+
### Docs
|
|
150
|
+
|
|
151
|
+
- [docs] Fix broken code example on the localization page (#3742) @flaviendelangle
|
|
152
|
+
- [docs] Fix typo in column visibility example (#3734) @flaviendelangle
|
|
153
|
+
- [docs] Fix typo on `columnVisibilityModel` (#3723) @alexfauquette
|
|
154
|
+
- [docs] Improve sorting documentation page (#3564) @flaviendelangle
|
|
155
|
+
- [docs] Improve `v5.3.0` release notes (#3722) @cherniavskii
|
|
156
|
+
- [docs] Prepare scripts and E2E tests for migration (#3515) @siriwatknp
|
|
157
|
+
- [docs] Clarify what is the professional support (#3530) @oliviertassinari
|
|
158
|
+
|
|
159
|
+
### Core
|
|
160
|
+
|
|
161
|
+
- [core] Add ESLint rule to force default export equals to filename in documentation (#3674) @alexfauquette
|
|
162
|
+
- [core] Fix `l10n` script not updating `cs-CZ` locale (#3748) @cherniavskii
|
|
163
|
+
- [core] Generate CHANGELOG from GitHub API (#3313) @alexfauquette
|
|
164
|
+
- [core] Isolate selectors from different grid instances (#3663) @m4theushw
|
|
165
|
+
- [test] Improve test detection (#3728) @m4theushw
|
|
166
|
+
- [test] Include module augmentation for Chai custom matchers (#3754) @m4theushw
|
|
167
|
+
- [test] Remove a useless `async` (#3675) @alexfauquette
|
|
168
|
+
- [test] Remove remaining `@ts-expect-error` (#3762) @m4theushw
|
|
169
|
+
- [test] Skip test on Firefox (#3752) @m4theushw
|
|
170
|
+
- [test] Wait for flags to load before creating snapshots (#3726) @m4theushw
|
|
171
|
+
- [test] Warn when focusing cells without syncing the state (#3486) @m4theushw
|
|
172
|
+
|
|
173
|
+
## 5.3.0
|
|
174
|
+
|
|
175
|
+
_Jan 21, 2022_
|
|
176
|
+
|
|
177
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
178
|
+
|
|
179
|
+
- 🎁 Allow to group rows based on column value (#3277) @flaviendelangle
|
|
180
|
+
|
|
181
|
+
⚠️ This feature is temporarily available on the Pro plan until the release of the Premium plan.
|
|
182
|
+
|
|
183
|
+
To avoid future regression for users of the Pro plan, the feature needs to be explicitly activated using the rowGrouping experimental feature flag.
|
|
184
|
+
|
|
185
|
+
```tsx
|
|
186
|
+
// To fully control
|
|
187
|
+
<DataGridPro
|
|
188
|
+
rowGroupingModel={rowGroupingModel}
|
|
189
|
+
onRowGroupingModel={newModel => setRowGroupingModel(newModel)}
|
|
190
|
+
experimentalFeatures={{ rowGrouping: true }}
|
|
191
|
+
/>
|
|
192
|
+
|
|
193
|
+
// To initialize without controlling
|
|
194
|
+
<DataGridPro
|
|
195
|
+
initialState={{
|
|
196
|
+
rowGrouping: {
|
|
197
|
+
model: rowGroupingModel,
|
|
198
|
+
},
|
|
199
|
+
}}
|
|
200
|
+
experimentalFeatures={{ rowGrouping: true }}
|
|
201
|
+
/>
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
For more details see the [introduction blog post](https://mui.com/blog/introducing-the-row-grouping-feature/) and [documentation](https://mui.com/components/data-grid/group-pivot/#row-grouping).
|
|
205
|
+
|
|
206
|
+
- ⚡ Add `is any of` filter operator (#2874) @alexfauquette
|
|
207
|
+
|
|
208
|
+
The new filter operator `is any of` allows the user to provide multiple values. It opens access to complex filtering pattern mixing `AND` and `OR` logic connectors, such as `status is any of filled or rejected, and currency is any of EUR or USD`.
|
|
209
|
+
|
|
210
|
+
<img src="https://user-images.githubusercontent.com/45398769/150486348-996a938f-db24-426f-bfe3-c06337f71807.gif" width="770">
|
|
211
|
+
|
|
212
|
+
- ✨ Introduce a `maxWidth` property in `GridColDef` (#3550) @flaviendelangle
|
|
213
|
+
|
|
214
|
+
You can now limit the width of the flex columns and the resizable columns with the new `maxWidth` property on `GridColDef`.
|
|
215
|
+
|
|
216
|
+
```tsx
|
|
217
|
+
const columns: GridColDef[] = [
|
|
218
|
+
{ field: 'director', flex: 1, maxWidth: 200 }, // will take the free space up to 200px and will not be resizable above 200px
|
|
219
|
+
{ field: 'year', maxWidth: 150 }, // will not be resizable above 150px
|
|
220
|
+
];
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
- 🚀 Add component slots for a subset of used `@mui/material` components (#3490) @DanailH
|
|
224
|
+
|
|
225
|
+
To make the grid more flexible we added component slots for base `@mui/material` components that we use. Those component slots are prefixed with `Base` to differentiate them from the other grid specific components
|
|
226
|
+
|
|
227
|
+
For more information check the documentation [documentation](https://mui.com/api/data-grid/data-grid/#slots).
|
|
228
|
+
|
|
229
|
+
- 🔥 Allow to pass `csvOptions` and `printOptions` to `toolbar` component prop (#3623) @flaviendelangle
|
|
230
|
+
|
|
231
|
+
```tsx
|
|
232
|
+
const CustomDataGrid = (props: DataGridProps) => {
|
|
233
|
+
return (
|
|
234
|
+
<DataGrid {...props} componentsProps={{ toolbar: { csvOptions: { delimiter: ';' } } }} />
|
|
235
|
+
);
|
|
236
|
+
};
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
- 🙈 Add controlled behavior for the visible columns (#3554) @flaviendelangle
|
|
240
|
+
|
|
241
|
+
```tsx
|
|
242
|
+
// To fully control
|
|
243
|
+
<DataGrid
|
|
244
|
+
columnVisibilityModel={columnVisibilityModel}
|
|
245
|
+
onColumnVisilibilityModelChange={newModel => setColumnVisibilityModel(newModel)}
|
|
246
|
+
/>
|
|
247
|
+
|
|
248
|
+
// To initialize without controlling
|
|
249
|
+
<DataGrid
|
|
250
|
+
initialState={{
|
|
251
|
+
columns: {
|
|
252
|
+
columnVisibilityModel
|
|
253
|
+
}
|
|
254
|
+
}}
|
|
255
|
+
/>
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
See the [documentation](https://mui.com/components/data-grid/columns/#column-visibility) for more details.
|
|
259
|
+
|
|
260
|
+
The `hide` property from `GridColDef` still works but has been deprecated.
|
|
261
|
+
|
|
262
|
+
- 📚 Documentation improvements
|
|
263
|
+
- 🐞 Bugfixes
|
|
264
|
+
|
|
265
|
+
### `@mui/x-data-grid@v5.3.0` / `@mui/x-data-grid-pro@v5.3.0`
|
|
266
|
+
|
|
267
|
+
#### Changes
|
|
268
|
+
|
|
269
|
+
- [DataGrid] Add component slots for a subset of used `@mui/material` components (#3490) @DanailH
|
|
270
|
+
- [DataGrid] Add controlled behavior for the visible columns (#3554) @flaviendelangle
|
|
271
|
+
- [DataGrid] Add debounce to text input (#3617) @m4theushw
|
|
272
|
+
- [DataGrid] Add `is any of` filter operator (#2874) @alexfauquette
|
|
273
|
+
- [DataGrid] Allow to pass `csvOptions` and `printOptions` to `GridToolbar` (#3623) @flaviendelangle
|
|
274
|
+
- [DataGrid] Disable `Hide` button if there's only one visible column (#3607) @cherniavskii
|
|
275
|
+
- [DataGrid] Fix line break characters breaking CSV rows (#3590) @cherniavskii
|
|
276
|
+
- [DataGrid] Fix potential memory leak warning (#3558) @m4theushw
|
|
277
|
+
- [DataGrid] Introduce a `maxWidth` property in `GridColDef` (#3550) @flaviendelangle
|
|
278
|
+
- [DataGrid] Make row editing work with `preProcessEditCellProps` (#3562) @flaviendelangle
|
|
279
|
+
- [DataGridPro] Export the column pinning selector (#3594) @flaviendelangle
|
|
280
|
+
- [DataGridPro] Keep row children expansion when updating the rows (#3604) @flaviendelangle
|
|
281
|
+
- [DataGridPro] Keep tree data grouping column width when regenerating the columns (#3603) @flaviendelangle
|
|
282
|
+
- [DataGridPremium] Allow to group rows based on column value (#3277) @flaviendelangle
|
|
283
|
+
- [l10n] Improve Finnish (fi-FI) locale (#3621) @MijMa
|
|
284
|
+
- [l10n] Improve Ukrainian (uk-UA) locale (#3586) @Neonin
|
|
285
|
+
- [l10n] Improve Czech (cs-CZ) and Slovak (sk-SK) locale (#3678) @Haaxor1689
|
|
286
|
+
|
|
287
|
+
### Docs
|
|
288
|
+
|
|
289
|
+
- [docs] Add doc example for tree data children lazy loading (#3657) @flaviendelangle
|
|
290
|
+
- [docs] Fix typo exchanging `false` and `true` on columns hiding section (#3561) @alexfauquette
|
|
291
|
+
- [docs] Improve filtering documentation page (#3437) @flaviendelangle
|
|
292
|
+
- [docs] Include header badges as in the other components (#3606) @oliviertassinari
|
|
293
|
+
- [docs] Lint markdown in the CI (#3504) @oliviertassinari
|
|
294
|
+
- [docs] Make inputs to extend full height of the cell (#3567) @m4theushw
|
|
295
|
+
- [docs] Add documentation page about the grid state (#3431) @flaviendelangle
|
|
296
|
+
- [docs] Replace `@mui/styles` in `x-data-grid-generator` (#3560) @m4theushw
|
|
297
|
+
- [docs] Update usage of prop/property naming (#3649) @cherniavskii
|
|
298
|
+
|
|
299
|
+
### Core
|
|
300
|
+
|
|
301
|
+
- [core] Log the output of the script (#3527) @oliviertassinari
|
|
302
|
+
- [core] Add ESLint rule to prevent direct state access (#3521) @m4theushw
|
|
303
|
+
- [core] Add language to markdown code block (#3651) @m4theushw
|
|
304
|
+
- [core] Add typing to the pre-processors methods (#3595) @flaviendelangle
|
|
305
|
+
- [core] Don't bump peer dependency ranges on dependency updates (#3646) @oliviertassinari
|
|
306
|
+
- [core] Rename more instances of Material-UI to MUI (#3525) @oliviertassinari
|
|
307
|
+
- [core] Renovate should not try to update node (#3645) @oliviertassinari
|
|
308
|
+
- [core] Report performance test results on each PR (#3551) @m4theushw
|
|
309
|
+
- [core] Update monorepo (#3653) @m4theushw
|
|
310
|
+
- [core] Update `l10n` issue with a single command line (#3588) @alexfauquette
|
|
311
|
+
- [test] Wait for promise to resolve before expect (#3597) @m4theushw
|
|
312
|
+
- [test] Split cell/row editing tests (#3618) @m4theushw
|
|
313
|
+
- [test] Skip tests on Safari (#3679) @m4theushw
|
|
314
|
+
|
|
6
315
|
## 5.2.2
|
|
7
316
|
|
|
8
317
|
_Jan 6, 2022_
|
|
@@ -13,7 +322,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
13
322
|
- ⚡ Add support for column-based `sortingOrder` with the new `sortingOrder` option in `GridColDef` (#3449) @Quppa
|
|
14
323
|
- ✨ Allow to initialize the `page` and `pageSize` without controlling them with the `initialState` prop (#3495) @flaviendelangle
|
|
15
324
|
- 🙈 Allow to precisely control which children rows to expand with the new `isGroupExpandedByDefault` prop (#3444) @flaviendelangle
|
|
16
|
-
- 🌍 Add Finnish (
|
|
325
|
+
- 🌍 Add Finnish (fi-FI) locale (#3485) @kurkle
|
|
17
326
|
- 📚 Documentation improvements
|
|
18
327
|
- 🐞 Bugfixes
|
|
19
328
|
|
|
@@ -35,10 +344,10 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
35
344
|
- [DataGridPro] Expose the field of the tree data grouping column as a constant (#3549) @flaviendelangle
|
|
36
345
|
- [DataGridPro] Fix resizing of right pinned columns (#3502) @m4theushw
|
|
37
346
|
- [DataGridPro] Add new prop `isGroupExpandedByDefault` (#3444) @flaviendelangle
|
|
38
|
-
- [l10n] Add Finnish (
|
|
39
|
-
- [l10n] Improve French (
|
|
40
|
-
- [l10n] Improve Italian (
|
|
41
|
-
- [l10n] Improve Vietnamese (
|
|
347
|
+
- [l10n] Add Finnish (fi-FI) locale (#3485) @kurkle
|
|
348
|
+
- [l10n] Improve French (fr-FR) locale (#3494) @Zenoo
|
|
349
|
+
- [l10n] Improve Italian (it-IT) locale (#3452) @destegabry
|
|
350
|
+
- [l10n] Improve Vietnamese (vi-VN) locale (#3493) @hckhanh
|
|
42
351
|
|
|
43
352
|
### Docs
|
|
44
353
|
|
|
@@ -75,17 +384,10 @@ A big thanks to the 8 contributors who made this release possible. Here are some
|
|
|
75
384
|
- [DataGrid] Refactor keyboard/click event management (#3275) @alexfauquette
|
|
76
385
|
- [DataGrid] Fire change event when the state changes, instead of when the prop changes (#3388) @flaviendelangle
|
|
77
386
|
- [DataGrid] Unsubscribe event listeners registered in uncommitted renders (#3310) @m4theushw
|
|
78
|
-
- [
|
|
79
|
-
- [l10n] Improve
|
|
80
|
-
- [l10n] Improve
|
|
81
|
-
|
|
82
|
-
### Core
|
|
83
|
-
|
|
84
|
-
- [core] Rework state update methods and deprecate `useGridApi` and `useGridState` (#3325) @flaviendelangle
|
|
85
|
-
- [core] Add sections to some of the feature hooks (#3391) @flaviendelangle
|
|
86
|
-
- [core] Generate exports snapshot for both `x-data-grid` and `x-data-grid-pro` packages (#3427) @flaviendelangle
|
|
87
|
-
- [core] Remove 'x-data-grid' folder from DataGridPro bundle (#3394) @m4theushw
|
|
88
|
-
- [core] Add link to OpenCollective (#3392) @oliviertassinari
|
|
387
|
+
- [DataGrid] Rework state update methods and deprecate `useGridApi` and `useGridState` (#3325) @flaviendelangle
|
|
388
|
+
- [l10n] Improve German (de-DE) locale (#3430) @sebastianfrey
|
|
389
|
+
- [l10n] Improve Hebrew (he-IL) locale (#3445) @ColdAtNight
|
|
390
|
+
- [l10n] Improve Dutch (nl-NL) locale (#3429) @jaapjr
|
|
89
391
|
|
|
90
392
|
### Docs
|
|
91
393
|
|
|
@@ -94,6 +396,13 @@ A big thanks to the 8 contributors who made this release possible. Here are some
|
|
|
94
396
|
- [docs] Stop using TypeDoc to generate the API documentation (#3320) @flaviendelangle
|
|
95
397
|
- [docs] Remove column pinning from "Upcoming features" (#3443) @alexfauquette
|
|
96
398
|
|
|
399
|
+
### Core
|
|
400
|
+
|
|
401
|
+
- [core] Add sections to some of the feature hooks (#3391) @flaviendelangle
|
|
402
|
+
- [core] Generate exports snapshot for both `x-data-grid` and `x-data-grid-pro` packages (#3427) @flaviendelangle
|
|
403
|
+
- [core] Remove 'x-data-grid' folder from DataGridPro bundle (#3394) @m4theushw
|
|
404
|
+
- [core] Add link to OpenCollective (#3392) @oliviertassinari
|
|
405
|
+
|
|
97
406
|
## 5.2.0
|
|
98
407
|
|
|
99
408
|
_Dec 9, 2021_
|
|
@@ -121,12 +430,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
121
430
|
- 🙈 Add a new option to hide the amount of descendant on the grouping cells of the Tree Data (#3368) @flaviendelangle
|
|
122
431
|
|
|
123
432
|
```tsx
|
|
124
|
-
<DataGridPro
|
|
125
|
-
treeData
|
|
126
|
-
rows={rows}
|
|
127
|
-
columns={columns}
|
|
128
|
-
groupingColDef={{ hideDescendantCount }}
|
|
129
|
-
/>
|
|
433
|
+
<DataGridPro treeData rows={rows} columns={columns} groupingColDef={{ hideDescendantCount }} />
|
|
130
434
|
```
|
|
131
435
|
|
|
132
436
|
- ⚠️ Deprecate the `getValue` param for the `valueGetter` callback (#3314) @flaviendelangle
|
|
@@ -153,6 +457,18 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
153
457
|
- [DataGrid] Fix `DatePicker` bug by limiting years to 4 digits (#3222) @alexfauquette
|
|
154
458
|
- [DataGrid] Fix column menu position when closing (#3289) @m4theushw
|
|
155
459
|
- [DataGrid] Fix to not crash when a sort item uses a non-existing column (#3224) @flaviendelangle
|
|
460
|
+
- [DataGrid] Type the `api` param in callback interfaces (#3315) @flaviendelangle
|
|
461
|
+
|
|
462
|
+
### Docs
|
|
463
|
+
|
|
464
|
+
- [docs] Always use auto-generated `apiRef` documentation (#3266) @flaviendelangle
|
|
465
|
+
- [docs] Avoid 301 links (#3329) @oliviertassinari
|
|
466
|
+
- [docs] Disable the ad when not MIT (#3334) @oliviertassinari
|
|
467
|
+
- [docs] Fix 404 link to Zendesk @oliviertassinari
|
|
468
|
+
- [docs] Fix dead link on the overview page (#3326) @flaviendelangle
|
|
469
|
+
- [docs] Fix double MUI in the title (#3332) @oliviertassinari
|
|
470
|
+
- [docs] Fix duplicate "the" (#3365) @noam-honig
|
|
471
|
+
- [docs] Update branch to deploy docs (#3321) @m4theushw
|
|
156
472
|
|
|
157
473
|
### Core
|
|
158
474
|
|
|
@@ -163,22 +479,10 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
163
479
|
- [core] Improve tests for Tree Data (#3366) @flaviendelangle
|
|
164
480
|
- [core] Never import directly from the `__modules__` folder in the `x-data-grid-generator` package (#3379) @flaviendelangle
|
|
165
481
|
- [core] Transition to a new StackOverflow tag (#3308) @oliviertassinari
|
|
166
|
-
- [core] Type the `api` param in callback interfaces (#3315) @flaviendelangle
|
|
167
482
|
- [core] Update monorepo (#3370) @flaviendelangle
|
|
168
483
|
- [core] Use pre-processors for sorting and filtering (#3318) @flaviendelangle
|
|
169
484
|
- [test] Replace `useFakeTimers` (#3323) @m4theushw
|
|
170
485
|
|
|
171
|
-
### Docs
|
|
172
|
-
|
|
173
|
-
- [docs] Always use auto-generated `apiRef` documentation (#3266) @flaviendelangle
|
|
174
|
-
- [docs] Avoid 301 links (#3329) @oliviertassinari
|
|
175
|
-
- [docs] Disable the ad when not MIT (#3334) @oliviertassinari
|
|
176
|
-
- [docs] Fix 404 link to Zendesk @oliviertassinari
|
|
177
|
-
- [docs] Fix dead link on the overview page (#3326) @flaviendelangle
|
|
178
|
-
- [docs] Fix double MUI in the title (#3332) @oliviertassinari
|
|
179
|
-
- [docs] Fix duplicate "the" (#3365) @noam-honig
|
|
180
|
-
- [docs] Update branch to deploy docs (#3321) @m4theushw
|
|
181
|
-
|
|
182
486
|
## 5.1.0
|
|
183
487
|
|
|
184
488
|
_Dec 2, 2021_
|
|
@@ -217,7 +521,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
217
521
|
|
|
218
522
|
- 🌎 Translation updates for many locales
|
|
219
523
|
|
|
220
|
-
If you are using DataGrid or DataGridPro in another language, check [this issue](https://github.com/mui
|
|
524
|
+
If you are using DataGrid or DataGridPro in another language, check [this issue](https://github.com/mui/mui-x/issues/3211) to discover which translations are missing.
|
|
221
525
|
|
|
222
526
|
- 📚 Documentation improvements
|
|
223
527
|
- 🐞 Bugfixes
|
|
@@ -236,11 +540,11 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
236
540
|
- [DataGrid] Prepare the tree structure for grouping sorting / filtering (#3301) @flaviendelangle
|
|
237
541
|
- [DataGrid] Rework keyboard navigation (#3193) @flaviendelangle
|
|
238
542
|
- [DataGrid] Set minimum dimensions to `GridOverlay` when no row is provided (#3261) @flaviendelangle
|
|
239
|
-
- [DataGrid] Improve German (
|
|
240
|
-
- [DataGrid] Improve Hebrew (
|
|
241
|
-
- [DataGrid] Improve Russian (
|
|
242
|
-
- [DataGrid] Improve Korean (
|
|
243
|
-
- [DataGrid] Improve Greek (
|
|
543
|
+
- [DataGrid] Improve German (de-DE) locale (#3271, #3230, #3293) @sebastianfrey
|
|
544
|
+
- [DataGrid] Improve Hebrew (he-IL) locale (#3294) @ColdAtNight
|
|
545
|
+
- [DataGrid] Improve Russian (ru-RU) locale (#3290, #3288) @Alim-El
|
|
546
|
+
- [DataGrid] Improve Korean (ko-KR) locale (#3232, #3273) @zzossig
|
|
547
|
+
- [DataGrid] Improve Greek (el-GR) locale (#3169) @clytras
|
|
244
548
|
|
|
245
549
|
### Core
|
|
246
550
|
|
|
@@ -295,8 +599,8 @@ A big thanks to the 3 contributors who made this release possible. Here are some
|
|
|
295
599
|
const userWithEmail = await fetchUserByEmail(params.value);
|
|
296
600
|
const hasError = !!userWithEmail;
|
|
297
601
|
return { ...params.props, error: hasError };
|
|
298
|
-
}
|
|
299
|
-
}
|
|
602
|
+
},
|
|
603
|
+
},
|
|
300
604
|
];
|
|
301
605
|
```
|
|
302
606
|
|
|
@@ -310,12 +614,14 @@ A big thanks to the 3 contributors who made this release possible. Here are some
|
|
|
310
614
|
|
|
311
615
|
### `@mui/x-data-grid@v5.0.1` / `@mui/x-data-grid-pro@v5.0.1`
|
|
312
616
|
|
|
313
|
-
#### Changes
|
|
314
|
-
|
|
315
617
|
- [DataGrid] New API to validate the editing values (#3006) @m4theushw
|
|
316
618
|
- [DataGrid] Use color-scheme to set dark mode on native components (#3146) @alexfauquette
|
|
317
619
|
- [DataGrid] Fix the `@mui/x-data-grid` type entrypoint (#3196) @flaviendelangle
|
|
318
620
|
|
|
621
|
+
### Docs
|
|
622
|
+
|
|
623
|
+
- [docs] Move sentence about disabling multi rows selection (#3167) @alexfauquette
|
|
624
|
+
|
|
319
625
|
### Core
|
|
320
626
|
|
|
321
627
|
- [core] Drop `useGridContainerProps` (#3007) @flaviendelangle
|
|
@@ -324,10 +630,6 @@ A big thanks to the 3 contributors who made this release possible. Here are some
|
|
|
324
630
|
- [core] Remove the `index.ts` of the export hooks (#3165) @flaviendelangle
|
|
325
631
|
- [core] Set the correct release date for v5.0.0 in the CHANGELOG.md (#3192) @flaviendelangle
|
|
326
632
|
|
|
327
|
-
### Docs
|
|
328
|
-
|
|
329
|
-
- [docs] Move sentence about disabling multi rows selection (#3167) @alexfauquette
|
|
330
|
-
|
|
331
633
|
## 5.0.0
|
|
332
634
|
|
|
333
635
|
_Nov 23, 2021_
|
|
@@ -356,7 +658,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
356
658
|
|
|
357
659
|
- [DataGrid] The `props.components.Checkbox` and `props.componentsProps.checkbox` props were renamed to `props.components.BaseCheckbox` and `props.componentsProps.baseCheckbox` respectively.
|
|
358
660
|
|
|
359
|
-
As a first step for [#3066](https://github.com/mui
|
|
661
|
+
As a first step for [#3066](https://github.com/mui/mui-x/issues/3066), these slots were renamed to clearly indicate that they are meant to replace a core component.
|
|
360
662
|
|
|
361
663
|
```diff
|
|
362
664
|
<DataGrid
|
|
@@ -415,7 +717,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
415
717
|
_Nov 4, 2021_
|
|
416
718
|
|
|
417
719
|
- 💅 Reduce styles specificity to make simpler to override (#3012) @DanailH
|
|
418
|
-
- 🌍 Add Hebrew (
|
|
720
|
+
- 🌍 Add Hebrew (he-IL) locale (#3028) @ColdAtNight
|
|
419
721
|
- 📚 Documentation improvements
|
|
420
722
|
- 🐞 Bugfixes
|
|
421
723
|
|
|
@@ -452,7 +754,7 @@ _Nov 4, 2021_
|
|
|
452
754
|
|
|
453
755
|
#### Changes
|
|
454
756
|
|
|
455
|
-
- [DataGrid] Add Hebrew (
|
|
757
|
+
- [DataGrid] Add Hebrew (he-IL) locale (#3028) @ColdAtNight
|
|
456
758
|
- [DataGrid] Move virtualization logic to hook (#3079) @m4theushw
|
|
457
759
|
- [DataGrid] Revert year change in the MIT license (#3059) @oliviertassinari
|
|
458
760
|
- [DataGrid] Fix filtering of nullish numeric cells (#3070) @flaviendelangle
|
|
@@ -721,7 +1023,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
721
1023
|
- [core] Remove outdated hooks requirements (#2939) @flaviendelangle
|
|
722
1024
|
- [core] Remove test event (#2912) @m4theushw
|
|
723
1025
|
- [core] Remove unused `GridSlotComponentProps` interface (#2911) @flaviendelangle
|
|
724
|
-
- [core] Rename '
|
|
1026
|
+
- [core] Rename 'UNSTABLE*' prefix to 'unstable*' (#2931) @flaviendelangle
|
|
725
1027
|
- [core] Replace usage of `GridRowData` with `GridRowModel` (#2936) @flaviendelangle
|
|
726
1028
|
- [core] Revert hardcoded typings (#2907) @DanailH
|
|
727
1029
|
- [core] Simplify the CSV export (#2941) @flaviendelangle
|
|
@@ -906,7 +1208,7 @@ _Oct 7, 2021_
|
|
|
906
1208
|
|
|
907
1209
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
908
1210
|
|
|
909
|
-
- 🌎 Add Persian (
|
|
1211
|
+
- 🌎 Add Persian (fa-IR) locale (#2712) @devlifeX
|
|
910
1212
|
- 🎁 Allow to select range of rows with Shift + click (#2456) @flaviendelangle
|
|
911
1213
|
- 🚀 Allow to throttle the row updates with the `throttleRowsMs` prop on `DataGridPro` and remove the default 100ms row update delay (#2561) @flaviendelangle
|
|
912
1214
|
- 💡 Enhance internal code structure
|
|
@@ -938,7 +1240,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
938
1240
|
|
|
939
1241
|
#### Changes
|
|
940
1242
|
|
|
941
|
-
- [DataGrid] Add Persian (
|
|
1243
|
+
- [DataGrid] Add Persian (fa-IR) locale (#2712) @devlifeX
|
|
942
1244
|
- [DataGrid] Allow to select range of rows using Shift + click (#2456) @flaviendelangle
|
|
943
1245
|
- [DataGrid] Fix numeric column filter to not run when value is empty (#2780) @m4theushw
|
|
944
1246
|
- [DataGrid] Export `singleSelect` operators (#2666) @jeremyalan
|
|
@@ -978,8 +1280,8 @@ _Sep 24, 2021_
|
|
|
978
1280
|
|
|
979
1281
|
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
980
1282
|
|
|
981
|
-
- 🇻🇳 Add Vietnamese (
|
|
982
|
-
- 🇵🇱 Improve Polish (
|
|
1283
|
+
- 🇻🇳 Add Vietnamese (vi-VN) locale (#2668) @tuananh281098
|
|
1284
|
+
- 🇵🇱 Improve Polish (pl-PL) locale (#2632) @michallukowski
|
|
983
1285
|
- ⚡️ Apply the `valueFormatter` to the `singleSelect` column type (#2581) @DanailH
|
|
984
1286
|
|
|
985
1287
|
### `@mui/x-data-grid@v5.0.0-beta.2` / `@mui/x-data-grid-pro@v5.0.0-beta.2`
|
|
@@ -1011,10 +1313,10 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
1011
1313
|
|
|
1012
1314
|
#### Changes
|
|
1013
1315
|
|
|
1014
|
-
- [DataGrid] Add Vietnamese (
|
|
1316
|
+
- [DataGrid] Add Vietnamese (vi-VN) locale (#2668) @tuananh281098
|
|
1015
1317
|
- [DataGrid] Apply the `valueFormatter` to `singleSelect` select options (#2581) @DanailH
|
|
1016
1318
|
- [DataGrid] Free up column header space when icons are not visible (#2606) @DanailH
|
|
1017
|
-
- [DataGrid] Improve Polish (
|
|
1319
|
+
- [DataGrid] Improve Polish (pl-PL) locale (#2632) @michallukowski
|
|
1018
1320
|
|
|
1019
1321
|
### Docs
|
|
1020
1322
|
|
|
@@ -1127,7 +1429,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
1127
1429
|
- [DataGrid] Fix TypeScript type error for toolbar components (#2393) @ZeeshanTamboli
|
|
1128
1430
|
- [DataGrid] Fix navigation between column headers with rows filtered (#2440) @m4theushw
|
|
1129
1431
|
- [DataGrid] Force `scrollEndThreshold` to undefined (#2574) @flaviendelangle
|
|
1130
|
-
- [DataGrid] Improve
|
|
1432
|
+
- [DataGrid] Improve ja-JP localization (#2502) @daikiojm
|
|
1131
1433
|
- [DataGrid] Make `hideFooterRowCount` prop available only for DataGridPro (#2564) @ZeeshanTamboli
|
|
1132
1434
|
- [DataGrid] Fix a bug where pressing <kbd>Escape</kbd> was not closing the `GridColumnHeaderMenu` (#2463) @DanailH
|
|
1133
1435
|
- [DataGrid] Prevent scroll when selecting rows (#2558) @m4theushw
|
|
@@ -1181,9 +1483,9 @@ _Aug 27, 2021_
|
|
|
1181
1483
|
|
|
1182
1484
|
🎉 This is the first stable release of the data grid component 🎉!
|
|
1183
1485
|
|
|
1184
|
-
We have been iterating on the component for [18 months](https://github.com/mui
|
|
1486
|
+
We have been iterating on the component for [18 months](https://github.com/mui/mui-x/commit/705cb0f387b5f3aa056bf40c4183a2342b317447). With the introduction of the [row edit](https://mui.com/components/data-grid/editing/#row-editing) feature, many bug fixes, and polishing of the documentation, we believe the component is ready for a stable release.
|
|
1185
1487
|
|
|
1186
|
-
The MUI X v4.0.0 release supports [MUI Core](https://github.com/mui
|
|
1488
|
+
The MUI X v4.0.0 release supports [MUI Core](https://github.com/mui/material-ui) v4 and has partial support for v5-beta. With the soon-to-be-released v5 version of the core components, we are moving ongoing work to the v5 release line (Core and X).
|
|
1187
1489
|
The support for existing projects on MUI v4 won't be a priority going forward. We encourage you to migrate to MUI Core v5-beta and soon MUI X v5-beta. We don't patch, fix, or alter older versions. Using MUI Core v4 with MUI X v5 might lead to extra bundle size and configuration.
|
|
1188
1490
|
|
|
1189
1491
|
A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
@@ -1194,7 +1496,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
|
|
|
1194
1496
|
|
|
1195
1497
|
- ⚡️ Rename the `XGrid` component to `DataGridPro` (#2382) @m4theushw
|
|
1196
1498
|
|
|
1197
|
-
This should help clarify the products vs. plans separation. [MUI X](https://github.com/mui
|
|
1499
|
+
This should help clarify the products vs. plans separation. [MUI X](https://github.com/mui/mui-x) is a product line on its own. It contains MIT and Commercial software. Removing X from the name of the paid components should help remove a possible confusion: the MIT version of X is meant to be valuable enough for developers to use it, without feeling that it's crippled compared to other OSS alternatives.
|
|
1198
1500
|
The Pro suffix should help make it clear what's MIT and what's not.
|
|
1199
1501
|
|
|
1200
1502
|
- ✨ Rename the `@material-ui` npm scope to `@mui` (#2341) @oliviertassinari
|
|
@@ -1276,7 +1578,7 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
1276
1578
|
- 🐞 Fix a regression to not require @material-ui/x-license when using the DataGrid (#2295) @oliviertassinari
|
|
1277
1579
|
- 👁️ Add `onViewportRowsChange` prop for `XGrid` only (#2038) @DanailH
|
|
1278
1580
|
- 📃 Translate booleans when exporting rows to CSV (#2296) @m4theushw
|
|
1279
|
-
- 🌎 Add Sudanese Arabic (
|
|
1581
|
+
- 🌎 Add Sudanese Arabic (ar-SD) locale (#2269) @YassinHussein
|
|
1280
1582
|
|
|
1281
1583
|
This is the last alpha release. We are moving to beta in the next release, next week.
|
|
1282
1584
|
|
|
@@ -1297,7 +1599,7 @@ This is the last alpha release. We are moving to beta in the next release, next
|
|
|
1297
1599
|
#### Changes
|
|
1298
1600
|
|
|
1299
1601
|
- [DataGrid] Add @material-ui/styles as peer dependency (#2288) @m4theushw
|
|
1300
|
-
- [DataGrid] Add Sudanese Arabic (
|
|
1602
|
+
- [DataGrid] Add Sudanese Arabic (ar-SD) locale (#2269) @YassinHussein
|
|
1301
1603
|
- [DataGrid] Add \"is empty\" and \"is not empty\" filter operators to date and number columns (#2274) @flaviendelangle
|
|
1302
1604
|
- [DataGrid] Avoid crash if `valueOptions` is missing in the `GridColDef` when using `singleSelect` (#2276) @DanailH
|
|
1303
1605
|
- [DataGrid] Remove the use of the `autoFocus` attribute (#2239) @m4theushw
|
|
@@ -1392,7 +1694,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
1392
1694
|
- [DataGrid] Canonical controlled state behavior (#2208) @oliviertassinari
|
|
1393
1695
|
- [DataGrid] Fix filter with extended columns (#2246) @m4theushw
|
|
1394
1696
|
- [DataGrid] Remove default value of columnTypes prop (#2280) @m4theushw
|
|
1395
|
-
- [DataGrid] Add German (
|
|
1697
|
+
- [DataGrid] Add German (de-DE) translation for export and isEmpty operator (#2285) @ChristopherBussick
|
|
1396
1698
|
- [XGrid] Add `details` param to each callback option in `XGrid` (#2236) @DanailH
|
|
1397
1699
|
|
|
1398
1700
|
### Docs
|
|
@@ -1428,6 +1730,7 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
1428
1730
|
- The `onEditCellChange` prop was renamed to `onEditCellPropsChange`.
|
|
1429
1731
|
- The `onEditCellChangeCommitted` prop was renamed to `onCellEditCommit`.
|
|
1430
1732
|
- The `onEditRowModelChange` prop was removed. Use the new `onEditRowsModelChange` prop.
|
|
1733
|
+
|
|
1431
1734
|
```diff
|
|
1432
1735
|
-onEditRowModelChange?: (params: GridEditRowModelParams)
|
|
1433
1736
|
+onEditRowsModelChange?: (editRowsModel: GridEditRowsModel)
|
|
@@ -1496,7 +1799,7 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
1496
1799
|
- [test] Sync Karma config (#2191) @m4theushw
|
|
1497
1800
|
- [test] Test support for theme translations (#2229) @m4theushw
|
|
1498
1801
|
|
|
1499
|
-
## [4.0.0-alpha.34](https://github.com/mui
|
|
1802
|
+
## [4.0.0-alpha.34](https://github.com/mui/mui-x/compare/v4.0.0-alpha.33...v4.0.0-alpha.34)
|
|
1500
1803
|
|
|
1501
1804
|
_July 21, 2021_
|
|
1502
1805
|
|
|
@@ -1619,7 +1922,7 @@ Big thanks to the 11 contributors who made this release possible. Here are some
|
|
|
1619
1922
|
- [DataGrid] Add \"is empty\" and \"is not empty\" operators (#1997) @m4theushw
|
|
1620
1923
|
- [DataGrid] Add `minWidth` to `GridColDef` (#2101) @DanailH
|
|
1621
1924
|
- [DataGrid] Add missing localeText types (#2118) @oliviertassinari
|
|
1622
|
-
- [DataGrid] Add missing translations to French (
|
|
1925
|
+
- [DataGrid] Add missing translations to French (fr-FR) locale (#2082) @flaviendelangle
|
|
1623
1926
|
- [DataGrid] Add quick filter demo (#2149) @dtassone
|
|
1624
1927
|
- [DataGrid] Allow passing styles and Popper props to GridPanel (#1994) @sebastianfrey
|
|
1625
1928
|
- [DataGrid] Allow to customize the columns exported as CSV (#2008) @flaviendelangle
|
|
@@ -1677,7 +1980,7 @@ Big thanks to the 11 contributors who made this release possible. Here are some
|
|
|
1677
1980
|
- [test] Remove orphan async @oliviertassinari
|
|
1678
1981
|
- [test] Test the validation before saving a value (#2087) @m4theushw
|
|
1679
1982
|
|
|
1680
|
-
## [4.0.0-alpha.33](https://github.com/mui
|
|
1983
|
+
## [4.0.0-alpha.33](https://github.com/mui/mui-x/compare/v4.0.0-alpha.32...v4.0.0-alpha.33)
|
|
1681
1984
|
|
|
1682
1985
|
_July 1, 2021_
|
|
1683
1986
|
|
|
@@ -1765,7 +2068,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
1765
2068
|
- [core] Name variables according to enUS instead of enGB (#1988) @flaviendelangle
|
|
1766
2069
|
- [test] Test vertical scrollbar (#1932) @oliviertassinari
|
|
1767
2070
|
|
|
1768
|
-
## [4.0.0-alpha.32](https://github.com/mui
|
|
2071
|
+
## [4.0.0-alpha.32](https://github.com/mui/mui-x/compare/v4.0.0-alpha.31...v4.0.0-alpha.32)
|
|
1769
2072
|
|
|
1770
2073
|
_June 18, 2021_
|
|
1771
2074
|
|
|
@@ -1854,8 +2157,8 @@ Big thanks to the 10 contributors who made this release possible. Here are some
|
|
|
1854
2157
|
- [DataGrid] Allow to set the delimiter in `GridExportCsvOptions` (#1859) @michallukowski
|
|
1855
2158
|
- [DataGrid] Escape regular expression characters in filters (#1899) @ZeeshanTamboli
|
|
1856
2159
|
- [DataGrid] Fix support for `getRowId` on cell editing (#1917) @m4theushw
|
|
1857
|
-
- [DataGrid] Fix typo in French (
|
|
1858
|
-
- [DataGrid] Improve Brazilian Portuguese (
|
|
2160
|
+
- [DataGrid] Fix typo in French (fr-FR) locale (#1874) @julien-guillon
|
|
2161
|
+
- [DataGrid] Improve Brazilian Portuguese (pt-BR) locale (#1861) @aline-matos
|
|
1859
2162
|
- [DataGrid] Improve type of the blur event (#1918) @oliviertassinari
|
|
1860
2163
|
- [DataGrid] Improve updateRows performance (#1923) @N2D4
|
|
1861
2164
|
- [DataGrid] Include Material-UI core component localizations in `localeText` (#1913) @DanailH
|
|
@@ -1877,7 +2180,7 @@ Big thanks to the 10 contributors who made this release possible. Here are some
|
|
|
1877
2180
|
- [core] Remove dead logic (#1900) @oliviertassinari
|
|
1878
2181
|
- [test] Fix tests (#1928) @m4theushw
|
|
1879
2182
|
|
|
1880
|
-
## [4.0.0-alpha.31](https://github.com/mui
|
|
2183
|
+
## [4.0.0-alpha.31](https://github.com/mui/mui-x/compare/v4.0.0-alpha.30...v4.0.0-alpha.31)
|
|
1881
2184
|
|
|
1882
2185
|
_June 9, 2021_
|
|
1883
2186
|
|
|
@@ -1930,7 +2233,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
1930
2233
|
- [core] Add `yarn docs:api` @oliviertassinari
|
|
1931
2234
|
- [test] Improve pagination tests (#1827) @m4theushw
|
|
1932
2235
|
|
|
1933
|
-
## [4.0.0-alpha.30](https://github.com/mui
|
|
2236
|
+
## [4.0.0-alpha.30](https://github.com/mui/mui-x/compare/v4.0.0-alpha.29...v4.0.0-alpha.30)
|
|
1934
2237
|
|
|
1935
2238
|
_May 31, 2021_
|
|
1936
2239
|
|
|
@@ -1939,7 +2242,7 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
1939
2242
|
- 💅 Add `getCellClassName` prop (#1687) @m4theushw
|
|
1940
2243
|
- 🐛 Fix a regression in the controlled pagination (#1729) @ZeeshanTamboli
|
|
1941
2244
|
- ⚡️ Remove `cellClassRules` from `GridColDef` (#1716) @m4theushw
|
|
1942
|
-
- 🇨🇿 Add
|
|
2245
|
+
- 🇨🇿 Add cs-CZ locale (#1765) @Haaxor1689
|
|
1943
2246
|
- 🐞 Bugfixes
|
|
1944
2247
|
|
|
1945
2248
|
### @material-ui/x-grid@v4.0.0-alpha.30 / @material-ui/data-grid@v4.0.0-alpha.30
|
|
@@ -2023,12 +2326,12 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
2023
2326
|
|
|
2024
2327
|
- [DataGrid] Add `getCellClassName` prop (#1687) @m4theushw
|
|
2025
2328
|
- [DataGrid] Add customizable `aria-label`, `aria-labelledby` field (#1764) @ZeeshanTamboli
|
|
2026
|
-
- [DataGrid] Add Czech (
|
|
2329
|
+
- [DataGrid] Add Czech (cs-CZ) locale and fix plural rules in Slovak (sk-SK) locale (#1765) @Haaxor1689
|
|
2027
2330
|
- [DataGrid] Fix cell accessibility aria-colindex (#1669) @ZeeshanTamboli
|
|
2028
2331
|
- [DataGrid] Fix changing rows per page size (#1729) @ZeeshanTamboli
|
|
2029
2332
|
- [DataGrid] Fix date operators not working with date-time values (#1722) @m4theushw
|
|
2030
2333
|
- [DataGrid] Fix `rowCount` prop updates (#1697) @dtassone
|
|
2031
|
-
- [DataGrid] Improve German (
|
|
2334
|
+
- [DataGrid] Improve German (de-DE) translation of "errorOverlayDefaultLabel" (#1718) @sebastianfrey
|
|
2032
2335
|
- [DataGrid] Fix accessibility of the filter panel textboxes (#1727) @m4theushw
|
|
2033
2336
|
- [XGrid] Fix `onFilterModelChange` not firing (#1706) @dtassone
|
|
2034
2337
|
|
|
@@ -2048,7 +2351,7 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
2048
2351
|
- [test] Reduce flakiness (#1753) @oliviertassinari
|
|
2049
2352
|
- [test] Remove skip on Edge (#1708) @m4theushw
|
|
2050
2353
|
|
|
2051
|
-
## [4.0.0-alpha.29](https://github.com/mui
|
|
2354
|
+
## [4.0.0-alpha.29](https://github.com/mui/mui-x/compare/v4.0.0-alpha.28...v4.0.0-alpha.29)
|
|
2052
2355
|
|
|
2053
2356
|
_May 19, 2021_
|
|
2054
2357
|
|
|
@@ -2125,18 +2428,18 @@ Big thanks to the 11 contributors who made this release possible. Here are some
|
|
|
2125
2428
|
|
|
2126
2429
|
#### Changes
|
|
2127
2430
|
|
|
2128
|
-
- [DataGrid] Add Slovak (
|
|
2431
|
+
- [DataGrid] Add Slovak (sk-SK) locale (#1634) @martinvysnovsky
|
|
2129
2432
|
- [DataGrid] Add `columnHeader`, `row` and `cell` in addition to `root` in classes prop (#1660) @DanailH
|
|
2130
2433
|
- [DataGrid] Add `isRowSelectable` prop (#1659) @m4theushw
|
|
2131
2434
|
- [DataGrid] Add sort icon for when column is unsorted (#1415) @m4theushw
|
|
2132
2435
|
- [DataGrid] Fix `id` and `aria-labelledby` attributes on the column menu (#1460) @m4theushw
|
|
2133
2436
|
- [DataGrid] Fix broken checkbox in Material-UI v5 (#1587) @ZeeshanTamboli
|
|
2134
2437
|
- [DataGrid] Fix CSS classes prefix (#1693) @m4theushw
|
|
2135
|
-
- [DataGrid] Fix German (
|
|
2438
|
+
- [DataGrid] Fix German (de-DE) locale (#1624) @klinge27
|
|
2136
2439
|
- [DataGrid] Fix filter with object as value and value getter (#1665) @dtassone
|
|
2137
2440
|
- [DataGrid] Fix incorrect date selection (#1652) @aTmb405
|
|
2138
2441
|
- [DataGrid] Fix overflow of maximum page (#1583) @oliviertassinari
|
|
2139
|
-
- [DataGrid] Fix typo in Italian (
|
|
2442
|
+
- [DataGrid] Fix typo in Italian (it-IT) locale (#1635) @profcav
|
|
2140
2443
|
- [DataGrid] Improve performance of width resizing (#1686) @dtassone
|
|
2141
2444
|
- [DataGrid] Make rows immutable for better developer experience (#1661) @ZeeshanTamboli
|
|
2142
2445
|
- [DataGrid] Pass state values as props (#1628) @m4theushw
|
|
@@ -2165,13 +2468,13 @@ Big thanks to the 11 contributors who made this release possible. Here are some
|
|
|
2165
2468
|
- [test] Add constraints on cell render (#1662) @oliviertassinari
|
|
2166
2469
|
- [test] Catch broken demos (#1692) @oliviertassinari
|
|
2167
2470
|
|
|
2168
|
-
## [4.0.0-alpha.28](https://github.com/mui
|
|
2471
|
+
## [4.0.0-alpha.28](https://github.com/mui/mui-x/compare/v4.0.0-alpha.27...v4.0.0-alpha.28)
|
|
2169
2472
|
|
|
2170
2473
|
_May 10, 2021_
|
|
2171
2474
|
|
|
2172
2475
|
Big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
2173
2476
|
|
|
2174
|
-
- 🇹🇷 Add
|
|
2477
|
+
- 🇹🇷 Add tr-TR locale (#1446) @simsek97
|
|
2175
2478
|
- 🎁 Add support for checkbox component slot (#1528) @ZeeshanTamboli
|
|
2176
2479
|
- ⚡️ Add `onColumnVisibilityChange` prop (#1578) @DanailH
|
|
2177
2480
|
- 🐞 Bugfixes
|
|
@@ -2196,7 +2499,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
2196
2499
|
|
|
2197
2500
|
#### Changes
|
|
2198
2501
|
|
|
2199
|
-
- [DataGrid] Add Turkish (
|
|
2502
|
+
- [DataGrid] Add Turkish (tr-TR) locale (#1526) @simsek97
|
|
2200
2503
|
- [DataGrid] Add `onColumnVisibilityChange` prop (#1578) @DanailH
|
|
2201
2504
|
- [DataGrid] Fix date input crash (#1570) @dtassone
|
|
2202
2505
|
- [DataGrid] Fix resulted filter data shows blank screen during pagination (#1571) @ZeeshanTamboli
|
|
@@ -2219,7 +2522,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
2219
2522
|
- [core] Update monorepo (#1530) @oliviertassinari
|
|
2220
2523
|
- [core] Increase timeout on jsdom (#1532) @oliviertassinari
|
|
2221
2524
|
|
|
2222
|
-
## [4.0.0-alpha.27](https://github.com/mui
|
|
2525
|
+
## [4.0.0-alpha.27](https://github.com/mui/mui-x/compare/v4.0.0-alpha.26...v4.0.0-alpha.27)
|
|
2223
2526
|
|
|
2224
2527
|
_Apr 30, 2021_
|
|
2225
2528
|
|
|
@@ -2228,8 +2531,8 @@ Big thanks to the 9 contributors who made this release possible. Here are some h
|
|
|
2228
2531
|
- 🎁 Add getRowClassName prop (#1448) @m4theushw
|
|
2229
2532
|
- ⚡️ Drop support for Node v10 (#1499) @ZeeshanTamboli
|
|
2230
2533
|
- ♿ Make checkbox focusable (#1421) @dtassone
|
|
2231
|
-
- 🇮🇹 Add
|
|
2232
|
-
- 🇷🇺 Add
|
|
2534
|
+
- 🇮🇹 Add it-IT locale (#1446) @profcav
|
|
2535
|
+
- 🇷🇺 Add ru-RU locale (#1449) @Lukin
|
|
2233
2536
|
- 🐞 Bugfixes
|
|
2234
2537
|
|
|
2235
2538
|
### @material-ui/x-grid@v4.0.0-alpha.27 / @material-ui/data-grid@v4.0.0-alpha.27
|
|
@@ -2267,12 +2570,12 @@ Big thanks to the 9 contributors who made this release possible. Here are some h
|
|
|
2267
2570
|
|
|
2268
2571
|
#### Changes
|
|
2269
2572
|
|
|
2270
|
-
- [DataGrid] Add Italian (
|
|
2271
|
-
- [DataGrid] Add Russian (
|
|
2573
|
+
- [DataGrid] Add Italian (it-IT) locale (#1446) @profcav
|
|
2574
|
+
- [DataGrid] Add Russian (ru-RU) locale (#1449) @Lukin
|
|
2272
2575
|
- [DataGrid] Add getRowClassName prop (#1448) @m4theushw
|
|
2273
2576
|
- [DataGrid] Add support for `classes` prop (#1450) @ZeeshanTamboli
|
|
2274
2577
|
- [DataGrid] Allow to customize the overlay when there're no filtered rows (#1445) @m4theushw
|
|
2275
|
-
- [DataGrid] Correct quantities
|
|
2578
|
+
- [DataGrid] Correct quantities pl-PL (#1487) @Chriserus
|
|
2276
2579
|
- [DataGrid] Fix autoPageSize with small dataset (#1505) @dtassone
|
|
2277
2580
|
- [DataGrid] Fix delete key for uneditable cells (#1497) @dtassone
|
|
2278
2581
|
- [DataGrid] Fix invalid translation key (#1504) @DanailH
|
|
@@ -2298,7 +2601,7 @@ Big thanks to the 9 contributors who made this release possible. Here are some h
|
|
|
2298
2601
|
- [test] Remove jest (#1467) @dependabot-preview
|
|
2299
2602
|
- [test] Run more tests in jsdom (#1361) @oliviertassinari
|
|
2300
2603
|
|
|
2301
|
-
## [4.0.0-alpha.26](https://github.com/mui
|
|
2604
|
+
## [4.0.0-alpha.26](https://github.com/mui/mui-x/compare/v4.0.0-alpha.25...v4.0.0-alpha.26)
|
|
2302
2605
|
|
|
2303
2606
|
_Apr 22, 2021_
|
|
2304
2607
|
|
|
@@ -2315,7 +2618,7 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
2315
2618
|
### @material-ui/x-grid@v4.0.0-alpha.26 / @material-ui/data-grid@v4.0.0-alpha.26
|
|
2316
2619
|
|
|
2317
2620
|
- [DataGrid] Add support for Editable cells (#1287) @dtassone
|
|
2318
|
-
- [DataGrid] Add Ukrainian (
|
|
2621
|
+
- [DataGrid] Add Ukrainian (uk-UA) locale (#1418) @Neonin
|
|
2319
2622
|
- [DataGrid] Fix 'Hide' menu item with `disableColumnSelector` (#1429) @ZeeshanTamboli
|
|
2320
2623
|
- [DataGrid] Fix reset of virtualPage (#1451) @dtassone
|
|
2321
2624
|
- [DataGrid] Fix support for falsy value from valueFormatter (#1425) @zj9495
|
|
@@ -2335,7 +2638,7 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
2335
2638
|
|
|
2336
2639
|
This infrastructure relies on Playwright to control Chrome with the end-to-end API. It differentiates from our current end-to-end tests by running outside of the browser (Karma runs inside). It's slower and doesn't have a great DX, but it allows to test things like the <kbd>Tab</kbd> behavior.
|
|
2337
2640
|
|
|
2338
|
-
## [4.0.0-alpha.25](https://github.com/mui
|
|
2641
|
+
## [4.0.0-alpha.25](https://github.com/mui/mui-x/compare/v4.0.0-alpha.24...v4.0.0-alpha.25)
|
|
2339
2642
|
|
|
2340
2643
|
_Apr 14, 2021_
|
|
2341
2644
|
|
|
@@ -2411,16 +2714,16 @@ export interface GridFilterModelParams {
|
|
|
2411
2714
|
- [core] Variable convention (#1397) @oliviertassinari
|
|
2412
2715
|
- [license] Use a global storage rather than a module singleton (#1384) @oliviertassinari
|
|
2413
2716
|
|
|
2414
|
-
## [4.0.0-alpha.24](https://github.com/mui
|
|
2717
|
+
## [4.0.0-alpha.24](https://github.com/mui/mui-x/compare/v4.0.0-alpha.23...v4.0.0-alpha.24)
|
|
2415
2718
|
|
|
2416
2719
|
_Apr 2, 2021_
|
|
2417
2720
|
|
|
2418
2721
|
Big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
2419
2722
|
|
|
2420
|
-
- 🇬🇷 Add
|
|
2421
|
-
- 🇪🇸 Add
|
|
2422
|
-
- 🇯🇵 Add
|
|
2423
|
-
- 🇳🇱 Add
|
|
2723
|
+
- 🇬🇷 Add el-GR locale (#1275) @clytras
|
|
2724
|
+
- 🇪🇸 Add es-ES locale (#1286) @WiXSL
|
|
2725
|
+
- 🇯🇵 Add ja-JP locale (#1283) @seed-of-apricot
|
|
2726
|
+
- 🇳🇱 Add nl-NL locale (#1273) @wimdetroyer
|
|
2424
2727
|
- 🐞 Bugfixes
|
|
2425
2728
|
|
|
2426
2729
|
### @material-ui/x-grid@v4.0.0-alpha.24 / @material-ui/data-grid@v4.0.0-alpha.24
|
|
@@ -2450,7 +2753,7 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
2450
2753
|
|
|
2451
2754
|
- [core] Batch small changes (#1310) @oliviertassinari
|
|
2452
2755
|
|
|
2453
|
-
## [4.0.0-alpha.23](https://github.com/mui
|
|
2756
|
+
## [4.0.0-alpha.23](https://github.com/mui/mui-x/compare/v4.0.0-alpha.22...v4.0.0-alpha.23)
|
|
2454
2757
|
|
|
2455
2758
|
_Mar 22, 2021_
|
|
2456
2759
|
|
|
@@ -2462,13 +2765,13 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
2462
2765
|
See the documentation for [more details](https://mui.com/components/data-grid/rows/#infinite-loading).
|
|
2463
2766
|
|
|
2464
2767
|
- 🕹 Provide the ability to sort by multiple columns using Shift+click (#1203) @dtassone
|
|
2465
|
-
- 🇵🇱 Added
|
|
2768
|
+
- 🇵🇱 Added pl-PL locale (#1117) @LarsKumbier
|
|
2466
2769
|
- ⚡️ Edit cell accessibility (#1205) @dtassone
|
|
2467
2770
|
- 🐞 Bugfixes
|
|
2468
2771
|
|
|
2469
2772
|
### @material-ui/x-grid@v4.0.0-alpha.23 / @material-ui/data-grid@v4.0.0-alpha.23
|
|
2470
2773
|
|
|
2471
|
-
- [DataGrid] Add
|
|
2774
|
+
- [DataGrid] Add pl-PL locale (#1274) @michallukowski
|
|
2472
2775
|
- [DataGrid] Add onRowsScrollEnd to support infinite loading (#1199) @DanailH
|
|
2473
2776
|
- [DataGrid] Edit Cell Navigation (#1205) @dtassone
|
|
2474
2777
|
- [DataGrid] Fix Popper z-index (#1240) @m4theushw
|
|
@@ -2488,7 +2791,7 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
2488
2791
|
- [core] No top-level imports (#1257) @oliviertassinari
|
|
2489
2792
|
- [core] Remove dead code (#1259) @oliviertassinari
|
|
2490
2793
|
|
|
2491
|
-
## [4.0.0-alpha.22](https://github.com/mui
|
|
2794
|
+
## [4.0.0-alpha.22](https://github.com/mui/mui-x/compare/v4.0.0-alpha.21...v4.0.0-alpha.22)
|
|
2492
2795
|
|
|
2493
2796
|
_Mar 9, 2021_
|
|
2494
2797
|
|
|
@@ -2496,13 +2799,13 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
2496
2799
|
|
|
2497
2800
|
- 🎁 Implement base foundation for editing a cell (#1025) @dtassone.
|
|
2498
2801
|
This is the foundation on which the feature will be built. Currently, the newly added methods aren't yet ready for being used. This feature will be available in the coming weeks.
|
|
2499
|
-
- 🇩🇪 Added
|
|
2802
|
+
- 🇩🇪 Added de-DE locale (#1117) @LarsKumbier
|
|
2500
2803
|
- 📜 Fix scrollbar related issue (#1146) @dtassone
|
|
2501
2804
|
- 🐛 Handle commas in cell values when doing CSV export (#1154) @DanailH
|
|
2502
2805
|
|
|
2503
2806
|
### @material-ui/x-grid@v4.0.0-alpha.22 / @material-ui/data-grid@v4.0.0-alpha.22
|
|
2504
2807
|
|
|
2505
|
-
- [DataGrid] Add
|
|
2808
|
+
- [DataGrid] Add de-DE locale (#1117) @LarsKumbier
|
|
2506
2809
|
- [DataGrid] Fix scrollbar on autopageSize (#1146) @dtassone
|
|
2507
2810
|
- [DataGrid] Fix handling of special chars when doing CSV export (#1154) @DanailH
|
|
2508
2811
|
- [DataGrid] Implement base foundation for editing a cell (#1025) @dtassone
|
|
@@ -2522,7 +2825,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
2522
2825
|
- [core] Output warnings in the rendered components (#1153) @oliviertassinari
|
|
2523
2826
|
- [core] Update to the HEAD of the monorepo (#1138) @oliviertassinari
|
|
2524
2827
|
|
|
2525
|
-
## [4.0.0-alpha.21](https://github.com/mui
|
|
2828
|
+
## [4.0.0-alpha.21](https://github.com/mui/mui-x/compare/v4.0.0-alpha.20...v4.0.0-alpha.21)
|
|
2526
2829
|
|
|
2527
2830
|
_Feb 27, 2021_
|
|
2528
2831
|
|
|
@@ -2543,13 +2846,13 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
2543
2846
|
- [DataGrid] Prefix all public API to fit into the global Material-UI namespace (#1069) @DanailH
|
|
2544
2847
|
This change gets the data grid one step closer to a stable release. It allows the data grid to fit into the global namespace of Material-UI. All the exported modules should have a unique name. It allows the search features, in Google, in the docs, and in the codebase to work effectively and efficiently.
|
|
2545
2848
|
|
|
2546
|
-
For the mirgration, prefixing a broken import with "grid" is often enough. In the case it's not working, head to the pull request's description. It [details all the changes](https://github.com/mui
|
|
2849
|
+
For the mirgration, prefixing a broken import with "grid" is often enough. In the case it's not working, head to the pull request's description. It [details all the changes](https://github.com/mui/mui-x/pull/1069).
|
|
2547
2850
|
|
|
2548
2851
|
#### Changes
|
|
2549
2852
|
|
|
2550
|
-
- [DataGrid] Add
|
|
2853
|
+
- [DataGrid] Add fr-FR locale (#1079) @oliviertassinari
|
|
2551
2854
|
- [DataGrid] Add missing TablePagination localizations (#1109) @DanailH
|
|
2552
|
-
- [DataGrid] Add
|
|
2855
|
+
- [DataGrid] Add pt-BR locale (#1077) @erikian
|
|
2553
2856
|
- [DataGrid] Fix checked checkbox when empty rows (#1068) @bigandy
|
|
2554
2857
|
- [DataGrid] Fix issue with visible rows state (#1113) @dtassone
|
|
2555
2858
|
- [DataGrid] Fix last row (#1071) @dtassone
|
|
@@ -2575,7 +2878,7 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
|
|
|
2575
2878
|
- [test] Improve BrowserStack configuration (#1100) @oliviertassinari
|
|
2576
2879
|
- [test] Speed-up rebuild in Karma (#1064) @oliviertassinari
|
|
2577
2880
|
|
|
2578
|
-
## [4.0.0-alpha.20](https://github.com/mui
|
|
2881
|
+
## [4.0.0-alpha.20](https://github.com/mui/mui-x/compare/v4.0.0-alpha.19...v4.0.0-alpha.20)
|
|
2579
2882
|
|
|
2580
2883
|
_Feb 17, 2021_
|
|
2581
2884
|
|
|
@@ -2637,7 +2940,7 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
|
|
|
2637
2940
|
|
|
2638
2941
|
#### Changes
|
|
2639
2942
|
|
|
2640
|
-
- [DataGrid] Add
|
|
2943
|
+
- [DataGrid] Add bg-BG locale (#983) @DanailH
|
|
2641
2944
|
- [DataGrid] Add last of the missing translations (#1033) @DanailH
|
|
2642
2945
|
- [DataGrid] Add support for default props from theme (#1019) @DanailH
|
|
2643
2946
|
- [DataGrid] Fix controllable filters and select all rows with filters (#1020) @dtassone
|
|
@@ -2664,9 +2967,9 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
|
|
|
2664
2967
|
- [test] Increase yarn timeout (#1023) @oliviertassinari
|
|
2665
2968
|
- [test] Link CircleCI URL in BS (#1060) @oliviertassinari
|
|
2666
2969
|
|
|
2667
|
-
## [4.0.0-alpha.19](https://github.com/mui
|
|
2970
|
+
## [4.0.0-alpha.19](https://github.com/mui/mui-x/compare/v4.0.0-alpha.18...v4.0.0-alpha.19)
|
|
2668
2971
|
|
|
2669
|
-
|
|
2972
|
+
_Feb 5, 2021_
|
|
2670
2973
|
|
|
2671
2974
|
Big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
2672
2975
|
|
|
@@ -2707,9 +3010,9 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
2707
3010
|
- [core] Improve prop-types handling (#978) @oliviertassinari
|
|
2708
3011
|
- [core] Investigate bundle size (#954) @oliviertassinari
|
|
2709
3012
|
|
|
2710
|
-
## [4.0.0-alpha.18](https://github.com/mui
|
|
3013
|
+
## [4.0.0-alpha.18](https://github.com/mui/mui-x/compare/v4.0.0-alpha.17...v4.0.0-alpha.18)
|
|
2711
3014
|
|
|
2712
|
-
|
|
3015
|
+
_Jan 26, 2021_
|
|
2713
3016
|
|
|
2714
3017
|
Big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
2715
3018
|
|
|
@@ -2720,7 +3023,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
2720
3023
|
The first prop allows to swapping specific components used in slots the grid, like the checkboxes.
|
|
2721
3024
|
The second one allows providing extra props to each slot. It avoids the need for using the React context to access information from outside the data grid.
|
|
2722
3025
|
|
|
2723
|
-
See the [RFC](https://github.com/mui
|
|
3026
|
+
See the [RFC](https://github.com/mui/material-ui/issues/21453) for more details.
|
|
2724
3027
|
|
|
2725
3028
|
- 🐛 Polish existing features, fix 3 issues.
|
|
2726
3029
|
|
|
@@ -2794,9 +3097,9 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
2794
3097
|
- [core] Replace commander with yargs (#872) @dependabot-preview
|
|
2795
3098
|
- [core] Update monorepo (#884) @oliviertassinari
|
|
2796
3099
|
|
|
2797
|
-
## [4.0.0-alpha.17](https://github.com/mui
|
|
3100
|
+
## [4.0.0-alpha.17](https://github.com/mui/mui-x/compare/v4.0.0-alpha.15...v4.0.0-alpha.17)
|
|
2798
3101
|
|
|
2799
|
-
|
|
3102
|
+
_Jan 14, 2021_
|
|
2800
3103
|
|
|
2801
3104
|
Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
2802
3105
|
|
|
@@ -2824,9 +3127,9 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
|
|
|
2824
3127
|
|
|
2825
3128
|
- [core] Add tests for Column selector feature (#845) @DanailH
|
|
2826
3129
|
|
|
2827
|
-
## [4.0.0-alpha.15](https://github.com/mui
|
|
3130
|
+
## [4.0.0-alpha.15](https://github.com/mui/mui-x/compare/v4.0.0-alpha.14...v4.0.0-alpha.15)
|
|
2828
3131
|
|
|
2829
|
-
|
|
3132
|
+
_Jan 7, 2021_
|
|
2830
3133
|
|
|
2831
3134
|
Big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
2832
3135
|
|
|
@@ -2847,9 +3150,9 @@ Big thanks to the 2 contributors who made this release possible. Here are some h
|
|
|
2847
3150
|
- [core] Batch small changes (#800) @oliviertassinari
|
|
2848
3151
|
- [CHANGELOG] Use the format of the main repository @oliviertassinari
|
|
2849
3152
|
|
|
2850
|
-
## [4.0.0-alpha.14](https://github.com/mui
|
|
3153
|
+
## [4.0.0-alpha.14](https://github.com/mui/mui-x/compare/v4.0.0-alpha.13...v4.0.0-alpha.14)
|
|
2851
3154
|
|
|
2852
|
-
|
|
3155
|
+
_Dec 31, 2020_
|
|
2853
3156
|
|
|
2854
3157
|
Big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
2855
3158
|
|
|
@@ -2881,9 +3184,9 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
2881
3184
|
- [test] We don't need to wait 100ms (#773) @oliviertassinari
|
|
2882
3185
|
- [core] Remove useless clone (#757) @oliviertassinari
|
|
2883
3186
|
|
|
2884
|
-
## [4.0.0-alpha.13](https://github.com/mui
|
|
3187
|
+
## [4.0.0-alpha.13](https://github.com/mui/mui-x/compare/v4.0.0-alpha.12...v4.0.0-alpha.13)
|
|
2885
3188
|
|
|
2886
|
-
|
|
3189
|
+
_Dec 16, 2020_
|
|
2887
3190
|
|
|
2888
3191
|
Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
2889
3192
|
|
|
@@ -2910,9 +3213,9 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
|
|
|
2910
3213
|
- [test] Split data grid tests in multiple files (#722) @dtassone
|
|
2911
3214
|
- [test] Add tests for DataGrid filtering feature (#715) @dtassone
|
|
2912
3215
|
|
|
2913
|
-
## [4.0.0-alpha.12](https://github.com/mui
|
|
3216
|
+
## [4.0.0-alpha.12](https://github.com/mui/mui-x/compare/v4.0.0-alpha.11...v4.0.0-alpha.12)
|
|
2914
3217
|
|
|
2915
|
-
|
|
3218
|
+
_Dec 9, 2020_
|
|
2916
3219
|
|
|
2917
3220
|
Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
2918
3221
|
|
|
@@ -2947,9 +3250,9 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
2947
3250
|
- [test] Add regression test (#705) @oliviertassinari
|
|
2948
3251
|
- [test] Allow running all the tests in strict mode (#684) @oliviertassinari
|
|
2949
3252
|
|
|
2950
|
-
## [4.0.0-alpha.11](https://github.com/mui
|
|
3253
|
+
## [4.0.0-alpha.11](https://github.com/mui/mui-x/compare/v4.0.0-alpha.10...v4.0.0-alpha.11)
|
|
2951
3254
|
|
|
2952
|
-
|
|
3255
|
+
_Dec 2, 2020_
|
|
2953
3256
|
|
|
2954
3257
|
Big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
2955
3258
|
|
|
@@ -3005,9 +3308,9 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
3005
3308
|
- [core] Replace Storybook knobs for args (#601) @tooppaaa
|
|
3006
3309
|
- [core] Update to Material-UI v4.11.1 (#636) @oliviertassinari
|
|
3007
3310
|
|
|
3008
|
-
## [4.0.0-alpha.10](https://github.com/mui
|
|
3311
|
+
## [4.0.0-alpha.10](https://github.com/mui/mui-x/compare/v4.0.0-alpha.9...v4.0.0-alpha.10)
|
|
3009
3312
|
|
|
3010
|
-
|
|
3313
|
+
_Nov 20, 2020_
|
|
3011
3314
|
|
|
3012
3315
|
### @material-ui/x-grid@v4.0.0-alpha.10 / @material-ui/data-grid@v4.0.0-alpha.10
|
|
3013
3316
|
|
|
@@ -3027,9 +3330,9 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
3027
3330
|
- [core] Fix yarn prettier write @oliviertassinari
|
|
3028
3331
|
- [test] Share karma setup (#576) @oliviertassinari
|
|
3029
3332
|
|
|
3030
|
-
## [4.0.0-alpha.9](https://github.com/mui
|
|
3333
|
+
## [4.0.0-alpha.9](https://github.com/mui/mui-x/compare/v4.0.0-alpha.8...v4.0.0-alpha.9)
|
|
3031
3334
|
|
|
3032
|
-
|
|
3335
|
+
_Nov 9, 2020_
|
|
3033
3336
|
|
|
3034
3337
|
### @material-ui/x-grid@v4.0.0-alpha.9 / @material-ui/data-grid@v4.0.0-alpha.9
|
|
3035
3338
|
|
|
@@ -3065,9 +3368,9 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
3065
3368
|
- [core] Disable generation of changelogs @oliviertassinari
|
|
3066
3369
|
- [test] Karma should fail if errors are thrown (#543) @oliviertassinari
|
|
3067
3370
|
|
|
3068
|
-
## [4.0.0-alpha.8](https://github.com/mui
|
|
3371
|
+
## [4.0.0-alpha.8](https://github.com/mui/mui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8)
|
|
3069
3372
|
|
|
3070
|
-
|
|
3373
|
+
_Oct 23, 2020_
|
|
3071
3374
|
|
|
3072
3375
|
### @material-ui/x-grid@v4.0.0-alpha.8 / @material-ui/data-grid@v4.0.0-alpha.8
|
|
3073
3376
|
|
|
@@ -3082,9 +3385,9 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
3082
3385
|
- [core] Remove usage of LESS (#467) @dependabot-preview
|
|
3083
3386
|
- [core] Update to the latest version of the main repo (#456) @oliviertassinari
|
|
3084
3387
|
|
|
3085
|
-
## [4.0.0-alpha.7](https://github.com/mui
|
|
3388
|
+
## [4.0.0-alpha.7](https://github.com/mui/mui-x/compare/v4.0.0-alpha.6...v4.0.0-alpha.7)
|
|
3086
3389
|
|
|
3087
|
-
|
|
3390
|
+
_Oct 19, 2020_
|
|
3088
3391
|
|
|
3089
3392
|
### @material-ui/x-grid@v4.0.0-alpha.7 / @material-ui/data-grid@v4.0.0-alpha.7
|
|
3090
3393
|
|
|
@@ -3111,9 +3414,9 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
3111
3414
|
- [test] Add missing types linting for x-grid (#357) @oliviertassinari
|
|
3112
3415
|
- [test] Run the karma tests in browserstack (#316) @oliviertassinari
|
|
3113
3416
|
|
|
3114
|
-
## [4.0.0-alpha.6](https://github.com/mui
|
|
3417
|
+
## [4.0.0-alpha.6](https://github.com/mui/mui-x/compare/v4.0.0-alpha.2...v4.0.0-alpha.6)
|
|
3115
3418
|
|
|
3116
|
-
|
|
3419
|
+
_Sep 25, 2020_
|
|
3117
3420
|
|
|
3118
3421
|
### @material-ui/x-grid@v4.0.0-alpha.6 / @material-ui/data-grid@v4.0.0-alpha.6
|
|
3119
3422
|
|
|
@@ -3128,15 +3431,15 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
|
|
|
3128
3431
|
- [docs] Fix layout jump issue (#338) @oliviertassinari
|
|
3129
3432
|
- [docs] Fix short description warning (#302) @oliviertassinari
|
|
3130
3433
|
|
|
3131
|
-
## [4.0.0-alpha.2](https://github.com/mui
|
|
3434
|
+
## [4.0.0-alpha.2](https://github.com/mui/mui-x/compare/v4.0.0-alpha.1...v4.0.0-alpha.2)
|
|
3132
3435
|
|
|
3133
|
-
|
|
3436
|
+
_Sep 18, 2020_
|
|
3134
3437
|
|
|
3135
3438
|
- [DataGrid] Fix wrongly exported types (#298) @dtassone
|
|
3136
3439
|
|
|
3137
|
-
## [4.0.0-alpha.1](https://github.com/mui
|
|
3440
|
+
## [4.0.0-alpha.1](https://github.com/mui/mui-x/compare/v0.1.67...v4.0.0-alpha.1)
|
|
3138
3441
|
|
|
3139
|
-
|
|
3442
|
+
_Sep 17, 2020_
|
|
3140
3443
|
|
|
3141
3444
|
This is the first public alpha release of the component after 6 months of development since the initial commit (March 15th 2020).
|
|
3142
3445
|
`@material-ui/data-grid` is licensed under MIT while `@material-ui/x-grid` is licensed under a commercial license.
|