Skip to content

Commit add0c95

Browse files
[docs] Capitalize all instances of "Data Grid" (#14884)
1 parent 68d4b75 commit add0c95

File tree

83 files changed

+287
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+287
-287
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ We'd like to offer a big thanks to the 14 contributors who made this release pos
121121

122122
- 💫 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
123123

124-
<img width="600" src="https://github.com/user-attachments/assets/d32ec936-d238-4c92-9e1a-af6788d74cdf" alt="data grid row spanning" />
124+
<img width="600" src="https://github.com/user-attachments/assets/d32ec936-d238-4c92-9e1a-af6788d74cdf" alt="Data Grid row spanning" />
125125

126126
- ⏰ Support `date-fns` v4 (#14673) @LukasTy
127127
- 🎉 Add option for Pickers to change the order of displayed years (#11780) @thomasmoon
@@ -560,7 +560,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
560560
#### `@mui/[email protected]`
561561

562562
- [DataGrid] Fix CSV export for `null` and `undefined` values (#14166) @k-rajat19
563-
- [DataGrid] Fix error logged during skeleton loading with nested data grid (#14186) @KenanYusuf
563+
- [DataGrid] Fix error logged during skeleton loading with nested Data Grid (#14186) @KenanYusuf
564564
- [DataGrid] Remove needless check in `useGridStateInitialization` (#14181) @k-rajat19
565565
- [DataGrid] Add recipe for persisting filters in local storage (#14208) @cherniavskii
566566
- [l10n] Improve Vietnamese (vi-VN) locale (#14216) @hungnd-casso
@@ -1528,7 +1528,7 @@ Same changes as in `@mui/[email protected]`.
15281528
- [docs] Fix a small typo in property comment (#13245) @Janpot
15291529
- [docs] Improve the Data Grid FAQ page (#13258) @MBilalShafi
15301530
- [docs] Removes unused lines in TreeItem2 styling (#13264) @arthurbalduini
1531-
- [docs] Small improvements on accessibility data grid doc (#13233) @arthurbalduini
1531+
- [docs] Small improvements on accessibility Data Grid doc (#13233) @arthurbalduini
15321532
- [docs] Update Pickers demo configurations (#13303) @LukasTy
15331533

15341534
### Core
@@ -2127,7 +2127,7 @@ Same changes as in `@mui/[email protected]`, plus:
21272127
- [docs] Fix typo in `getItemId` prop description (#12637) @flaviendelangle
21282128
- [docs] Make the Charts `margin` usage more visible (#12591) @alexfauquette
21292129
- [docs] Match IE 11 spacing with Material UI @oliviertassinari
2130-
- [docs] Move data grid interfaces to standard API page layout (#12016) @alexfauquette
2130+
- [docs] Move Data Grid interfaces to standard API page layout (#12016) @alexfauquette
21312131
- [docs] Remove ` around @default values (#12158) @alexfauquette
21322132
- [docs] Remove `day` from the default `dayOfWeekFormatter` function params (#12644) @LukasTy
21332133
- [docs] Use `TreeItem2` for icon expansion example on `RichTreeView` (#12563) @flaviendelangle
@@ -3568,7 +3568,7 @@ Same changes as in `@mui/[email protected]`.
35683568
- [docs] Fix generated tree view API docs (#11737) @LukasTy
35693569
- [docs] Generate docs for Tree View slots (#11730) @flaviendelangle
35703570
- [docs] Improve codemod for v7 (#11650) @oliviertassinari
3571-
- [docs] Improve data grid `pageSizeOptions` prop documentation (#11682) @oliviertassinari
3571+
- [docs] Improve Data Grid `pageSizeOptions` prop documentation (#11682) @oliviertassinari
35723572
- [docs] Parse markdown on API docs demo titles (#11728) @LukasTy
35733573
- [docs] Remove the description from the `className` prop (#11693) @oliviertassinari
35743574
- [docs] Uplift `SimpleTreeView` customization examples (#11424) @noraleonte
@@ -3656,8 +3656,8 @@ Same changes as in `@mui/[email protected]`.
36563656
- [docs] Fix parsing of `x-date-pickers-pro` demo adapter imports (#11628) @LukasTy
36573657
- [docs] Improve `git diff` format @oliviertassinari
36583658
- [docs] Push up the MUI X brand (#11533) @oliviertassinari
3659-
- [docs] Remove old data grid translation files (#11646) @cherniavskii
3660-
- [docs] Improve Server-side data grid docs (#11589) @oliviertassinari
3659+
- [docs] Remove old Data Grid translation files (#11646) @cherniavskii
3660+
- [docs] Improve Server-side Data Grid docs (#11589) @oliviertassinari
36613661
- [docs] Improve charts landing page (#11570) @oliviertassinari
36623662

36633663
### Core
@@ -4167,7 +4167,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
41674167

41684168
- The clipboard related exports `ignoreValueFormatterDuringExport` and `splitClipboardPastedText` are no longer prefixed with `unstable_`.
41694169

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.
41714171

41724172
- The `slots.preferencesPanel` slot and the `slotProps.preferencesPanel` prop were removed. Use `slots.panel` and `slotProps.panel` instead.
41734173

@@ -4879,7 +4879,7 @@ A special shoutout to thank the 12 contributors who made this release possible.
48794879
- 🚀 First v7 alpha release
48804880
- ✨ Fix aggregation label not showing when `renderHeader` is used (#10961) @cherniavskii
48814881
- 📘 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
48834883
- 📈 `<ChartsReferenceLine />` component is now available
48844884
- 🌍 Add Basque (eu) locale, improve Czech (cs-CZ) and Spanish (es-ES) locales
48854885
- 🐞 Bugfixes

changelogOld/CHANGELOG.v4.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_Aug 27, 2021_
66

7-
🎉 This is the first stable release of the data grid component 🎉!
7+
🎉 This is the first stable release of the Data Grid component 🎉!
88

99
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.
1010

@@ -17,7 +17,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
1717

1818
<img src="https://user-images.githubusercontent.com/3165635/130665023-3c0730ab-502e-4da1-8bc1-d572427ad2d6.gif" width="851" height="382" alt="Row editing example" />
1919

20-
- ⚡️ Rename the `XGrid` component to `DataGridPro` (#2382) @m4theushw
20+
- ⚡️ Rename the `XGrid` component to Data Grid Pro (#2382) @m4theushw
2121

2222
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.
2323
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
2727
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.
2828
In the near future, the whole company is moving to MUI and https://mui.com/.
2929

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
3131

3232
3333

3434
#### Breaking changes
3535

36-
- [DataGrid] Move packages to `@mui` scope and rename `XGrid` to `DataGridPro` (#2341, #2382) @m4theushw @oliviertassinari
36+
- [DataGrid] Move packages to `@mui` scope and rename `XGrid` to Data Grid Pro (#2341, #2382) @m4theushw @oliviertassinari
3737
You can find in the above highlight section why we are making these name changes. You can migrate following these steps:
3838

3939
```diff
@@ -49,7 +49,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
4949
```
5050

5151
- [DataGrid] The `api` property was removed from the callback params (#2312) @DanailH
52-
To access the API, use the `DataGridPro` and get it from the new `details` param.
52+
To access the API, use the Data Grid Pro and get it from the new `details` param.
5353

5454
```diff
5555
<DataGridPro
@@ -73,7 +73,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
7373
### Docs
7474

7575
- [docs] Add `Row & Cell editing` in features list (#2396) @ZeeshanTamboli
76-
- [docs] Add redirect from `XGrid` to `DataGridPro` (#2389) @m4theushw
76+
- [docs] Add redirect from `XGrid` to Data Grid Pro (#2389) @m4theushw
7777
- [docs] Fix `onCellEditCommit` param type (#2390) @ArthurPedroti
7878
- [docs] Fix docs for `onEditRowsModelChange` prop (#2394) @ZeeshanTamboli
7979
- [docs] Fix docs links and pagination sentence (#2381) @ZeeshanTamboli
@@ -130,7 +130,7 @@ This is the last alpha release. We are moving to beta in the next release, next
130130
- [DataGrid] Drop support for @material-ui/core below 4.12.0 (#2281) @DanailH
131131
- [DataGrid] Fix when `renderCell` returns false-ish values (#2242) @siriwatknp
132132
- [DataGrid] Group events into a single enum (#2279) @flaviendelangle
133-
- [DataGrid] Improve error message if using multiple versions of data grid (#2311) @ZeeshanTamboli
133+
- [DataGrid] Improve error message if using multiple versions of Data Grid (#2311) @ZeeshanTamboli
134134
- [DataGrid] Make resized column not flexible (#2308) @flaviendelangle
135135
- [DataGrid] Merge `useGridVirtualColumns` into `useGridVirtualRows` (#2314) @m4theushw
136136
- [DataGrid] Remove dependency on x-license (#2295) @oliviertassinari
@@ -227,7 +227,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
227227

228228
### Core
229229

230-
- [core] Isolate `DataGrid` and `XGrid` (#2176) @dtassone
230+
- [core] Isolate Data Grid Pro and `XGrid` (#2176) @dtassone
231231
- [core] Move `GridFilterModel` in the models directory (#2243) @flaviendelangle
232232
- [core] Add new column internal `computedWidth` field (#2235) @flaviendelangle
233233
- [core] Use `rootProps` instead of `options` in the grid components except for `classes` (#2213) @flaviendelangle
@@ -977,7 +977,7 @@ Big thanks to the 11 contributors who made this release possible. Here are some
977977
- [docs] Clean demos components (#1681) @oliviertassinari
978978
- [docs] Fix docs demo (#1691) @dtassone
979979
- [docs] Improve Filtering page (#1671) @m4theushw
980-
- [docs] Improve the data grid components page (#1382) @dtassone
980+
- [docs] Improve the Data Grid components page (#1382) @dtassone
981981
- [docs] Refine the descriptions to be clearer (#1589) @oliviertassinari
982982
- [docs] Reshuffle columns and rows styling sections (#1622) @DanailH
983983

@@ -1110,14 +1110,14 @@ Big thanks to the 9 contributors who made this release possible. Here are some h
11101110

11111111
- [docs] Add missing filterModel prop in /api/ (#1518) @imsuvesh
11121112
- [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
11141114
- [docs] Fix typos (#1447) @ZeeshanTamboli
11151115
- [docs] No ads for commercial license (#1489) @oliviertassinari
11161116

11171117
### Core
11181118

11191119
- [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
11211121
- [core] Remove React.FC (#1436) @ZeeshanTamboli
11221122
- [license] No need to test the location (#1488) @oliviertassinari
11231123
- [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
13691369
#### Breaking changes
13701370

13711371
- [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.
13731373

13741374
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).
13751375

@@ -1410,9 +1410,9 @@ _Feb 17, 2021_
14101410
Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
14111411

14121412
- 📍 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.
14141414
- 🎁 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).
14161416
- 💅 Add support for default props from theme (#1019) @DanailH
14171417
- 🙌 Fix scrollbar size on windows (#1061) @dtassone
14181418
- 🐛 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
14821482

14831483
### Docs
14841484

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
14861486
- [docs] Fix usage of the wrong type (#1062) @oliviertassinari
14871487
- [docs] Reduce fears around license upfront @oliviertassinari
14881488
- [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
15031503
- 🎁 Add getRowId prop (#972) @dtassone
15041504
- 🚀 Add streaming delete row API (#980) @dtassone
15051505
- 💅 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
15071507
- ⚡️ Add component slots for toolbar and preference panel (#971) @DanailH
15081508
- 🐛 Polish existing features, fix 9 issues.
15091509

@@ -1544,11 +1544,11 @@ _Jan 26, 2021_
15441544
Big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
15451545

15461546
- 🎁 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.
15481548
- 💅 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`.
15501550
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.
15521552

15531553
See the [RFC](https://github.com/mui/material-ui/issues/21453) for more details.
15541554

@@ -1647,7 +1647,7 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
16471647

16481648
### Docs
16491649

1650-
- [docs] Add docs for data grid column selector (#837) @DanailH
1650+
- [docs] Add docs for Data Grid column selector (#837) @DanailH
16511651
- [docs] Clarify feature split between Pro and Premium (#779) @oliviertassinari
16521652

16531653
### Core
@@ -1685,7 +1685,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
16851685

16861686
- 🌎 Add support for internationalization (#718) @DanailH
16871687

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.
16891689
Check the documentation for [a demo](https://mui.com/x/react-data-grid/localization/#translation-keys).
16901690

16911691
- 📚 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
17031703
### Docs
17041704

17051705
- [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
17071707
- [docs] Sync with docs to fix images (#776) @oliviertassinari
17081708

17091709
### Core
@@ -1718,7 +1718,7 @@ _Dec 16, 2020_
17181718
Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
17191719

17201720
- 🐛 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.
17221722

17231723
### @material-ui/x-grid@v4.0.0-alpha.13 / @material-ui/data-grid@v4.0.0-alpha.13
17241724

@@ -1737,7 +1737,7 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
17371737
- [security] Bump ini from 1.3.5 to 1.3.7 (#719) @dependabot-preview
17381738
- [core] Update monorepository (#725) @oliviertassinari
17391739
- [test] Polish refactor (#723) @oliviertassinari
1740-
- [test] Split data grid tests in multiple files (#722) @dtassone
1740+
- [test] Split Data Grid tests in multiple files (#722) @dtassone
17411741
- [test] Add tests for DataGrid filtering feature (#715) @dtassone
17421742

17431743
## [4.0.0-alpha.12](https://github.com/mui/mui-x/compare/v4.0.0-alpha.11...v4.0.0-alpha.12)
@@ -1746,9 +1746,9 @@ _Dec 9, 2020_
17461746

17471747
Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
17481748

1749-
- 🔍 Add a new data grid [density selector](https://mui.com/x/react-data-grid/accessibility/#density) feature (#606) @DanailH.
1750-
- 💄 A first iteration on the data grid's toolbar.
1751-
- 🧪 Continue the iteration on the data grid filtering feature, soon to be released @dtassone.
1749+
- 🔍 Add a new Data Grid [density selector](https://mui.com/x/react-data-grid/accessibility/#density) feature (#606) @DanailH.
1750+
- 💄 A first iteration on the Data Grid's toolbar.
1751+
- 🧪 Continue the iteration on the Data Grid filtering feature, soon to be released @dtassone.
17521752

17531753
### @material-ui/x-grid@v4.0.0-alpha.12 / @material-ui/data-grid@v4.0.0-alpha.12
17541754

@@ -1820,9 +1820,9 @@ Big thanks to the 8 contributors who made this release possible. Here are some h
18201820

18211821
### Docs
18221822

1823-
- [docs] Data grid depends on side effects (#666) @oliviertassinari
1823+
- [docs] Data Grid depends on side effects (#666) @oliviertassinari
18241824
- [docs] Clarify the purpose of x-grid-data-generator (#634) @Elius94
1825-
- [docs] Data grid is in the lab (#612) @oliviertassinari
1825+
- [docs] Data Grid is in the lab (#612) @oliviertassinari
18261826
- [docs] Fix Demo app, downgrade webpack-cli, known issue in latest version (#647) @dtassone
18271827
- [docs] Fix typo in columns.md @stojy
18281828
- [docs] Reduce confusion on /export page (#646) @SerdarMustafa1

0 commit comments

Comments
 (0)