Skip to content

Releases: relay-tools/relay-hooks

v1.3.0

22 Sep 22:24
Compare
Choose a tag to compare
  • Improved:

    • Added the possibility to use the useQueryExp hooks in line with the experimental version of relay-experimental. This ensures backward compatibility and easier migration in subsequent versions.
    • The compatibility of relay-hooks with the official versions 4.0.0, 5.0.0 and 6.0.0 has been confirmed.
  • Fixed:

v1.2.7

11 Sep 11:43
Compare
Choose a tag to compare

Fixed

  • dispose resolver in useOssFragment

v1.2.6

11 Sep 10:59
Compare
Choose a tag to compare

Fixed

  • useOssFragment: #28, now use the resolver just created in the callback and not the reference to the old one.

v1.2.5

21 Aug 17:28
cf53bb4
Compare
Choose a tag to compare

Fixed

  • backward compatibility, migration from QueryRenderer #22

v1.2.3

20 Jul 18:09
Compare
Choose a tag to compare

Fixed

  • Fix useOssFragment fails to update when dataIDs change #19

v1.2.1

10 Jul 13:03
Compare
Choose a tag to compare

Fixed

  • #12 useQuery: flash of 'old' data after updating variables

v1.2.0

17 Jun 21:34
Compare
Choose a tag to compare

Improved

  • optimization of renderer and server-side query execution

Fixed

  • fragmentOwners in usePagination ( issue #9 )

v.1.1.0

16 Jun 16:31
Compare
Choose a tag to compare

server side rendering implementation

Improved

  • add ssr support in useQuery
  • modified the sample project to make a simple server side rendering

Fixed

  • issue #7

v1.0.0

14 Jun 22:36
42409f6
Compare
Choose a tag to compare

Closer api to upcoming Relay Hooks in react-relay

Improved

  • add RelayEnvironmentProvider
  • modify useQuery
  • add useRefetch
  • add usePagination
  • add useOssFragment
  • modify useFragment
  • add useMutation
  • documentation

Fixed

  • useQuery OnDataChange

v0.3.0

25 May 18:41
Compare
Choose a tag to compare

Improved

  • paginationContainer: added isLoading, hasMore, loadMore, refetchConnection in useFragment