Commit Graph

1023 Commits

Author SHA1 Message Date
Guillaume Chau fe6684029d ci: update versions 2024-08-14 15:54:38 +02:00
Guillaume Chau 827ea6e7ae chore: updqte pnpm to v9 2024-08-14 15:54:25 +02:00
Nick Messing 29d722c5b4 docs(useQuery): document refetch with new variables (#1564) 2024-08-14 15:45:34 +02:00
Nick Messing 6fa46ab122 fix: change teardown to use onScopeDispose (#1545) 2024-03-29 10:03:06 +01:00
Nick Messing dbd1c8d236 test: fix subscription test (#1547) 2024-03-29 09:57:15 +01:00
Guillaume Chau 0f5ae610c5 test: useSubscription 2024-03-19 16:59:06 +01:00
Guillaume Chau 89a0240f0b v4.0.2 2024-03-08 11:56:15 +01:00
Guillaume Chau 08f0fcdeab fix: use shallowRef on result & error 2024-03-08 11:52:05 +01:00
Guillaume Chau fda4c9fb4a docs: remove mentions of fetchResults, fix #1060 2024-01-24 14:34:50 +01:00
Guillaume Chau 3de258d754 v4.0.1 2024-01-24 10:38:25 +01:00
Guillaume Chau 500d6e498a test: build test app in test command 2024-01-24 10:33:51 +01:00
Guillaume Chau 48d0ac2c32 test: split into outsideComponent.cy.ts 2024-01-24 10:24:58 +01:00
Arun Sathiya 4eb80fb9b2 ci: Use GITHUB_OUTPUT envvar instead of set-output command (#1530) 2024-01-24 10:19:43 +01:00
Guillaume Chau 330564c7f4 fix(useLazyQuery): load() on server, fix #1495 2024-01-24 10:12:02 +01:00
Dawid Kopys 460a0dbd11 fix: use hasInjectionContext in useApolloClient before calling inject (#1529)
Co-authored-by: Dawid Kopys <dawid.kopys@creativestyle.pl>
2024-01-24 09:41:26 +01:00
Guillaume Chau c795f25708 v4.0.0 2024-01-15 11:31:26 +01:00
Guillaume Chau 9be63fa8e8 chore: update sheep 2024-01-15 11:28:11 +01:00
Guillaume Chau 062f72a9b7 test: fragment 2024-01-15 10:55:52 +01:00
Guillaume Chau f8568e851e fix: prefetch type 2024-01-15 10:36:46 +01:00
Guillaume Chau ddf9aa038a fix(ApolloMutation): return result in mutate 2024-01-15 10:36:02 +01:00
Guillaume Chau b17817e9c9 fix(options): use exponential backoff on subscribe error retry 2024-01-15 10:26:13 +01:00
Dawid Kopys 72d4df5cce fix: import serializeJs using default import instead of a namespace import (#1485)
Co-authored-by: Dawid Kopys <dawid.kopys@creativestyle.pl>
2024-01-15 10:09:42 +01:00
Yury Savin 2746efa632 feat(useLazyQuery): add interface for lazy query return (#1523)
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
2024-01-15 10:04:12 +01:00
Guillaume Chau fb66dcebbb docs: update vitepress + enable detailed search by default 2024-01-15 09:57:04 +01:00
Guillaume Chau ca3f2f4f84 ci: update node and pnpm 2024-01-15 09:54:08 +01:00
Guillaume Chau 659ba90699 fix: improve esm support, fix #1524 2024-01-15 09:48:39 +01:00
Guillaume Chau dd01cee2e1 v4.0.0-beta.12 2023-11-29 15:02:26 +01:00
Guillaume Chau 0be5d9b444 feat: new context params in event hook handlers
Allow easy access to the client, especially useful with useSubscription().
2023-11-29 14:58:09 +01:00
Hassan c9b648d4bd docs: import createApolloProvider is missing (#1515) 2023-11-29 14:38:51 +01:00
mekraldi 9d8cc79ae9 docs: Added missing createClient import in example when creating Graph… (#1513) 2023-11-29 14:38:37 +01:00
mekraldi d953688119 docs: missing curly brace (#1512) 2023-11-29 14:38:19 +01:00
Guillaume Chau 76f19f6e0c fix: use shallowRef for apollo query 2023-11-29 14:37:33 +01:00
Vitaliy 21fca98911 chore: moved resolutions to the root of the workspace (#1508) 2023-09-14 01:02:55 +02:00
Guillaume Chau d1f732cf79 v4.0.0-beta.11 2023-09-13 11:59:04 +02:00
Guillaume Chau 23c0c98231 fix: remove console.log, console log remained in code #1507 2023-09-13 11:56:38 +02:00
Guillaume Chau f545763fb9 docs: update vitepress + fix components API menu 2023-09-13 11:04:12 +02:00
Guillaume Chau 68addf80a0 docs: Update README.md logo 2023-09-12 17:31:00 +02:00
Guillaume Chau 10d8de36c6 v4.0.0-beta.10 2023-09-12 16:59:52 +02:00
Guillaume Chau 995131d48b chore: seq test 2023-09-12 16:58:05 +02:00
Guillaume Chau 96cc4fe78a feat(useLazyQuery): load returns Promise, fix #1486 2023-09-12 16:52:13 +02:00
Guillaume Chau daffd75db2 chore: upgrade vitepress to 1.0 RC 2023-09-12 16:31:06 +02:00
Guillaume Chau f5e371f5e6 feat: support effect scope outside of component, fix #1505 2023-09-12 15:31:46 +02:00
Guillaume Chau 574bd8f2b1 test: ssr 2023-09-12 11:34:12 +02:00
Guillaume Chau 1ac1372dff test(lint): fix 2023-09-12 10:13:49 +02:00
Viktor 7ed4884c76 chore: package test-e2e-composable-vue3, update deps, migrate to vite (#1488)
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
2023-09-12 10:04:56 +02:00
Vitaliy b0844aca91 types: Extended "enabled" option type (#1492) 2023-09-12 09:36:16 +02:00
forgottencsc ca0bd28f4b fix: apollo components should have emits (#1504) 2023-09-12 09:29:09 +02:00
Guillaume Chau 6f2cf309b9 v4.0.0-beta.9 2023-08-29 00:18:30 +02:00
Guillaume Chau f47759e5d9 chore: update deps 2023-08-29 00:06:42 +02:00
Guillaume Chau 1adf135a09 fix: don't call debounced restart too much 2023-08-29 00:04:40 +02:00