Commit Graph

873 Commits

Author SHA1 Message Date
Guillaume Chau eaae2e33fd docs: update READMEs 2021-11-28 22:45:13 +01:00
Guillaume Chau 16399d5ba5 docs: update packages readme 2021-11-28 22:31:52 +01:00
Guillaume Chau ecb62bfd38 docs: update readme 2021-11-28 22:28:06 +01:00
Guillaume Chau cb0e794891 v4.0.0-alpha.16 2021-11-28 19:34:48 +01:00
Guillaume Chau a37a560ca5 fix: useSubscription outside of component 2021-11-28 19:34:36 +01:00
Guillaume Chau 3c8545b895 fix: improve perrDeps declaration, closes #1263 2021-11-28 19:26:43 +01:00
Guillaume Chau 63675b624d test(composable): error policy 2021-11-28 19:17:18 +01:00
Guillaume Chau b09145aa5a docs: use graphql-tag 2021-11-28 19:11:07 +01:00
Guillaume Chau ccf3d4d742 docs: add error handling link example 2021-11-28 19:10:52 +01:00
Guillaume Chau 04ab9f6e86 fix(useQuery): improve error handling with errorPolicy set to 'all' 2021-11-28 18:55:31 +01:00
Guillaume Chau eaf1da7c39 fix: duplicate call to catchError, closes #1133 2021-11-28 18:49:58 +01:00
Guillaume Chau 60347d30a0 test: fix error policy spec 2021-11-28 17:56:11 +01:00
Guillaume Chau d3b78b2ac0 ci: fix tests 2021-11-28 17:53:28 +01:00
Guillaume Chau 0595bd393e feat: upgrade dependencies 2021-11-28 17:37:38 +01:00
Guillaume Chau 54279f7fc1 chore: apply changes from v3 2021-11-28 17:27:47 +01:00
Cerino O. Ligutom III 52de9ef4e0 docs: fix fetch policy for useMutation (#1288) 2021-11-23 18:50:39 +01:00
Guillaume Chau cbe7df7a01 docs: fix highlight 2021-11-18 19:28:45 +01:00
Guillaume Chau ac0b79430e docs: add comment warning
https://github.com/vuejs/vue-apollo/discussions/1283
2021-11-18 14:31:35 +01:00
Erik Gävert e2dad14ec8 fix: destruction of $apollo in vue-apollo-option (#1273) 2021-11-01 11:41:15 +01:00
d18n 9b3af018f5 fix: useMutation outside setup (#1262) 2021-09-21 11:12:02 +02:00
Guillaume Chau d35c731496 chore(ci): ... 2021-09-20 20:57:22 +02:00
Guillaume Chau 5032a73ded chore(ci): nvm 2021-09-20 20:55:02 +02:00
Guillaume Chau 532f2a96d0 chore(ci): fix run 2021-09-20 20:52:49 +02:00
Guillaume Chau 8126151aa0 chore(ci): fix run 2021-09-20 20:50:39 +02:00
Guillaume Chau 111bf508af chore(ci): fix run 2021-09-20 20:49:15 +02:00
Guillaume Chau 960ebfec92 chore(ci): fix run 2021-09-20 20:48:29 +02:00
Guillaume Chau 934c3cbc39 chore(ci): load nvm 2021-09-20 20:47:44 +02:00
Guillaume Chau f5209d7578 chore(ci): node 16 2021-09-20 20:46:12 +02:00
Guillaume Chau 93aa77fa1a chore(ci): change image 2021-09-20 20:43:05 +02:00
Guillaume Chau e952766bcf v4.0.0-alpha.15 2021-09-20 20:34:50 +02:00
Guillaume Chau a76d25901b test(e2e): fix error policy assertion 2021-09-20 20:32:53 +02:00
Guillaume Chau baa4b12a20 chore: fix nohoist 2021-09-20 20:27:10 +02:00
Guillaume Chau 1f8d74276b test(types): fix 2021-09-20 20:24:42 +02:00
Guillaume Chau 696fffab77 docs: fix custom containers not working 2021-09-20 20:13:31 +02:00
Guillaume Chau 84d4cd1165 docs: fix edit links 2021-09-20 19:56:47 +02:00
Guillaume Chau ad3f1dd11d docs: update deps 2021-09-20 19:31:38 +02:00
Guillaume Chau 60c12c06f3 docs: update composition api imports, closes #1136 2021-09-20 19:28:43 +02:00
Guillaume Chau ea676f8f17 docs: note about vue-demi 2021-09-20 19:23:19 +02:00
Guillaume Chau ea123fa414 fix(useQuery): reset error on refetch/fetchMore, closes #1105 2021-09-20 19:19:36 +02:00
Guillaume Chau a90840c288 fix(SubscribeToMore): use beforeUnmount 2021-09-20 19:17:57 +02:00
Guillaume Chau e1026a344f fix: don't use internal merge strat, closes #1229 2021-09-20 19:15:14 +02:00
Guillaume Chau fb18286177 fix(useApolloClient): save current client in closure, closes #1249 2021-09-20 19:07:17 +02:00
Guillaume Chau 9761471ce0 docs: update installation 2021-09-20 19:02:18 +02:00
Guillaume Chau 99a3865ceb docs: compatibility nodes 2021-09-20 19:00:16 +02:00
Guillaume Chau 89aa996b82 chore: regen yarn.lock 2021-09-20 18:55:06 +02:00
Guillaume Chau 1180679236 fix: remove $isServer, closes #1241 2021-09-20 18:50:13 +02:00
Simon Garner 7ffb5f8c9d fix(types): add throttle and debounce options (#1258)
Fixes vuejs#335

These options were missing from the `VueApolloQueryDefinition` interface.
2021-09-20 18:23:11 +02:00
Andrew Luca 09d66ed801 chore: add repository for all packages.json (#1259)
> If the package.json for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives:
> ```json
> "repository": {
>   "type" : "git",
>   "url" : "https://github.com/facebook/react.git",
>   "directory": "packages/react-dom"
> }
> ```
> — https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository

I use a lot https://njt.vercel.app/ to jump to different packages information,
and with this PR we can know exactly what package in what folder lives

Made the changes with a script to make it easier 🙂

https://gist.github.com/iamandrewluca/5cc85b56a595056f0099d04ed6dd8a79
2021-09-20 18:21:02 +02:00
Guillaume Chau b67ff78d6a fix(smart apollo): ensure SmartQuery variables still function when watched expression evaluated (#1161), closes #991 2021-09-20 18:19:43 +02:00
Guillaume Chau f4e2a14bba chore: upgrade deps 2021-09-20 18:12:05 +02:00