This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
Releases: vadimdemedes/draqula
Releases · vadimdemedes/draqula
v0.5.4
v0.5.3
Highlights
- Use
AbortSignal
type exposed fromabort-controller
to prevent TypeScript errors in React Native environment e8c441f
v0.5.2
v0.5.0
v0.4.4
v0.4.3
Highlights
- Get rid of unstable_batchedUpdates usage, which allows Draqula to be used in React Native, where
react-dom
is unavailable f7e29b6
v0.4.1
v0.4.0
v0.3.0
Highlights
- Use
undefined
instead ofnull
fordata
anderror
props d96f9db - Add
clearCache()
method to client to clear cache 1e064d6 - Expose message of the first server error in
GraphQLError
0b09782 - Allow skipping all refetching when performing mutation fbd463c
- Refetch queries when window gets focused 1de0c15
- Batch state updates via unstable_batchedUpdates 680d7a9
v0.2.3
- Make
options
optional infetchMore()
a75ad33