admin-on-rest v0.5.0 Release Notes

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

    • ๐Ÿšš [BC Break] Remove credentials: include HTTP option enabled by default
    • โž• Add <Show> View
    • โž• Add custom headers support
    • โž• Add support for the style attribute in all components
    • โž• Add Theming Documentation (by MattWilliamsDev)
    • โšก๏ธ Update the <Datagrid> to use real tables (and auto-size columns)
    • โฌ†๏ธ Upgrade to material-ui 0.16
    • โšก๏ธ Update package to bundle quill
    • Export more components and functions to ease customization
    • ๐Ÿ›  Fix multiple ReferenceFields in a list incorrectly loads data
    • ๐Ÿ›  Fix spinner not stopping after delete
    • ๐Ÿ›  Fix Router now scrolls to top
    • ๐Ÿ›  Fix <RadioButtonGroupInput>
    • ๐Ÿ›  Fix datagrid layout to make columns adapt width to content
    • ๐Ÿ›  Fix doc on reducers in CustomApp (by ArnaudD)
    • ๐Ÿ›  Fix custom app docs now that redux form is required
    • ๐Ÿ›  Fix RadioButtonGroupInput
    • ๐Ÿ›  Fix Pagination when list has no filter
    • ๐Ÿ›  Fix clearing text filter doesn't fetch the unfiltered list
    • ๐Ÿ›  Fix Warning when Datagrid contains two action buttons