Releases: nuxt-modules/apollo
Releases · nuxt-modules/apollo
v5.0.0-alpha.16
What's Changed
- fix for connectToDevTools by @valeriosillari in #663
- fix: useAsyncQuery options by @try2beth3b3st in #668
- fix: handle null serialization by @wuiyang in #649
New Contributors
- @valeriosillari made their first contribution in #663
- @try2beth3b3st made their first contribution in #668
- @wuiyang made their first contribution in #649
Full Changelog: v5.0.0-alpha.15...v5.0.0-alpha.16
v5.0.0-alpha.15
What's Changed
- chore: Modernize this repository by @AaronDewes in #654
New Contributors
- @AaronDewes made their first contribution in #654
Full Changelog: v5.0.0-alpha.14...v5.0.0-alpha.15
v5.0.0-alpha.14
🐞 Bug Fixes
- Call unref on query variables - by Filip Joelsson in #601 (714b5)
- Properly export
defineApolloClientutility - 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
useAsyncQueryaheres to it's apollo client'sfetchPolicy, allowingcache-firstoverride via thecacheflag. - by Conrawl Rogers (575c1) - Set default cookie sameSite attritube to
lax- by Conrawl Rogers (4ac36) - Ensure plugin is typed for
$apolloand$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