Commit Graph

971 Commits

Author SHA1 Message Date
Guillaume Chau 28f3520040 feat(useQuery): nullable query (auto disable) 2023-07-04 15:05:24 +02:00
Guillaume Chau 6a94797dfc v4.0.0-beta.7 2023-06-13 16:09:03 +02:00
Guillaume Chau 87188c49a1 fix(ssr): hydration mismatch with keepPreviousResult 2023-06-13 16:07:07 +02:00
Guillaume Chau a9c60128f6 v4.0.0-beta.6 2023-06-12 16:31:56 +02:00
Stefan Schneider d8f93bf28b docs: provideApolloClient (#1442) 2023-06-12 16:14:30 +02:00
Guillaume Chau c8814394d1 test: fix 2023-06-12 16:09:19 +02:00
Guillaume Chau 68217df8e7 revert: graphql version override 2023-06-12 15:59:17 +02:00
Guillaume Chau 97c14020a0 test: migrate server to typescript 2023-06-12 15:47:34 +02:00
Guillaume Chau f1ebe703d5 test: test-server package 2023-06-12 15:11:42 +02:00
Guillaume Chau 722fa0ff89 test: update pnpm version 2023-06-12 13:05:20 +02:00
Guillaume Chau e794c1edde feat: keepPreviousResult 2023-06-12 12:26:48 +02:00
Guillaume Chau 13bfbbea98 test: update server 2023-06-12 11:55:02 +02:00
Guillaume Chau 2077502adf chore: update lockfile version 2023-06-08 16:36:50 +02:00
Guillaume Chau bfca616ad3 chore: typo in test component file 2023-06-08 16:03:02 +02:00
Guillaume Chau 4dcfa20401 chore: update graphql to 16 in repo 2023-06-07 17:43:18 +02:00
Guillaume Chau 71ece764ed v4.0.0-beta.5 2023-05-16 16:28:19 +02:00
Guillaume Chau cf7917e0b8 chore: update sheep/release-tag 2023-05-16 16:23:28 +02:00
Guillaume Chau 5967e160be feat: allow global tracking outside of components 2023-05-16 16:05:24 +02:00
Guillaume Chau d5f6275261 fix(ssr): handle result/error set before serverPrefetch call, fix #1429
Original PR #1435 by @fabis94
2023-05-16 15:40:00 +02:00
Guillaume Chau 337c02a90d fix(ts): allow null on userLazyQuery load fn, fix #1386 2023-05-16 15:27:34 +02:00
Gibran Amparan 4dc555f9a3 docs: Subscriptions configuration docs updated to describe graphql-ws configuration. (#1449) 2023-05-16 15:09:00 +02:00
Guillaume Chau 2de65e4822 fix: initialize currentDocument early, fix #1325 2023-05-16 15:05:39 +02:00
Alessia Bellisario b2f773c6f7 feat(ts): update types to account for changes in TypeScript 4.8 (#1454)
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
2023-05-16 14:56:09 +02:00
Guillaume Chau 2f4c6c358d fix: ssr export paths, fix #1469 2023-05-16 13:14:01 +02:00
Dominik Klein aad2ae03ea fix: avoid multiple on error calls without usage of errorPolicy 'all' (#1461) 2023-05-16 13:13:27 +02:00
Changwan Jun aaa040c827 fix: @vue/apollo-composable ESM settings, fix #1462 (#1463) 2023-05-16 13:08:37 +02:00
Guillaume Chau 63067a2ea9 fix: events not registered in case of immediate trigger, fix #1154 2023-05-16 13:01:02 +02:00
Guillaume Chau d1d8426758 fix: don't call variables if query is disabled + fix enabling race conditions, fix #1243, fix #1422 2023-05-16 12:37:38 +02:00
Guillaume Chau db7d79c506 test: enabled 2023-05-16 12:16:40 +02:00
Guillaume Chau 53554b8444 test: demo useLazyQuery with immediate load 2023-05-16 12:05:39 +02:00
Guillaume Chau dcb1768f7d feat: useLazyQuery load returns boolean to make is easier to refetch 2023-05-16 11:41:24 +02:00
Guillaume Chau 32c95de64b test: config cypress downloads 2023-05-16 10:56:17 +02:00
Guillaume Chau e3dcdf5dbc ci fix missing working-directory 2023-05-16 10:43:28 +02:00
Guillaume Chau bc3d80ca8a ci: enable on v4 branch 2023-05-16 10:40:41 +02:00
Guillaume Chau 25c31d22c3 ci: switch to github actions 2023-05-16 10:38:08 +02:00
Guillaume Chau 81ea32c248 chore: update lockfile to v6.0 2023-05-16 10:23:53 +02:00
Guillaume Chau fdfe756b5d v4.0.0-beta.4 2023-02-22 10:49:10 +01:00
Guillaume Chau 2623b32d6c feat: improve ESM support 2023-02-22 10:46:47 +01:00
Guillaume Chau 3caf750881 v4.0.0-beta.3 2023-02-21 14:31:19 +01:00
Guillaume Chau c454937b8a chore: update deps and fix tests 2023-02-21 14:27:09 +01:00
Guillaume Chau 18fe206761 fix(ssr): error not bubbling up 2023-02-21 14:16:11 +01:00
Guillaume Chau 5aa44c2e30 v4.0.0-beta.2 2023-02-03 14:29:42 +01:00
Guillaume Chau 1e24d2110c fix: ignore next result only if not loading 2023-02-03 14:24:24 +01:00
Csizmadia Szabolcs 8dfe93b826 fix(@vue/apollo-option): ssr cleanup function fails to run (#1424) (#1425)
Co-authored-by: Szabolcs Csizmadia <Szabolcs.Csizmadia-ext@querplex.biz>
2023-02-03 14:24:00 +01:00
Guillaume Chau 9302d4d4a5 fix: hydration error, revert #1388, fix #1432 2023-02-03 14:10:58 +01:00
Jesper Noordsij 372892855d fix: typo in useResult deprecation message (#1414) 2022-10-05 16:30:15 +02:00
Guillaume Chau d5fab5ec2f v4.0.0-beta.1 2022-10-05 15:35:18 +02:00
mobsean 3b8900b695 docs: subscribeToMore / updateQuery (#1407) 2022-10-05 15:32:23 +02:00
Tatsuyuki Ishi fc983077dc fix(composable): Remove immediate result logic (#1388) 2022-10-05 15:31:51 +02:00
Guillaume Chau 6c07a47d33 v4.0.0-alpha.20 2022-07-19 16:07:28 +02:00