v2.1.0-rc.2
Pre-release
Pre-release
New
- Apollo definition (see doc):
$loadingKey
: default value for the component$error
: extra error handler for the component$watchLoading
: extra loading watcher
- Apollo Provider Constructor options (see doc):
defaultOptions
: default object for all theapollo
definitionswatchLoading
: global loading watchererrorHandler
: global error handler
Improved
- Internals cleaned up
- API Reference (WIP)
Fixed
- #101 SSR
variables
is nowundefined
ifprefetch
istrue
and novariables
option is present on the smart query