Releases: marmelab/react-admin
Releases · marmelab/react-admin
v0.3.0
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
v0.2.0
- Fix redirect breaks loader
- Move list params state from redux to router (allows usage of back button in the list)
- Fix filters bug (did not reset the page number)
- Add ability to define a custom dashboard component
- Rename Datagrid to List, and introduce Datagrid component
- Export REST types constants
- Add tutorial
v0.1.0
Initial release