Skip to content

Releases: nuxt-modules/apollo

v5.0.0-alpha.14

29 Mar 20:07
Compare
Choose a tag to compare
v5.0.0-alpha.14 Pre-release
Pre-release

   🐞 Bug Fixes

  • Call unref on query variables  -  by Filip Joelsson in #601 (714b5)
  • Properly export defineApolloClient utility  -  by Conrawl Rogers (ec018)
    View changes on GitHub

v5.0.0-alpha.13

01 Mar 19:09
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Ensure useCookie called with context  -  by Conrawl Rogers (3cb64)
    View changes on GitHub

v5.0.0-alpha.12

01 Mar 17:52
Compare
Choose a tag to compare

   🚀 Features

  • Allow control of AsyncData options  -  by Conrawl Rogers (58121)
  • Enable reactivity of async query variables  -  by Conrawl Rogers (fa201)
  • Enable type hint for apollo client ids  -  by Conrawl Rogers (bca65)

   🐞 Bug Fixes

  • Typing of useAsyncQuery and useLazyAsyncQuery; ensure proper assignment of clientId  -  by Conrawl Rogers (eea16)
  • Ensure useAsyncQuery aheres to it's apollo client's fetchPolicy, allowing cache-first override via the cache flag.  -  by Conrawl Rogers (575c1)
  • Set default cookie sameSite attritube to lax  -  by Conrawl Rogers (4ac36)
  • Ensure plugin is typed for $apollo and $apolloHelpers  -  by Conrawl Rogers (61d4b)
  • Improve typing for composables  -  by Conrawl Rogers (56de9)
    View changes on GitHub

v5.0.0-alpha.11

07 Dec 11:16
Compare
Choose a tag to compare
v5.0.0-alpha.11 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-alpha.10

30 Nov 04:43
Compare
Choose a tag to compare
v5.0.0-alpha.10 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-alpha.9

23 Nov 14:30
Compare
Choose a tag to compare
v5.0.0-alpha.9 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-alpha.8

02 Nov 14:52
Compare
Choose a tag to compare
v5.0.0-alpha.8 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v5.0.0-alpha.7

03 Oct 05:46
Compare
Choose a tag to compare
v5.0.0-alpha.7 Pre-release
Pre-release

   🚀 Features

  • Add context to query  -  by Digni and Daniel Roe in #549 (da754)
    View changes on GitHub

v5.0.0-alpha.6

18 Mar 14:17
Compare
Choose a tag to compare
v5.0.0-alpha.6 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • docs: Upgrade to latest Docus (#457)

🩹 Fixes

  • Allow omitting authType (94de367)
  • Allow apollo:auth hook in production (d1d3caf)

📖 Documentation

  • Fix useMutation example (#456)

🏡 Chore

❤️ Contributors

v4.0.1-rc.1

15 May 01:36
Compare
Choose a tag to compare
v4.0.1-rc.1 Pre-release
Pre-release

Bug Fixes

  • plugin: check if NUXT.apollo exists (640ba3e)
  • types: export client config interface (90b5d69)