Skip to content

Releases: relay-tools/relay-hooks

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

v0.1.0

19 May 17:07
Compare
Choose a tag to compare

Improved

  • useFragment
  • relay-hooks-example

v0.0.2

18 May 17:13
Compare
Choose a tag to compare

Fixed

  • dataFrom property management (STORE_THEN_NETWORK)