Skip to content

Releases: nuxt-modules/apollo

v4.0.0-rc.11

20 Aug 13:31
Compare
Choose a tag to compare
  • feat(types): provide nuxt 2.9 compatible types (#242)
  • fix cannot get tokens when onLogin after onLogout (#243)
  • add option to skip resetStore when calling onLogin and onLogout in $apolloHelpers (#244)

v4.0.0-rc.10

05 Aug 03:19
Compare
Choose a tag to compare
  • support $apolloHelpers to work on SSR (#242)
  • fix error message is not showing up when missing clientConfigs configuration

v4.0.0-rc.9

22 Jul 04:52
55651a4
Compare
Choose a tag to compare
  • Update all non-major dependencies (#225)

v4.0.0-rc.8.2

16 Jul 12:49
Compare
Choose a tag to compare

v4.0.0-rc.8.1

12 Jul 08:19
Compare
Choose a tag to compare
  • fix: serialize cookie attributes (#238)

v4.0.0-rc.8

09 Jul 08:27
Compare
Choose a tag to compare
  • feat: support js-cookie attributes (#229)

v4.0.0-rc.7

20 Jun 07:13
Compare
Choose a tag to compare
  • Add nuxt configuration types (#202)

v4.0.0-rc.6

22 May 03:15
Compare
Choose a tag to compare
  • fix: Cannot read property 'freezeResults' of null (#222)
  • update vue-apollo to v3.0.0-beta.30
    • (New) ApolloQuery: update prop
    • (New) ApolloQuery & ApolloMutation: loading event
    • (Fixed) uncaught in promise on client-side

v4.0.0-rc.5

20 May 01:54
Compare
Choose a tag to compare

This version have a breaking change of errorHandler option (#218):

  • fix errorHandler crashes server (#213)
  • add nuxt context to errorHandler context (now we can do more things with nuxt when apollo error hanpen)

v4.0.0-rc.4.2

16 May 14:28
Compare
Choose a tag to compare
  • add vue-apollo default option (#214)
  • update deps (69b111b)