Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Releases: data-provider/react

Support NodeJs >=12

06 Dec 19:01
c61d416
Compare
Choose a tag to compare

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

24 May 06:18
27e7017
Compare
Choose a tag to compare

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

19 Dec 19:26
4f043b4
Compare
Choose a tag to compare

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

16 Nov 19:17
92cd4d0
Compare
Choose a tag to compare

Added

  • feat: Supports passing options to cleanCache methods in usePolling and withPolling

useDataLoadedError hook

09 Nov 11:15
2695426
Compare
Choose a tag to compare

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

31 Oct 12:11
26afae6
Compare
Choose a tag to compare

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

21 Jun 07:50
fffa8f8
Compare
Choose a tag to compare

Added

  • feat(polling): Add usePolling hook and withPolling HOC

Changed

  • chore(deps): Update dependencies

Add useLoaded hook

14 Jun 10:36
c55218a
Compare
Choose a tag to compare

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

16 May 08:34
ae81e02
Compare
Choose a tag to compare

Changed

  • chore(deps): Update dependencies

Update dependencies

09 Apr 09:19
f9bd9aa
Compare
Choose a tag to compare

Changed

  • chore(deps): Update dependencies