Releases: relay-tools/relay-hooks
Releases · relay-tools/relay-hooks
v1.3.0
-
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
Fixed
- dispose resolver in useOssFragment
v1.2.6
Fixed
- useOssFragment: #28, now use the resolver just created in the callback and not the reference to the old one.
v1.2.5
Fixed
- backward compatibility, migration from QueryRenderer #22
v1.2.3
Fixed
- Fix useOssFragment fails to update when dataIDs change #19
v1.2.1
Fixed
- #12 useQuery: flash of 'old' data after updating variables
v1.2.0
Improved
- optimization of renderer and server-side query execution
Fixed
- fragmentOwners in usePagination ( issue #9 )
v.1.1.0
server side rendering implementation
Improved
- add ssr support in useQuery
- modified the sample project to make a simple server side rendering
Fixed
v1.0.0
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
v0.3.0
Improved
- paginationContainer: added isLoading, hasMore, loadMore, refetchConnection in useFragment