This repository was archived by the owner on Apr 17, 2023. It is now read-only.
0.8.0
0.8.0
Features
Offix React Hooks Alpha released
Offix React Hooks provides helpers for using offix within React and React Native.
Please refer to package README for more information
Ability to customize Apollo Link chain
OffixClientConfig.terminatingLink
allows to customize client by adding additional links
for handling authentication, network requests etc.
New way to access Apollo Client
OfflineClient.apolloClient
is now public. This means apolloClient
is directly accessible after OfflineClient.init()
.
Breaking changes
Changes for Subscriptions and File Uploads
Subscriptions and file uploads were removed from the main library.
Developers can still configure Subscription access directly int their application by
creating Apollo link acording to documentation and passing OffixClientConfig.terminatingLink