Skip to content

Releases: marmelab/react-admin

v0.3.0

10 Nov 10:11
Compare
Choose a tag to compare
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> 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

v0.2.0

10 Nov 10:11
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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

12 Aug 10:11
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release