v0.6.0
Pre-release
Pre-release
- [BC Break] The
filterprop of the component now expects an element rather than a component (<List filter={<MyFilter/>} >rather than<List filter={MyFilter} >) - [BC Break] The
titleprop of all view components now expect an element rather than a component (<List title={<MyTitle/>} > rather than<List title={MyTitle} >) - [BC Break] Rename
styletoelStyleand let style override container element - Add special design for non-sortable columns in datagrid
- Add
style,elStyleto all components - Add
headerStyleto Field components (ability to style<th>) - Add
rowStyleto<Datagrid>(ability to style<tr>according to the value) - Add
defaultSortto<Datagrid>(ability to set default sort order on list) - Add
actions,perPage, andpaginationprops to the<List>component - Add List view documentation
- Add
<BooleanField>component - Add
<BooleanInput>component - Add
<NullableBooleanInput>component - Add
<NumberField>component - Add
<FunctionField>component - Align datagrid first column to the page title
- Hide resources in the Menu when they don't have a list view
- Fix warning for fields with no source and no label
- Fix FilterButton for fields without label