This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Releases: olenbetong/react-data-object-connect
Releases · olenbetong/react-data-object-connect
v5.3.0
v5.2.8
5.0.0
4.10.3
4.10.0
4.9.2
4.9.0
react-data-object-connect@4.9.0
🚀 Enhancements
- useProcedure now returns an execute function to enable manual execution
- useProcedure now takes a third option argument. If the option 'removeInvalidParameters' is set to true, any invalid parameters will be removed before executing the procedure. This way the user can make the procedure execute again based on other dependencies than the parameters. If this option isn't set to true, the procedure will fail and return an error. Default is false to avoid breaking changes, but in a v5 release, it will probably default to true.
4.8.1
4.8.0
4.7.0
react-data-object-connect@4.7.0
🚀 Enhancements
- useData/useDataWithFilter can now handle both dynamic and normal data objects. usePagedData/usePagedDataWithFilter are now just aliases for those hooks
- useData for dynamic data objects will not return an empty array if a page hasn't been loaded, but instead wait until the page is ready.