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
|
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
|
5aa44c2e30
|
v4.0.0-beta.2
|
2023-02-03 14:29:42 +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
|
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 9726e0a8655053789dc1b68103f282f6ef0c1d95.
|
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
|
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
|
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
|
446333e616
|
chore: upgrade deps
Vue CLI 5
Cypress 10
|
2022-06-23 14:25:38 +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
|
3fe0e46eb1
|
refactor: migrate to pnpm
|
2022-05-03 13:16:10 +02:00 |
|
ANDREY KHASANOV
|
f31fa1520c
|
fix: subscriptions array leak (#1248)
|
2022-05-03 10:54:17 +02:00 |
|
Guillaume Chau
|
829912da9e
|
docs: update sponsors image
|
2022-05-02 18:04:03 +02:00 |
|
Guillaume Chau
|
d6d4da16d5
|
fix: $apollo null error if smar obj is destroyed but has throttled/debounced calls
|
2022-05-02 16:32:53 +02:00 |
|
Guillaume Chau
|
eaae2e33fd
|
docs: update READMEs
|
2021-11-28 22:45:13 +01:00 |
|
Guillaume Chau
|
16399d5ba5
|
docs: update packages readme
|
2021-11-28 22:31:52 +01:00 |
|
Guillaume Chau
|
cb0e794891
|
v4.0.0-alpha.16
|
2021-11-28 19:34:48 +01:00 |
|
Guillaume Chau
|
eaf1da7c39
|
fix: duplicate call to catchError, closes #1133
|
2021-11-28 18:49:58 +01:00 |
|
Guillaume Chau
|
0595bd393e
|
feat: upgrade dependencies
|
2021-11-28 17:37:38 +01:00 |
|
Guillaume Chau
|
54279f7fc1
|
chore: apply changes from v3
|
2021-11-28 17:27:47 +01:00 |
|
Erik Gävert
|
e2dad14ec8
|
fix: destruction of $apollo in vue-apollo-option (#1273)
|
2021-11-01 11:41:15 +01:00 |
|
Guillaume Chau
|
e952766bcf
|
v4.0.0-alpha.15
|
2021-09-20 20:34:50 +02:00 |
|
Guillaume Chau
|
e1026a344f
|
fix: don't use internal merge strat, closes #1229
|
2021-09-20 19:15:14 +02:00 |
|
Guillaume Chau
|
1180679236
|
fix: remove $isServer, closes #1241
|
2021-09-20 18:50:13 +02:00 |
|
Simon Garner
|
7ffb5f8c9d
|
fix(types): add throttle and debounce options (#1258)
Fixes vuejs#335
These options were missing from the `VueApolloQueryDefinition` interface.
|
2021-09-20 18:23:11 +02:00 |
|
Andrew Luca
|
09d66ed801
|
chore: add repository for all packages.json (#1259)
> If the package.json for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives:
> ```json
> "repository": {
> "type" : "git",
> "url" : "https://github.com/facebook/react.git",
> "directory": "packages/react-dom"
> }
> ```
> — https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository
I use a lot https://njt.vercel.app/ to jump to different packages information,
and with this PR we can know exactly what package in what folder lives
Made the changes with a script to make it easier 🙂
https://gist.github.com/iamandrewluca/5cc85b56a595056f0099d04ed6dd8a79
|
2021-09-20 18:21:02 +02:00 |
|
Guillaume Chau
|
b67ff78d6a
|
fix(smart apollo): ensure SmartQuery variables still function when watched expression evaluated (#1161), closes #991
|
2021-09-20 18:19:43 +02:00 |
|
Guillaume
|
27c12e9f94
|
v4.0.0-alpha.14
|
2021-07-19 16:06:52 +02:00 |
|
Guillaume
|
335d538dd3
|
fix(mixin): use unmounted instead of destroyed
|
2021-07-19 15:46:36 +02:00 |
|
Guillaume
|
60e7ee3b24
|
v4.0.0-alpha.13
|
2021-07-05 01:01:14 +02:00 |
|
Guillaume
|
7b67242bec
|
chore: linting
|
2021-07-02 00:25:12 +02:00 |
|
Guillaume
|
a2153f8985
|
chore: update package deps
|
2021-07-02 00:17:45 +02:00 |
|
Guillaume
|
bb0d8f38ef
|
types: new @vue/apollo-option types
|
2021-07-02 00:09:13 +02:00 |
|
Guillaume
|
40ddcb99eb
|
fix: remove ApolloProvider.provide
|
2021-07-01 23:28:52 +02:00 |
|
Guillaume
|
8a70c95bf7
|
feat: options & components API for Vue 3
|
2021-07-01 19:49:07 +02:00 |
|
Guillaume Chau
|
9f2d0d7260
|
chore: refactor eslint config
|
2021-02-11 17:43:07 +01:00 |
|
Guillaume Chau
|
89f12f1957
|
chore: lint script
|
2021-02-11 11:46:20 +01:00 |
|
javiertury
|
fb1ab4d25a
|
types: strict tsconfig and @apollo/client v3 docs (#1062)
|
2020-10-18 12:30:53 +02:00 |
|
Guillaume Chau
|
01d1647688
|
v4.0.0-alpha.11
|
2020-10-17 21:38:14 +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
|
6bf19d442f
|
chore: update deps
|
2020-10-15 18:03:51 +02:00 |
|
Guillaume Chau
|
f9ceaf8286
|
v4.0.0-alpha.7
|
2020-02-16 20:32:59 +01:00 |
|
Guillaume Chau
|
d64b0c4281
|
fix: use getCurrentResult()
|
2020-02-16 19:02:03 +01:00 |
|
Guillaume Chau
|
4624c3e71c
|
v4.0.0-alpha.6
|
2020-01-22 13:36:23 +01:00 |
|