Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fzaninotto fzaninotto released this 10 Nov 10:35
· 21077 commits to master since this release

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