Add changelog entry for the GridFieldLazyLoader.

This commit is contained in:
Maxime Rainville 2018-10-09 17:31:23 +13:00
parent fdb53311ba
commit 0b5a654d73

View File

@ -6,6 +6,7 @@
- `DataList`, `ArrayList` and `UnsavedRalationList` all have `columnUnique()` method for fetching distinct column values
- Take care with `stageChildren()` overrides. `Hierarchy::numChildren() ` results will only make use of `stageChildren()` customisations that are applied to the base class and don't include record-specific behaviour.
- New React-based search UI for the CMS, Asset-Admin, GridFields and ModelAdmins.
- A new `GridFieldLazyLoader` component can be added to `GridField`. This will delay the fetching of data until the user access the container Tab of the GridField.
## Upgrading {#upgrading}