This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Releases: PayloadDev/react-at-rest
Releases · PayloadDev/react-at-rest
1.2.2
Changes:
- improve DeliveryService data reload behaviour when used as a nested component (ie. not as the direct child of a Route).
1.2.1
Improve compatibility with React v15.0.1
1.2.0
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
- Use history.replace when available (from react-router 2.0)
1.1.2
- improve compatibility with react-router 2.x
1.1.1
Changes:
- add
func
validation to RestForm
1.1.0
Changes:
- Break out REST verbs in Store to allow for simpler customization in SubClasses (see https://github.com/PayloadDev/react-at-rest/blob/master/docs/store.md#merging-and-chaining-api-requests)
1.0.1
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
Production ready release.
1.0.0 Beta 3
Remove external dependency on lodash.