Skip to content

Releases: nuxt-modules/apollo

Fix multiple clients

05 Feb 00:55
e46b41d
Compare
Choose a tag to compare

This release fixes multiclient support. Thanks @bjunc for the contribution!

Update to v1 of NUXT

08 Jan 22:16
e7d7c1b
Compare
Choose a tag to compare

Removed deprecation warnings for NUXT v1.0.0

Thanks to @pschaub for his early adoption.

Upgrade apollo-client and vue-apollo

08 Nov 02:21
fe6fc88
Compare
Choose a tag to compare

Breaking Change

Make sure to follow the docs about the new way of adding

  • apollo-client v2
  • vue-apollo v3

Updated instructions please follow:
https://github.com/nuxt-community/apollo-module/blob/master/README.md

Credits are going for @Hendrixer for his PR and @atinux and @Akryum and @bjunc for their reviews.

v2.1.1

14 Sep 16:07
Compare
Choose a tag to compare

Improvements

  • The module automatically connects to Apollo Dev Tool in dev mode (a4cb098)

v2.1.0

14 Sep 16:02
Compare
Choose a tag to compare

Improvements

  • It's now possible to return an object rather than the networkInterface directly #28
  • Now working in SPA mode #31

v2.0.0

29 Aug 10:54
Compare
Choose a tag to compare

Breaking change

  • Your interface should export a function which get the context an returns a network interface now (#18)

Improvements

  • Fix server-side rendering (#19)

v1.0.1

24 Aug 08:35
Compare
Choose a tag to compare

Improvements

  • Add isomorphic fetch dependency (#10)
  • Add store to prefetch argument (#14)