This repository has been archived by the owner on May 27, 2022. It is now read-only.
Releases: data-provider/react
Releases · data-provider/react
Support NodeJs >=12
Changed
- chore: Support any NodeJs version >=12.x.
- chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
- test: Use 127.0.0.1 instead of localhost when requesting in tests for Node 17 support
- chore: Update dependencies
Fixed
- docs: Remove broken npm dependencies badge
Support Node.js v16
Added
- chore(deps): Add Node v16.x to engines
Changed
- chore(deps): Update dependencies
Removed
- chore(deps): Remove Node v10.x from engines
Fix usePolling initialization
Added
- chore(deps): Support all Node.js releases that have not passed their end date
Changed
- chore(ci): Migrate from Travis CI to github actions (#108)
Fixed
- fix(usePolling): Use cleanDepedenciesCache instead of cleanCache in first invocation. Pass options to it and do not execute it in case provider is loading (#107)
usePolling options
Added
- feat: Supports passing options to cleanCache methods in usePolling and withPolling
useDataLoadedError hook
Added
- feat(hocs): Add withDataLoadedError, withDataLoadingError, withDataLoadingErrorComponents, withDataLoadedErrorComponents
- feat(hooks): Add useDataLoadedError, useDataLoadingError
- chore(ci-cd): Check package version on PRs to master
- chore(release): Publish releases to github packages repository
Changed
- feat(hocs): Deprecate withDataProvider in favour of withDataLoadingError
- feat(hocs): Deprecate withDataProviderBranch in favour of withDataLoadingErrorComponents
- feat(hooks): Deprecate useDataProvider in favour of useDataLoadingError
Fixed
- fix(#101): Add hoist-non-react-statics to HOCs
HOCs displayNames
Added
- feat(hocs): Wrap Components displayNames in HOCs
Changed
- chore(deps): Update dependencies
Fixed
- fix(usePolling): Do not modify original intervals array when checking sorting
Add usePolling
Added
- feat(polling): Add usePolling hook and withPolling HOC
Changed
- chore(deps): Update dependencies
Add useLoaded hook
Added
- feat(loaded): Add useLoaded hook and withLoaded HOC
- test(unit): Add unit tests full coverage
Changed
- chore(deps): Update dependencies
- refactor(useDataProvider): Improve useDataProvider hook performance
Fixed
- fix(useDataProvider): Removed unused arguments
Update dependencies
Changed
- chore(deps): Update dependencies
Update dependencies
Changed
- chore(deps): Update dependencies