admin-on-rest v0.3.0 Release Notes

  • ๐Ÿ‘€ See the v0.3.0 announcement in the marmelab blog.

    • [BC Break] <List> takes an iterator child (like <Datagrid>)
    • [BC Break] <ReferenceField> replaces referenceSource by a child field
    • [BC Break] <ReferenceInput> replaces referenceSource by a child input
    • [BC Break] Rename fetchJSON to fetchJson
    • Switch FakeRest as an external dependency
    • โž• Add ability to customize admin title
    • โž• Add <Labeled> component, and introduce the includesLabel 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