Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Releases: PayloadDev/react-at-rest

1.2.2

22 Apr 21:25
Compare
Choose a tag to compare

Changes:

  • improve DeliveryService data reload behaviour when used as a nested component (ie. not as the direct child of a Route).

1.2.1

18 Apr 19:28
Compare
Choose a tag to compare

Improve compatibility with React v15.0.1

1.2.0

23 Mar 14:30
Compare
Choose a tag to compare

Changes:

  • Revamped SubFormArray to allow better control over add/remove buttons and placement.

Bug Fixes:

  • SubFormArray doesn't create duplicate empty rows after destroying an unpublished row.

1.1.3

22 Mar 17:38
Compare
Choose a tag to compare
  • Use history.replace when available (from react-router 2.0)

1.1.2

17 Mar 17:48
Compare
Choose a tag to compare
  • improve compatibility with react-router 2.x

1.1.1

08 Mar 17:29
Compare
Choose a tag to compare

Changes:

  • add func validation to RestForm

1.1.0

04 Mar 21:09
Compare
Choose a tag to compare

Changes:

1.0.1

29 Feb 18:59
Compare
Choose a tag to compare

Improvements:

  • RSVP is now exported by React-at-Rest

Bugfixes:

  • fixed an issue with RestForm when a model's property value was falsy (eg. 0)

1.0.0

11 Feb 16:15
Compare
Choose a tag to compare

Production ready release.

1.0.0 Beta 3

03 Feb 21:43
Compare
Choose a tag to compare

Remove external dependency on lodash.