Commit Graph

47 Commits

Author SHA1 Message Date
Guillaume Chau f6207dae97 Manual mode 2017-09-14 11:55:28 +02:00
Guillaume Chau d2089e40b3 (SSR) Fix an issue with exportStates default options 2017-08-29 13:59:09 +02:00
Guillaume Chau 015e0a1770 Fix SSR crash 2017-08-29 13:15:00 +02:00
Guillaume Chau bf068cee31 Revert this.$apollo 2017-08-29 13:14:50 +02:00
Guillaume Chau 91ce78d97f Fix $watchLoading 2017-08-28 19:31:55 +02:00
Guillaume Chau d07900cf72 More special options, default options, provider options, better doc (wip) 2017-08-28 18:59:20 +02:00
Guillaume Chau 086b486bd7 Fix #101 2017-08-28 16:49:50 +02:00
Guillaume Chau 1d580a4969 Fix #97 2017-08-28 16:35:21 +02:00
Guillaume Chau fa450d0ff2 Now supports multiple subscribeToMore on query 2017-08-28 15:59:27 +02:00
Guillaume Chau 3633e3fc45 Fix https://github.com/meteor-vue/vue-meteor-demo/issues/9 2017-08-11 06:47:07 +02:00
狼族小狈 5376854b34 fix:bind this (#93) 2017-08-02 12:20:55 +02:00
Alexandre Bonaventure Geissmann 1436cc5e10 fix: clone options to avoid sharing state between multiple instances (#96)
see (#95)
2017-08-02 12:20:07 +02:00
Guillaume Chau ef0c65552f New apolloProvider.getStates() method 2017-07-26 12:00:00 +02:00
Guillaume Chau 7571745e9a Browser version 2017-06-30 20:19:07 +02:00
Guillaume Chau 6a28b75bcd Merge pull request #74 from manukall/fix_watch_loading_when_no_new_results_are_returned
fix refetch + watchLoading when no new results are returned
2017-06-30 18:01:52 +02:00
Manuel Kallenbach 709fcd999b use !result.loading instead of result.loading === false 2017-06-26 18:29:55 +02:00
Guillaume Chau b1f7090661 BEtter subscribe to more inside query def + Readme changes 2017-06-19 14:04:21 +02:00
Manuel Kallenbach 7ebc14d217 fix refetch + watchLoading when no new results are returned 2017-06-18 18:26:16 +02:00
Guillaume Chau 2e6ac99ba8 Working SSR support 2017-05-01 01:10:54 +02:00
Guillaume Chau 64c1a3ada1 Expose addSmartQuery/Subscription in API 2017-04-22 23:36:37 +02:00
Guillaume Chau ad2ce11b0a Better loading state handling 2017-04-22 21:10:50 +02:00
Guillaume Chau b5b16dd439 Fix collect/ensureReady bug 2017-04-22 21:09:03 +02:00
Guillaume Chau b52122da08 Improved collect/ensureReady 2017-04-22 20:30:45 +02:00
Guillaume Chau 4612b0676b Fix #49 2017-04-16 02:43:06 +02:00
Guillaume Chau e29090f9d6 Fix mixins 2017-04-16 02:22:49 +02:00
Guillaume Chau f926443c0a Better loading state handling 2017-04-04 00:26:02 +02:00
Guillaume Chau f6a3600638 [Breaking] Smar Query: result hook parameter is now a full ApolloResult 2017-04-04 00:25:44 +02:00
Guillaume Chau 87cf9a3582 ApolloProvider: New waitForLoaded option 2017-04-04 00:24:58 +02:00
Guillaume Chau fd8d63b479 Multiple clients & initial SSR support 2017-04-03 00:57:23 +02:00
Guillaume Chau 0b04372cc3 Merge pull request #44 from tillkolter/hotfix/fix_watchLoading
Renamed option loadingChangeCb to watchLoading
2017-03-27 02:19:27 +02:00
Guillaume Chau d5560590eb Compatibility with apollo-client 1.0.0 + some api changes 2017-03-27 02:00:35 +02:00
Till Kolter d00119c356 renamed option loadingChangeCb to watchLoading as promised in the documentation 2017-03-15 20:47:34 +01:00
Guillaume Chau 635f0f50f6 Add option mergin, fix #34 2017-02-22 17:38:07 +01:00
Guillaume Chau c9a4107c59 Skip all feature & better destroying 2017-02-20 16:41:59 +01:00
Guillaume Chau d9671a656c Fix #28 2017-01-29 21:58:29 +01:00
Guillaume Chau 727db404bf Throttle and debounce 2017-01-08 03:12:48 +01:00
Guillaume Chau 5a25b1577b Fix loading count bugs, variables change not using cache 2017-01-08 02:42:06 +01:00
Guillaume Chau 905ff1099f Fix #20 2017-01-02 03:18:45 +01:00
Guillaume Chau 0661461398 Fix unnecessary refresh 2016-12-30 23:04:03 +01:00
Guillaume Chau 5b70576994 v1.2 with skip, loadingKey fixes, code refactoring 2016-12-30 17:14:45 +01:00
Guillaume Chau b3fcc671ef Linting 2016-12-14 15:17:18 +01:00
Guillaume Chau 807215df27 $apollo.queries/subscriptions, Pagination with fetchMore 2016-11-01 23:57:35 +01:00
Guillaume Chau 52cd068b33 Basic subscription support 2016-11-01 17:54:26 +01:00
Guillaume Chau b4392b69bc Fix simple queries & compatibility with apollo-client 0.5.0 2016-11-01 13:22:17 +01:00
Guillaume Chau 375ebb62c4 Fix #6 2016-09-29 15:08:28 +02:00
Guillaume Chau bc6c73b146 Lazy $apollo 2016-09-27 11:44:45 +02:00
Guillaume Chau bfa303f847 Now use babel to compile library before publishing to npm 2016-09-22 19:08:15 +02:00