- First initial release
- Ensure search filters are stripped if they are null (so filtering works correctly)
- Add pagination length selection via
GridFieldConfigurablePaginator
- Add styling to fix bulk editing checkboxes
- Automatically find and convert any date/datetime fields to
Date.Nice
(and retain sorting)
- Add custom "summary snippets" to the top of a model admin plus interface
- Reduce column padding on summary snippets
- Auto convert search
TextField
s to useAutoCompleteField
- Improve resiliency of matching
AutoCompleteField
s on assotiations
- SS 4.3 supported version
- Remove autocomplete fields (as they currently don't work correctly with React)
- Re-add autocomplete support to search
- Move snippets so they become attached to a gridfield (rather than the model admin itself)
- Update templates
- Add support for
Many_Many
> Through assotiations
- Allow setting of custom search context
- Re-add css fix for bulk editing checkboxes
- Allow adding default search params to your objects model admin search context
- Fix issues viewing a single record when filtering
- Additional fixes
- Switch to DFT namespace
- SilverStripe 5.* branch
- Switch to DFT namespace
- Re-add SS4 support
- Fix some stupid errors