You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ We'd like to offer a big thanks to the 14 contributors who made this release pos
121
121
122
122
- 💫 Support [Row spanning](https://mui.com/x/react-data-grid/row-spanning/) on the Data Grid that automatically merges the consecutive cells in a column based on the cell value
@@ -4167,7 +4167,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
4167
4167
4168
4168
- The clipboard related exports `ignoreValueFormatterDuringExport` and `splitClipboardPastedText` are no longer prefixed with `unstable_`.
4169
4169
4170
-
- The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the `DataGrid` exports. Use the [`filterDebounceMs`](https://next.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
4170
+
- The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the Data Grid exports. Use the [`filterDebounceMs`](https://next.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
4171
4171
4172
4172
- The `slots.preferencesPanel` slot and the `slotProps.preferencesPanel` prop were removed. Use `slots.panel` and `slotProps.panel` instead.
4173
4173
@@ -4879,7 +4879,7 @@ A special shoutout to thank the 12 contributors who made this release possible.
4879
4879
- 🚀 First v7 alpha release
4880
4880
- ✨ Fix aggregation label not showing when `renderHeader` is used (#10961) @cherniavskii
4881
4881
- 📘 Server side data source [early documentation](https://mui.com/x/react-data-grid/server-side-data/)
4882
-
- 💫 New recipes added for the data grid
4882
+
- 💫 New recipes added for the Data Grid
4883
4883
- 📈 `<ChartsReferenceLine />` component is now available
Copy file name to clipboardexpand all lines: changelogOld/CHANGELOG.v4.md
+29-29
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
_Aug 27, 2021_
6
6
7
-
🎉 This is the first stable release of the data grid component 🎉!
7
+
🎉 This is the first stable release of the Data Grid component 🎉!
8
8
9
9
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/x/react-data-grid/editing/#row-editing) feature, many bug fixes, and polishing of the documentation, we believe the component is ready for a stable release.
10
10
@@ -17,7 +17,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
- ⚡️ Rename the `XGrid` component to `DataGridPro` (#2382) @m4theushw
20
+
- ⚡️ Rename the `XGrid` component to Data Grid Pro (#2382) @m4theushw
21
21
22
22
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.
23
23
The Pro suffix should help make it clear what's MIT and what's not.
@@ -27,13 +27,13 @@ A big thanks to the 6 contributors who made this release possible. Here are some
27
27
This is part of the ongoing rebranding of the project and company. Material UI is our current official company name, however, we are going to change it. It's too long to write, read, and pronounce; and it is too closely associated with Material Design.
28
28
In the near future, the whole company is moving to MUI and https://mui.com/.
29
29
30
-
- 💡 The `api` property was removed from the callback params. To access the API, use the `DataGridPro` (#2312) @DanailH
30
+
- 💡 The `api` property was removed from the callback params. To access the API, use the Data Grid Pro (#2312) @DanailH
-[docs] Improve the data grid components page (#1382) @dtassone
980
+
-[docs] Improve the Data Grid components page (#1382) @dtassone
981
981
-[docs] Refine the descriptions to be clearer (#1589) @oliviertassinari
982
982
-[docs] Reshuffle columns and rows styling sections (#1622) @DanailH
983
983
@@ -1110,14 +1110,14 @@ Big thanks to the 9 contributors who made this release possible. Here are some h
1110
1110
1111
1111
-[docs] Add missing filterModel prop in /api/ (#1518) @imsuvesh
1112
1112
-[docs] Better document how to disable row selection (#1510) @ZeeshanTamboli
1113
-
-[docs] Fix data grid feature comparison (#1516) @imsuvesh
1113
+
-[docs] Fix Data Grid feature comparison (#1516) @imsuvesh
1114
1114
-[docs] Fix typos (#1447) @ZeeshanTamboli
1115
1115
-[docs] No ads for commercial license (#1489) @oliviertassinari
1116
1116
1117
1117
### Core
1118
1118
1119
1119
-[core] Label our packages as side effect free (#1466) @oliviertassinari
1120
-
-[core] Reduce work in data grid (#1520) @oliviertassinari
1120
+
-[core] Reduce work in Data Grid (#1520) @oliviertassinari
1121
1121
-[core] Remove React.FC (#1436) @ZeeshanTamboli
1122
1122
-[license] No need to test the location (#1488) @oliviertassinari
1123
1123
-[test] Improve test coverage of roving tabindex (#1459) @oliviertassinari
@@ -1369,7 +1369,7 @@ Big thanks to the 7 contributors who made this release possible. Here are some h
1369
1369
#### Breaking changes
1370
1370
1371
1371
-[DataGrid] Prefix all public API to fit into the global Material UI namespace (#1069) @DanailH
1372
-
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.
1372
+
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.
1373
1373
1374
1374
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).
1375
1375
@@ -1410,9 +1410,9 @@ _Feb 17, 2021_
1410
1410
Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
1411
1411
1412
1412
- 📍 Add support for default locales (#983) @DanailH
1413
-
We have built the infrastructure to support around 100 [default locales](https://mui.com/x/react-data-grid/localization/#supported-locales). If you have localized the data grid in your application. Please do consider contributing new translations back to Material UI by opening a pull request.
1413
+
We have built the infrastructure to support around 100 [default locales](https://mui.com/x/react-data-grid/localization/#supported-locales). If you have localized the Data Grid in your application. Please do consider contributing new translations back to Material UI by opening a pull request.
1414
1414
- 🎁 Add new `selectionModel` prop (#986) @dtassone
1415
-
The prop can be used to control the selected rows in the data grid. [See the docs](https://v4.mui.com/components/data-grid/selection/#controlled-selection).
1415
+
The prop can be used to control the selected rows in the Data Grid. [See the docs](https://v4.mui.com/components/data-grid/selection/#controlled-selection).
1416
1416
- 💅 Add support for default props from theme (#1019) @DanailH
1417
1417
- 🙌 Fix scrollbar size on windows (#1061) @dtassone
1418
1418
- 🐛 Polish existing features, fix 9 issues.
@@ -1482,7 +1482,7 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
1482
1482
1483
1483
### Docs
1484
1484
1485
-
-[docs] Add code snippet for localization docs in the data grid (#1024) @DanailH
1485
+
-[docs] Add code snippet for localization docs in the Data Grid (#1024) @DanailH
1486
1486
-[docs] Fix usage of the wrong type (#1062) @oliviertassinari
1487
1487
-[docs] Reduce fears around license upfront @oliviertassinari
1488
1488
-[docs] Update streaming docs (#1013) @dtassone
@@ -1503,7 +1503,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
1503
1503
- 🎁 Add getRowId prop (#972) @dtassone
1504
1504
- 🚀 Add streaming delete row API (#980) @dtassone
1505
1505
- 💅 Fix autoHeight (#940) @oliviertassinari
1506
-
- 🙌 Enable the data grid to work under strict mode (#933) @dtassone
1506
+
- 🙌 Enable the Data Grid to work under strict mode (#933) @dtassone
1507
1507
- ⚡️ Add component slots for toolbar and preference panel (#971) @DanailH
1508
1508
- 🐛 Polish existing features, fix 9 issues.
1509
1509
@@ -1544,11 +1544,11 @@ _Jan 26, 2021_
1544
1544
Big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
1545
1545
1546
1546
- 🎁 Add support for Material UI v5-alpha (#855) @DanailH.
1547
-
The data grid supports Material UI v4 and v5. We aim to retain the support for v4 as long as v5 hasn't reached the beta phase.
1547
+
The Data Grid supports Material UI v4 and v5. We aim to retain the support for v4 as long as v5 hasn't reached the beta phase.
1548
1548
- 💅 Update the customization API to be closer to Material UI v5.
1549
-
The data grid accepts two props: `components` and `componentsProps`.
1549
+
The Data Grid accepts two props: `components` and `componentsProps`.
1550
1550
The first prop allows to swapping specific components used in slots the grid, like the checkboxes.
1551
-
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.
1551
+
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.
1552
1552
1553
1553
See the [RFC](https://github.com/mui/material-ui/issues/21453) for more details.
1554
1554
@@ -1647,7 +1647,7 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
1647
1647
1648
1648
### Docs
1649
1649
1650
-
-[docs] Add docs for data grid column selector (#837) @DanailH
1650
+
-[docs] Add docs for Data Grid column selector (#837) @DanailH
1651
1651
-[docs] Clarify feature split between Pro and Premium (#779) @oliviertassinari
1652
1652
1653
1653
### Core
@@ -1685,7 +1685,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
1685
1685
1686
1686
- 🌎 Add support for internationalization (#718) @DanailH
1687
1687
1688
-
You can use the `localeText` prop to provide custom wordings in the data grid.
1688
+
You can use the `localeText` prop to provide custom wordings in the Data Grid.
1689
1689
Check the documentation for [a demo](https://mui.com/x/react-data-grid/localization/#translation-keys).
1690
1690
1691
1691
- 📚 Start documenting the filtering feature 🧪 (#754) @dtassone
@@ -1703,7 +1703,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
1703
1703
### Docs
1704
1704
1705
1705
-[docs] Polish docs (#778) @oliviertassinari
1706
-
-[docs] Start documentation for the data grid filter features (#754) @dtassone
1706
+
-[docs] Start documentation for the Data Grid filter features (#754) @dtassone
1707
1707
-[docs] Sync with docs to fix images (#776) @oliviertassinari
1708
1708
1709
1709
### Core
@@ -1718,7 +1718,7 @@ _Dec 16, 2020_
1718
1718
Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
1719
1719
1720
1720
- 🐛 Fix bugs from recently released features.
1721
-
- 🧪 Continue the iteration on the data grid filtering feature, soon to be released @dtassone.
1721
+
- 🧪 Continue the iteration on the Data Grid filtering feature, soon to be released @dtassone.
0 commit comments