New
- ApolloQuery: prefetch prop, closes #594
- Apollo components: allow usage of
gql
in template
Fixed
- Check for provided truthiness, closes #532 (#533)
- updateQuery with result hook (#589)
- ssr: ssr blocking when
skip
is true (#511) - Invoke loadingDone when stopping SmartQuery (#559)
- ts: skip
and
prefetch` query options definitions (#556) - ts: prefetch type (#517)
- ts: VueApolloSubscriptionOptions typing (#499)
- ts: Add missing declarations to $apolloProvider (#493)
Docs
- new ApolloQuery docs with gql tag (now recommended)
- new fragments docs
- A lot of fixes and improvements (thank you contributors! 😻)