Damir Vandic
|
f1449a9e3e
|
feat(types): Add ErrorResponse type definition (#763)
|
2019-09-11 16:11:41 +02:00 |
|
Guillaume Chau
|
0adc1ad0ff
|
Revert "Fix VariableFn<V> type returns Object instead of V" (#764)
This reverts commit faba67762d.
|
2019-09-11 16:10:07 +02:00 |
|
Guillaume Chau
|
0868396c3f
|
chore: fix eslint erros
|
2019-09-09 14:43:20 +02:00 |
|
Guillaume Chau
|
e2d9bf7180
|
chore: update deps
|
2019-09-09 14:42:46 +02:00 |
|
Guillaume Chau
|
05b177bb0a
|
docs: remove old live demo
|
2019-09-09 14:39:09 +02:00 |
|
Joel Mandell
|
51590c83fe
|
feat: Reactive pollInterval. (#613) closes #453
* Enhancement Akryum#453 Reactive pollInterval.
* Small change for pollInterval enhancement #453
* Remove unnecessary if-check in pollIntervalChanged
|
2019-09-07 16:56:04 +02:00 |
|
Krzysztof Kaczyński
|
54ed6254a3
|
docs: Add Webstorm integration instruction (#754)
Syntax higliting in webstorm should work well if you follow instruction
|
2019-09-04 00:58:09 +02:00 |
|
Taku Fukada
|
9e6d936418
|
fix(types): $apolloProvider should not be optional (#705)
|
2019-09-03 17:58:27 +02:00 |
|
Daniel Holmes
|
c4b6aa545c
|
feat(types): Add TypeScript typings for ssr (#673)
|
2019-09-03 17:57:03 +02:00 |
|
Austin Story
|
b0861dd34e
|
feat: add global prefetch apollo provider option (#710)
|
2019-09-03 17:32:59 +02:00 |
|
Brian Bugh
|
faba67762d
|
fix(types): VariableFn<V> type returns Object instead of V (#726)
The `VariableFn<V>` type incorrectly returns any `Object` type, rather than the type specified by `V`.
|
2019-09-03 17:27:50 +02:00 |
|
Austin Story
|
ffeec48ddc
|
fix: Externalize apollo and graphql libraries (#722)
|
2019-09-03 17:23:30 +02:00 |
|
Mordechai Zuber
|
91a5f42d47
|
fix(types): The typings for DollarApollo where missing getClient (#727)
* fix(types): add getClient to DollarApollo
* Add documentation for `DollarApollo.getClient`
|
2019-09-03 17:22:39 +02:00 |
|
thunfischbrot
|
3e7bfe1ea6
|
docs: Fixed tiny copy/paste mistake (#733)
|
2019-08-25 15:42:40 +02:00 |
|
Huang ShuWei
|
6ca0a43088
|
docs: Fixed the wrong variable name (#721)
Fixed the wrong variable name `clientBptions`
|
2019-08-07 11:28:23 +02:00 |
|
Gao Yingjian
|
f62d4fbc8d
|
docs: sync Chinese doc to 3.0.0-rc.2 (#712)
* docs: sync Chinese doc to 3.0.0-rc.1
* docs: sync Chinese doc to 3.0.0-rc.2
|
2019-07-26 12:50:03 +02:00 |
|
Austin Story
|
388dd2a6a4
|
docs: Update SSR Docs for serializer options. (#693)
|
2019-07-16 17:11:38 +02:00 |
|
Joel Bowen
|
4b45acaec2
|
docs: clarify updateQuery prop on SubscribeToMore (#703)
The description was difficult to understand, simplified in an attempt to improve clarity.
|
2019-07-16 17:11:07 +02:00 |
|
Guillaume Chau
|
9df3646e4f
|
chore: v3.0.0-rc.2
|
2019-07-16 17:07:15 +02:00 |
|
Guillaume Chau
|
ace3864e99
|
chore(test): change server port
|
2019-07-16 17:06:12 +02:00 |
|
Guillaume Chau
|
d3c304e1a1
|
feat(ApolloQuery): new options prop
|
2019-07-16 16:44:24 +02:00 |
|
Guillaume Chau
|
ddce641cad
|
fix: result not called with notifyOnNetworkStatusChange, closes #263
|
2019-07-16 16:41:32 +02:00 |
|
Guillaume Chau
|
28a8d5775d
|
fix: apply throttle on query, document, context
|
2019-07-16 16:40:45 +02:00 |
|
Guillaume Chau
|
710748dea5
|
chore: dev also watch lib
|
2019-07-16 16:12:14 +02:00 |
|
Emmanuel Mahuni
|
6d270b16c8
|
docs: New name matching section in Queries (#702)
* Clarify a common newbie gotcha
avoid this newbie gotcha https://github.com/Akryum/vue-apollo/issues/700
* remove from this page
* name matching section
|
2019-07-16 08:43:23 +02:00 |
|
Guillaume Chau
|
575ec0e430
|
chore: v3.0.0-rc.1
|
2019-06-20 08:11:31 +02:00 |
|
Guillaume Chau
|
9901b63986
|
test(ci): remove workflow filters
|
2019-06-20 08:07:12 +02:00 |
|
Guillaume Chau
|
4f1889fb42
|
test: fix scripts
|
2019-06-20 08:03:56 +02:00 |
|
Guillaume Chau
|
b67878e52a
|
chore: eslint fix
|
2019-06-20 07:58:22 +02:00 |
|
Guillaume Chau
|
efda6cb64c
|
chore: yarn lock refresh
|
2019-06-20 07:56:38 +02:00 |
|
Guillaume Chau
|
6ed9089a35
|
fix: mark apollo-link as peer dependency
|
2019-06-20 07:56:28 +02:00 |
|
Guillaume Chau
|
0254d85180
|
fix(types): use ApolloQueryResult & FetchResult
|
2019-06-20 07:55:57 +02:00 |
|
Harman Pannu
|
9e3b2bfc83
|
fix(types): optimisticResponse typing issue (#627)
* Typescript compilation error with latest apollo package
Fixed a bug
* fix: better optimisticResponse typing
|
2019-06-20 07:38:42 +02:00 |
|
Austin Story
|
eba11d8a91
|
fix(ssr): Add serialize-javascript for removing xss from javascript delivered to client when exporting apollo states. Add jest for running unit tests. Add unit test for serialize functionality (#624)
|
2019-06-20 07:31:51 +02:00 |
|
Kyle Rose
|
db95e91f07
|
fix(types): add client to mutation options (#644)
|
2019-06-20 07:30:40 +02:00 |
|
Darryl Hein
|
9419ffd03d
|
docs: Minor spelling correction (#635)
* spelling correction
* spelling correction
* spelling correction
* spelling correction
* spelling correction
* spelling correction
* spelling correction
* spelling correction
* spelling correction
|
2019-05-28 19:38:41 +02:00 |
|
Darryl Hein
|
0477e8831b
|
docs: Add error to smart subscription docs (#632)
|
2019-05-28 11:16:35 +02:00 |
|
Guillaume Chau
|
db09a384f1
|
Update FUNDING.yml
|
2019-05-23 11:57:21 +02:00 |
|
Guillaume Chau
|
1338fce3c2
|
Update FUNDING.yml
|
2019-05-23 11:46:12 +02:00 |
|
Guillaume Chau
|
a5948d2e6c
|
Create FUNDING.yml
|
2019-05-23 11:45:07 +02:00 |
|
高英健
|
f73c577738
|
docs: sync Chinese doc to 3.0.0-beta.30 (#604)
* docs: sync Chinese doc to 3.0.0-beta.29
* docs: sync Chinese doc to 3.0.0-beta.30
* main page
|
2019-05-22 20:24:24 +02:00 |
|
Guillaume Chau
|
d84145583f
|
chore: v3.0.0-beta.30
|
2019-05-21 17:06:45 +02:00 |
|
Guillaume Chau
|
6817321d03
|
fix(ApolloQuery): default update function
|
2019-05-21 17:03:47 +02:00 |
|
Guillaume Chau
|
359c02f4d2
|
fix: uncaught in promise on client-side, closes #572
|
2019-05-21 17:00:31 +02:00 |
|
Guillaume Chau
|
04891de3a5
|
feat(components): loading event
|
2019-05-21 13:57:49 +02:00 |
|
Guillaume Chau
|
93da3c8ac7
|
docs: components improvements
|
2019-05-21 13:35:08 +02:00 |
|
Guillaume Chau
|
369ec13c93
|
docs: update apollo.config.js
|
2019-05-21 13:25:50 +02:00 |
|
Guillaume Chau
|
d5f3eaa404
|
Merge branch 'master' of github.com:Akryum/vue-apollo
|
2019-05-21 13:08:26 +02:00 |
|
Guillaume Chau
|
b3ec95aa48
|
feat(ApolloQuery): update prop
|
2019-05-21 13:08:23 +02:00 |
|
Óscar
|
a7680f6eef
|
docs: fix example mutation name (#614)
On the local schema declared mutations are "changeItem" and "addItem", but the next steps refers to "checkItem".
|
2019-05-16 19:54:32 +02:00 |
|