Releases: nuxt-modules/apollo
Releases · nuxt-modules/apollo
v5.0.0-alpha.14
🐞 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
v5.0.0-alpha.12
🚀 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'sfetchPolicy
, allowingcache-first
override via thecache
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
🐞 Bug Fixes
- Passing headers in websocket connectionParams - by @clwillingham in #577 (56960)
View changes on GitHub
v5.0.0-alpha.10
v5.0.0-alpha.9
🐞 Bug Fixes
- TAsyncQuery type and context value as 4th argument - by @TimvdEijnden in #571 (67623)
- Module types generation - by @BobbieGoede in #570 (3d82f)
- Support function expressions in module config - by @miii in #537 (1d6e1)
View changes on GitHub
v5.0.0-alpha.8
No significant changes