Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

0.8.0

Compare
Choose a tag to compare
@wtrocki wtrocki released this 08 Aug 11:57
· 1137 commits to master since this release

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