-
5967e160be
feat: allow global tracking outside of components
Guillaume Chau
2023-05-16 16:05:24 +02:00
-
d5f6275261
fix(ssr): handle result/error set before serverPrefetch call, fix #1429
Guillaume Chau
2023-05-16 15:40:00 +02:00
-
337c02a90d
fix(ts): allow null on
userLazyQuery load fn, fix #1386
Guillaume Chau
2023-05-16 15:27:25 +02:00
-
4dc555f9a3
docs: Subscriptions configuration docs updated to describe graphql-ws configuration. (#1449)
Gibran Amparan
2023-05-16 08:09:00 -05:00
-
2de65e4822
fix: initialize currentDocument early, fix #1325
Guillaume Chau
2023-05-16 15:05:39 +02:00
-
b2f773c6f7
feat(ts): update types to account for changes in TypeScript 4.8 (#1454)
Alessia Bellisario
2023-05-16 08:56:09 -04:00
-
2f4c6c358d
fix: ssr export paths, fix #1469
Guillaume Chau
2023-05-16 13:11:21 +02:00
-
aad2ae03ea
fix: avoid multiple on error calls without usage of errorPolicy 'all' (#1461)
Dominik Klein
2023-05-16 13:13:27 +02:00
-
aaa040c827
fix: @vue/apollo-composable ESM settings, fix #1462 (#1463)
Changwan Jun
2023-05-16 20:08:37 +09:00
-
63067a2ea9
fix: events not registered in case of immediate trigger, fix #1154
Guillaume Chau
2023-05-16 13:01:02 +02:00
-
d1d8426758
fix: don't call variables if query is disabled + fix enabling race conditions, fix #1243, fix #1422
Guillaume Chau
2023-05-16 12:37:38 +02:00
-
db7d79c506
test: enabled
Guillaume Chau
2023-05-16 12:16:40 +02:00
-
53554b8444
test: demo useLazyQuery with immediate load
Guillaume Chau
2023-05-16 12:05:39 +02:00
-
dcb1768f7d
feat: useLazyQuery load returns boolean to make is easier to refetch
Guillaume Chau
2023-05-16 11:41:24 +02:00
-
32c95de64b
test: config cypress downloads
Guillaume Chau
2023-05-16 10:56:17 +02:00
-
e3dcdf5dbc
ci fix missing working-directory
Guillaume Chau
2023-05-16 10:43:28 +02:00
-
bc3d80ca8a
ci: enable on v4 branch
Guillaume Chau
2023-05-16 10:40:41 +02:00
-
25c31d22c3
ci: switch to github actions
Guillaume Chau
2023-05-16 10:38:08 +02:00
-
81ea32c248
chore: update lockfile to v6.0
Guillaume Chau
2023-05-16 10:23:53 +02:00
-
fdfe756b5d
v4.0.0-beta.4
Guillaume Chau
2023-02-22 10:49:10 +01:00
-
2623b32d6c
feat: improve ESM support
Guillaume Chau
2023-02-22 10:46:47 +01:00
-
3caf750881
v4.0.0-beta.3
Guillaume Chau
2023-02-21 14:31:19 +01:00
-
c454937b8a
chore: update deps and fix tests
Guillaume Chau
2023-02-21 14:27:09 +01:00
-
18fe206761
fix(ssr): error not bubbling up
Guillaume Chau
2023-02-21 14:16:11 +01:00
-
5aa44c2e30
v4.0.0-beta.2
Guillaume Chau
2023-02-03 14:29:42 +01:00
-
1e24d2110c
fix: ignore next result only if not loading
Guillaume Chau
2023-02-03 14:21:03 +01:00
-
8dfe93b826
fix(@vue/apollo-option): ssr cleanup function fails to run (#1424) (#1425)
Csizmadia Szabolcs
2023-02-03 14:24:00 +01:00
-
9302d4d4a5
fix: hydration error, revert #1388, fix #1432
Guillaume Chau
2023-02-03 14:10:47 +01:00
-
c751b3bd8a
fix: ensuring useQuery immediately returns results from cache, to prevent hydration errors
v4-hydration-fix
Kristaps Fabians Geikins
2022-12-09 16:28:08 +02:00
-
-
315d4be6c7
incremented package version
v4-speckle-hydration-fix
Kristaps Fabians Geikins
2022-12-09 16:28:36 +02:00
-
f4c56afb53
fix: ensuring useQuery immediately returns results from cache, to prevent hydration errors
Kristaps Fabians Geikins
2022-12-09 16:28:08 +02:00
-
31657ada67
package changes for published fork
v4-speckle
Kristaps Fabians Geikins
2022-11-16 13:19:35 +02:00
-
d19a090df2
gaa
Kristaps Fabians Geikins
2022-11-16 13:19:25 +02:00
-
abe8089fdd
fix: making sure tryFirstResolve/reject are always invoked
v4-onserverprefetch-fix
Kristaps Fabians Geikins
2022-11-15 17:26:09 +02:00
-
773260b97e
Merge pull request #1 from fabis94/v4
Kristaps Fabians Geikins
2022-11-15 16:59:31 +02:00
-
-
9830ea7607
fix: onServerPrefetch promise refactor
Kristaps Fabians Geikins
2022-11-11 12:31:50 +02:00
-
7e06de77aa
fix: onServerPrefetch getting stuck prevention
Kristaps Fabians Geikins
2022-11-11 12:29:16 +02:00
-
-
372892855d
fix: typo in useResult deprecation message (#1414)
Jesper Noordsij
2022-10-05 16:30:15 +02:00
-
d5fab5ec2f
v4.0.0-beta.1
Guillaume Chau
2022-10-05 15:35:18 +02:00
-
3b8900b695
docs: subscribeToMore / updateQuery (#1407)
mobsean
2022-10-05 15:32:23 +02:00
-
fc983077dc
fix(composable): Remove immediate result logic (#1388)
Tatsuyuki Ishi
2022-10-05 22:31:51 +09:00
-
6c07a47d33
v4.0.0-alpha.20
Guillaume Chau
2022-07-19 16:07:28 +02:00
-
8d51475f40
Revert "fix(options): use beforeUnmount instead of unmounted"
Guillaume Chau
2022-07-19 16:04:45 +02:00
-
ac2cade9cb
v4.0.0-alpha.19
Guillaume Chau
2022-07-18 15:33:43 +02:00
-
6f60cdb65f
chore: remove unused import
Guillaume Chau
2022-07-18 14:37:14 +02:00
-
9726e0a865
fix(options): use beforeUnmount instead of unmounted
Guillaume Chau
2022-07-18 14:33:39 +02:00
-
46ea78117a
fix(ssr): mock $apollo after serverPrefetch, fix #1297
Guillaume Chau
2022-07-18 14:31:19 +02:00
-
fa74bbbd0c
docs: fix dollar apollo api ref
Guillaume Chau
2022-07-18 14:27:48 +02:00
-
cb0ab57905
fix: Root instance not found when using with Vue 2.7 (#1379)
Marcel Engelke
2022-07-18 14:19:33 +02:00
-
757e45cac0
v4.0.0-alpha.18
Guillaume Chau
2022-06-23 15:32:02 +02:00
-
b94bdf7e79
fix: change data init, related to #1350
Guillaume Chau
2022-06-23 15:07:31 +02:00
-
c32d5037f1
test: cache update
Guillaume Chau
2022-06-23 15:07:15 +02:00
-
446333e616
chore: upgrade deps
Guillaume Chau
2022-06-23 14:25:38 +02:00
-
a32fe9c469
fix: Make calls of the refetch() & fetchMore() trigger loading state (#1366)
Anton
2022-06-23 14:12:41 +03:00
-
e959a2ccd4
fix: vue-demi updated (#1373)
Daniel Gustaw
2022-06-23 15:04:18 +04:00
-
fdbb65f3f8
docs: algolia search
Guillaume Chau
2022-05-31 10:47:12 +02:00
-
3ad3ab3dda
fix: apollo components registered twice, fix #1336
Guillaume Chau
2022-05-12 14:35:11 +02:00
-
42bded6b1b
v4.0.0-alpha.17
Guillaume Chau
2022-05-03 17:12:33 +02:00
-
120c5554ef
chore: less yarn more pnpm
Guillaume Chau
2022-05-03 17:10:22 +02:00
-
72f8607612
chore: fix missing package for release
Guillaume Chau
2022-05-03 17:05:20 +02:00
-
2361f28399
docs: migrate to vitepress + improvements
Guillaume Chau
2022-05-03 16:49:24 +02:00
-
dc4be7f113
ci: fix indent
Guillaume Chau
2022-05-03 13:16:51 +02:00
-
3fe0e46eb1
refactor: migrate to pnpm
Guillaume Chau
2022-05-03 13:16:10 +02:00
-
2ddf5ae3e6
Allow 'no-cache' fetchPolicy on serve (#1341)
Iran-110
2022-05-03 13:24:47 +04:30
-
f31fa1520c
fix: subscriptions array leak (#1248)
ANDREY KHASANOV
2022-05-03 11:54:17 +03:00
-
af9f20f131
feat: update vue-demi
Guillaume Chau
2022-05-03 10:48:58 +02:00
-
8927037c8c
docs: useLazyQuery load params
Guillaume Chau
2022-05-03 10:45:22 +02:00
-
cf89b252c2
fix: avoid onServerPrefetch warning (#1281)
Dominik Klein
2022-05-03 10:44:16 +02:00
-
99c442bf27
refactor: replace deprecated String.prototype.substr() (#1335)
CommanderRoot
2022-05-03 10:43:55 +02:00
-
64491ce1ca
feat: allow providing multiple apolloClients outside of setup/vue context in vue-apollo-composable (#1340)
Leo Zurbriggen
2022-05-03 10:43:12 +02:00
-
61261bccc4
fix: added client options to error policy (#1318)
Natalia Tepluhina
2022-05-03 10:40:47 +02:00
-
082acf90c2
fix: useQuery loading and debounce issues (#1313)
Neil Chen
2022-05-03 16:39:28 +08:00
-
34ed387f7f
test: remove useResult
Guillaume Chau
2022-05-02 18:34:20 +02:00
-
2e65263329
docs: remove references to useResult
Guillaume Chau
2022-05-02 18:34:13 +02:00
-
9a391cc052
docs: cache updates, fix #1186
Guillaume Chau
2022-05-02 18:24:02 +02:00
-
829912da9e
docs: update sponsors image
Guillaume Chau
2022-05-02 18:04:03 +02:00
-
ff4c6d237e
docs: useLazyQuery
Guillaume Chau
2022-05-02 17:52:38 +02:00
-
0e9fb48384
feat: deprecate useResult
Guillaume Chau
2022-05-02 17:41:48 +02:00
-
d6d4da16d5
fix: $apollo null error if smar obj is destroyed but has throttled/debounced calls
Guillaume Chau
2022-05-02 16:32:53 +02:00
-
a79b7908f6
fix: remove console.log
Guillaume Chau
2022-03-08 14:14:23 +01:00
-
526fbacc18
docs: polling reactivity (#1300)
Jonathan Duck
2021-12-16 15:08:08 -08:00
-
e80d4fefa0
chore: ugprade sheep
Guillaume Chau
2021-11-29 13:35:07 +01:00
-
0c6bf94681
chore: upgrade sheep
Guillaume Chau
2021-11-29 13:29:48 +01:00
-
0e68a92996
chore: use sheep
Guillaume Chau
2021-11-29 13:01:37 +01:00
-
ba650190ad
chore: remove direct dep on conventional-changelog-cli
Guillaume Chau
2021-11-29 12:09:07 +01:00
-
8f5c347b82
chore: use @akryum/gen-changelog
Guillaume Chau
2021-11-29 12:06:27 +01:00
-
a6ffbbc180
ci: create release with changelog
Guillaume Chau
2021-11-29 11:05:19 +01:00
-
c1b8818a34
ci: PR title check
Guillaume Chau
2021-11-28 23:15:17 +01:00
-
4d32175ed5
chore: changelog
Guillaume Chau
2021-11-28 22:54:10 +01:00
-
c6f5161108
chore: bump monorepo package version
Guillaume Chau
2021-11-28 22:51:07 +01:00
-
eaae2e33fd
docs: update READMEs
Guillaume Chau
2021-11-28 22:45:13 +01:00
-
16399d5ba5
docs: update packages readme
Guillaume Chau
2021-11-28 22:31:52 +01:00
-
ecb62bfd38
docs: update readme
Guillaume Chau
2021-11-28 22:28:06 +01:00
-
cb0e794891
v4.0.0-alpha.16
Guillaume Chau
2021-11-28 19:34:48 +01:00
-
a37a560ca5
fix: useSubscription outside of component
Guillaume Chau
2021-11-28 19:34:36 +01:00
-
3c8545b895
fix: improve perrDeps declaration, closes #1263
Guillaume Chau
2021-11-28 19:26:43 +01:00
-
63675b624d
test(composable): error policy
Guillaume Chau
2021-11-28 19:17:18 +01:00
-
b09145aa5a
docs: use graphql-tag
Guillaume Chau
2021-11-28 19:11:07 +01:00
-
ccf3d4d742
docs: add error handling link example
Guillaume Chau
2021-11-28 19:10:52 +01:00
-
04ab9f6e86
fix(useQuery): improve error handling with errorPolicy set to 'all'
Guillaume Chau
2021-11-28 18:55:31 +01:00