Commit Graph

173 Commits

Author SHA1 Message Date
Guillaume Chau f81f2d4db2 fix: build 2021-02-11 16:43:00 +01:00
Guillaume Chau 89f12f1957 chore: lint script 2021-02-11 11:46:20 +01:00
Guillaume Chau 28c4ec59f8 chore: use path 2021-02-11 11:43:03 +01:00
Gao Yingjian 0db8f2d4ea docs: sync Chinese doc to 4.0.0-alpha.12 (#1094)
<3
2020-11-03 11:45:03 +01:00
javiertury fb1ab4d25a types: strict tsconfig and @apollo/client v3 docs (#1062) 2020-10-18 12:30:53 +02:00
Guillaume Chau 6f291101bd v4.0.0-alpha.12 2020-10-18 01:35:39 +02:00
Guillaume Chau 8e95aea00f feat: useLazyQuery, closes #1068 2020-10-18 01:29:02 +02:00
Guillaume Chau e0e05f230f types: prepare for strict types 2020-10-18 00:42:54 +02:00
Guillaume Chau 6a18ce1aa6 refactor: throw if no apollo client was resolved 2020-10-18 00:41:15 +02:00
Guillaume Chau 81475da92e refactor(types): simplify types 2020-10-18 00:36:06 +02:00
Guillaume Chau 01d1647688 v4.0.0-alpha.11 2020-10-17 21:38:14 +02:00
Guillaume Chau f1279d8dad fix(ssr): code broken by eslint fix 2020-10-17 21:30:42 +02:00
Guillaume Chau 18bb342458 chore: disable useless eslint rule 2020-10-17 21:30:19 +02:00
Guillaume Chau ccfec4476c chore: fix yarn dev 2020-10-17 21:30:06 +02:00
Guillaume Chau 579146b8e4 test: disable eslint because it's crashing for no real reason 2020-10-17 19:58:49 +02:00
Guillaume Chau 006b167aa2 test: fix 2020-10-17 19:13:23 +02:00
Guillaume Chau 61b4347dad chore: added more eslint 2020-10-17 19:01:17 +02:00
Guillaume Chau 152a75a95e Merge branch 'v4' of github.com:vuejs/vue-apollo into v4 2020-10-17 18:32:27 +02:00
Guillaume Chau 4a9e959c06 fix: resolveClient use id arg 2020-10-17 18:32:11 +02:00
Remi Thebault 1d2f4f3299 fix: useEventHook param is not optional (#1027) 2020-10-17 15:03:47 +02:00
Guillaume Chau cfbb9da5af feat(composable): es build 2020-10-17 14:57:29 +02:00
Guillaume Chau 97be1e2722 fix: clean imports 2020-10-17 14:45:31 +02:00
Guillaume Chau 0cd4f95f17 feat: allow using useQuery outside of setup, closes #1020 2020-10-17 14:39:17 +02:00
Guillaume Chau dbcff5eb5f test: sending messages 2020-10-17 13:03:30 +02:00
Guillaume Chau 9825e47ac2 test: fix 2020-10-17 12:20:46 +02:00
Guillaume Chau 754ea30741 test: fix 2020-10-17 02:24:00 +02:00
Guillaume Chau fae022905c fix: more updates to apollo-client 3 2020-10-17 02:16:17 +02:00
Guillaume Chau aa5880c536 test: e2e vue3 + @vue/apollo-composable 2020-10-16 22:46:48 +02:00
Guillaume Chau d8319ebd40 test: tailwindcss 2020-10-16 18:43:15 +02:00
Guillaume Chau f3db4d9db5 test: init e2e composable vue3 2020-10-16 18:34:57 +02:00
Guillaume Chau 72d7402eb2 fix(useApolloClient): add id arg to resolveClient 2020-10-15 19:03:00 +02:00
Guillaume Chau 22baef509d test: forgot to upgrade composition-api 2020-10-15 18:58:33 +02:00
Guillaume Chau 6bf19d442f chore: update deps 2020-10-15 18:03:51 +02:00
Guillaume Chau 5eb9506359 fix(error log): only import graphq printer, closes #994 2020-10-15 17:51:27 +02:00
Guillaume Chau 65d1984ecd fix(useApolloClient): clientId arg not working, closes #1023 2020-10-15 17:36:15 +02:00
Fran Dios c9ee0ec645 fix(useQuery): use nextTick to support Vue 3 (#1041)
* Fix useQuery to support Vue 3

onServerPrefetch is not exported in Vue 3 at the moment

* Remove reference to Vue

Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
2020-10-15 17:35:02 +02:00
Fran Dios b834f2742e refactor(useSubscription): use nextTick to support Vue 3 (#1045)
Remove direct reference to Vue
2020-10-15 17:26:38 +02:00
Fran Dios 957aae3390 fix: support Vue 3 vm.root (#1040)
* Fix getAppTracking for Vue 3 support

v2 instances have a `vm.$root` property while v3 ones have `vm.root`

* Add type to variable
2020-10-15 14:03:24 +02:00
Loren ☺️ 83578f6c4b docs: Rename Components -> Component API in header (#1044) 2020-10-15 14:00:15 +02:00
javiertury 8a714431b2 fix: unresolved promises in ssr (#940) (#1069) 2020-10-15 13:44:32 +02:00
Guillaume Chau 1e7a5c6a3b v4.0.0-alpha.10 2020-07-27 17:55:05 +02:00
Guillaume Chau fbab1c8e92 chore: update sponsors 2020-07-27 17:35:36 +02:00
Guillaume Chau 4db5303e23 refactor: use vue-demi to support vue 3 2020-07-27 17:32:54 +02:00
Guillaume Chau f4b5eef99c v4.0.0-alpha.9 2020-07-27 17:25:01 +02:00
Hajime Mugishima e8e8f542d2 fix: Update @vue/composition-api to v0.6.1 (#1000)
* chore: update deps

* fix(useMutation,useSubscription): use "immediate" option

* fix(type): paramToRef and paramToReactive

* fix: remove unused import

Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
2020-07-27 17:12:27 +02:00
kahirokunn f1268ba359 refactor: split reolve apollo client (#906) 2020-07-27 17:12:12 +02:00
ryo 1867e73d54 fix: Be able to overrid variables in mutate (#946) 2020-07-27 17:07:48 +02:00
Brian Bugh 7495987fdb fix(ts): allow undefined for optional variables (#962) 2020-07-27 17:07:02 +02:00
Cerino O. Ligutom III 4a5b84306f docs: Updated variable refs section (#974)
Added a note that it refetches the query when modified.
2020-07-27 17:05:35 +02:00
Guillaume Chau 35ea099209 v4.0.0-alpha.8 2020-04-02 20:48:42 +02:00