- 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)