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
Guillaume Chau
8d51475f40
Revert "fix(options): use beforeUnmount instead of unmounted"
...
This reverts commit 9726e0a865 .
2022-07-19 16:04:45 +02:00
Guillaume Chau
ac2cade9cb
v4.0.0-alpha.19
2022-07-18 15:33:43 +02:00
Guillaume Chau
6f60cdb65f
chore: remove unused import
2022-07-18 14:37:14 +02:00
Guillaume Chau
9726e0a865
fix(options): use beforeUnmount instead of unmounted
2022-07-18 14:33:39 +02:00
Guillaume Chau
46ea78117a
fix(ssr): mock $apollo after serverPrefetch, fix #1297
2022-07-18 14:31:19 +02:00
Guillaume Chau
fa74bbbd0c
docs: fix dollar apollo api ref
2022-07-18 14:27:48 +02:00
Marcel Engelke
cb0ab57905
fix: Root instance not found when using with Vue 2.7 ( #1379 )
...
* fix: instance root not found
* refactor: const
* style: redundant space
Co-authored-by: Marcel Engelke <marcel.engelke@frederix-hotspot.de >
2022-07-18 14:19:33 +02:00
Guillaume Chau
757e45cac0
v4.0.0-alpha.18
2022-06-23 15:32:02 +02:00
Guillaume Chau
b94bdf7e79
fix: change data init, related to #1350
2022-06-23 15:07:31 +02:00
Guillaume Chau
c32d5037f1
test: cache update
2022-06-23 15:07:15 +02:00
Guillaume Chau
446333e616
chore: upgrade deps
...
Vue CLI 5
Cypress 10
2022-06-23 14:25:38 +02:00
Anton
a32fe9c469
fix: Make calls of the refetch() & fetchMore() trigger loading state ( #1366 )
...
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com >
2022-06-23 13:12:41 +02:00
Daniel Gustaw
e959a2ccd4
fix: vue-demi updated ( #1373 )
...
* vue-demi updated
* pnpm install
* pnpm lock updated
2022-06-23 13:04:18 +02:00
Guillaume Chau
fdbb65f3f8
docs: algolia search
2022-05-31 10:47:12 +02:00
Guillaume Chau
3ad3ab3dda
fix: apollo components registered twice, fix #1336
2022-05-12 14:35:11 +02:00
Guillaume Chau
42bded6b1b
v4.0.0-alpha.17
2022-05-03 17:12:33 +02:00
Guillaume Chau
120c5554ef
chore: less yarn more pnpm
2022-05-03 17:10:22 +02:00
Guillaume Chau
72f8607612
chore: fix missing package for release
2022-05-03 17:05:20 +02:00
Guillaume Chau
2361f28399
docs: migrate to vitepress + improvements
2022-05-03 16:49:24 +02:00
Guillaume Chau
dc4be7f113
ci: fix indent
2022-05-03 13:16:51 +02:00
Guillaume Chau
3fe0e46eb1
refactor: migrate to pnpm
2022-05-03 13:16:10 +02:00
Iran-110
2ddf5ae3e6
Allow 'no-cache' fetchPolicy on serve ( #1341 )
2022-05-03 10:54:47 +02:00
ANDREY KHASANOV
f31fa1520c
fix: subscriptions array leak ( #1248 )
2022-05-03 10:54:17 +02:00
Guillaume Chau
af9f20f131
feat: update vue-demi
2022-05-03 10:48:58 +02:00
Guillaume Chau
8927037c8c
docs: useLazyQuery load params
2022-05-03 10:45:22 +02:00
Dominik Klein
cf89b252c2
fix: avoid onServerPrefetch warning ( #1281 )
2022-05-03 10:44:16 +02:00
CommanderRoot
99c442bf27
refactor: replace deprecated String.prototype.substr() ( #1335 )
...
.substr() is deprecated so we replace it with .slice() or .substring() which work similarily but aren't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-05-03 10:43:55 +02:00
Leo Zurbriggen
64491ce1ca
feat: allow providing multiple apolloClients outside of setup/vue context in vue-apollo-composable ( #1340 )
...
* allow providing multiple apolloClients outside of setup/vue context
* add docs
Co-authored-by: Rico Schmidt <schmidt@joshmartin.ch >
2022-05-03 10:43:12 +02:00
Natalia Tepluhina
61261bccc4
fix: added client options to error policy ( #1318 )
2022-05-03 10:40:47 +02:00
Neil Chen
082acf90c2
fix: useQuery loading and debounce issues ( #1313 )
...
fix #1235
fix #1271
2022-05-03 10:39:28 +02:00
Guillaume Chau
34ed387f7f
test: remove useResult
2022-05-02 18:34:20 +02:00
Guillaume Chau
2e65263329
docs: remove references to useResult
2022-05-02 18:34:13 +02:00
Guillaume Chau
9a391cc052
docs: cache updates, fix #1186
2022-05-02 18:24:02 +02:00