v0.3.0
Pre-release
Pre-release
See the v0.3.0 announcement post in the marmelab blog.
- [BC Break]
<List>
takes an iterator child (like<Datagrid>
) - [BC Break]
<ReferenceField>
replacesreferenceSource
by a child field - [BC Break]
<ReferenceInput>
replacesreferenceSource
by a child input - [BC Break] Rename
fetchJSON
tofetchJson
- Switch FakeRest as an external dependency
- Add ability to customize admin title
- Add
<Labeled>
component, and introduce theincludesLabel
prop on inputs - Add
<SingleFieldList>
and<ChipField>
components - Add
<ReferenceManyField>
component and related reducer logic - Add
<RadioButtonGroupInput>
component - Add
<SelectInput>
component - Add notifications
- Add Custom App doc