v0.8.0
Pre-release
Pre-release
Read the v0.8 announcement in the marmelab blog
- [BC Break] Rename
defaultSortprop tosortin<List>component, to make it consistent with the props of<ReferenceInput>and<ReferenceManyField> - [BC Break] Rename
filterprops (the one accepting a<Filter>element) tofiltersin<List>component - Add I18n
- Add Authentication
- Add
<ImageField>and<ImageInput>to upload images - Add
<CheckboxGroupInput>component - Add the ability to hook up custom sagas in
<Admin> - Add the ability to hook up custom reducers in
<Admin> - Add
filterprop to<List>component for permanent filters - Add support for
defaultValuein filters - Add support for functions as value for the
defaultValueprop - Add ability to disable sorting on datagrid headers
- Add
perPage,sort, andfilterprops to ``` - Add
labelprop to all buttons - Add Custom Actions documentation
- Add CSS prefix to flex-box elements (yshing)
- Improve Delete button labels
- Update optimistic rendering to also work with custom fetch actions
- Speed up
<Datagrid>rendering - Refactor response side effects to a normal saga
- Upgrade
redux-sagato v0.14.2 - Fix disconnection on dashboard
- Fix edge case where list filter isn't shown
- Fix validation for
<AutocompleteInput>,<ReferenceInput>, and<SelectInput>(AkselsLedins)