Commit Graph

282 Commits

Author SHA1 Message Date
Jake Ingman 706324c094 docs: fix typo in subscription setup opening sentence (#321) 2018-08-30 13:44:17 +02:00
Jake Ingman 96d3ac4761 docs: fix comment typo in "Option function" example code (#320) 2018-08-30 13:43:57 +02:00
Drew Bartlett 9bb2595ae9 docs: Fix typo on docs. Change developped to developed (#315) 2018-08-30 13:42:39 +02:00
Sara Vieira 3739a7c029 docs: Add Apollo boost (#313)
* Add Apollo boost

* Add example for apollo-link-state
2018-08-30 13:42:21 +02:00
Guillaume Chau 768e4688b9 refactor: SSR 2018-08-30 13:36:15 +02:00
Guillaume Chau 62829e4a96 refactor: from provide to apolloProvider option, closes #319 2018-08-26 18:16:17 +02:00
Guillaume Chau 439a897a7e chore: update deps 2018-08-26 18:10:08 +02:00
Guillaume Chau e8288c4249 chore: update test deps 2018-08-26 18:08:46 +02:00
Claas Augner b894196aab docs: fix broken apollo doc link for mutate (#325) 2018-07-07 23:41:56 +02:00
Sing d3824e5be1 docs: Make watchLoading documentation clearly (#327)
I use 30 minutes to find out.
2018-07-06 14:05:04 +02:00
Guillaume Chau af09f2e25d Merge branch 'master' of github.com:Akryum/vue-apollo 2018-06-29 15:39:28 +02:00
Guillaume Chau adfc158d50 fix: websocket context 2018-06-29 15:39:20 +02:00
Guillaume Chau 3997f9e62b refactor: cli plugin apollo 0.14.0 2018-06-29 14:47:45 +02:00
Guillaume Chau b598069dde docs: bigger documentation link 2018-06-24 12:39:21 +02:00
Guillaume Chau 6ff9d980ce docs: fix hero image width on mobile 2018-06-18 18:47:37 +02:00
Guillaume Chau fae272790f docs: favicon + offline support 2018-06-18 18:41:51 +02:00
Guillaume Chau b6c374c69c docs: misc fixes 2018-06-18 18:33:25 +02:00
Guillaume Chau c0d5405c1c docs: fix broken links 2018-06-18 18:25:12 +02:00
Guillaume Chau 2ad3ee396d chore: gitignore docs dist 2018-06-18 18:14:04 +02:00
Guillaume Chau 9e8dfb1fe2 docs: remove dist 2018-06-18 18:12:51 +02:00
Guillaume Chau 56f317af07 docs: big update 2018-06-18 18:11:46 +02:00
Guillaume Chau ac987d97d5 chore: misc 2018-06-18 15:42:48 +02:00
Natalia Tepluhina 2759825251 docs: Vuepress-powered docs (#296)
* * created vuepress docs

* chore: upgrade deps

* docs: patreon link

* Docs changes
2018-06-18 15:38:46 +02:00
Guillaume Chau 76671c37b6 chore: v3.0.0-beta.19 2018-06-18 14:27:39 +02:00
Guillaume Chau ddc197683b fix: throttle/debounds closes #311 2018-06-18 14:26:44 +02:00
Guillaume Chau dcfb025f20 chore: v3.0.0-beta.18 2018-06-18 13:24:43 +02:00
Guillaume Chau ae6390b7ed feat(ts): improve types 2018-06-18 13:24:26 +02:00
Guillaume Chau 270c440109 test: update app 2018-06-18 12:30:49 +02:00
Guillaume Chau 85f6f894df chore: upgrade deps 2018-06-18 12:06:48 +02:00
Guillaume Chau 9cba8ed756 fix: eslint error 2018-06-18 12:06:31 +02:00
Yordis Prieto dff5fb9582 Move times outside of the result data structure (#308)
closes #307
2018-06-18 12:02:47 +02:00
bảo.thiên.ngô 1a813c9574 fix: Updating Diff/Omit property to support numbers and symbols per TypeScript 2.9 breaking changes. (#306) 2018-06-18 12:02:16 +02:00
Guillaume Chau 1de5d5dcd4 chore: v3.0.0-beta.17 2018-06-14 01:24:05 +02:00
Guillaume Chau e235c92e88 feat: add smartquery argument to loading watchers 2018-06-14 01:22:59 +02:00
Guillaume Chau 7267dc4182 fix: call loading watchers when smart query is destroyed and was loading 2018-06-14 01:22:42 +02:00
Guillaume Chau b52e9e07bd docs: spacing 2018-06-01 14:40:02 +02:00
Guillaume Chau 816fd759b2 Patreon button 2018-06-01 14:38:54 +02:00
Guillaume Chau 94ec0f002f test: readme 2018-05-30 14:44:01 +02:00
Guillaume Chau 35209311d1 test: wip demo chat 2018-05-30 14:39:22 +02:00
Guillaume Chau 5e50581777 chore: v3.0.0-beta.16 2018-05-30 14:20:08 +02:00
Guillaume Chau 36faab0a84 fix: $query defaultOptions in provider 2018-05-30 14:19:53 +02:00
Guillaume Chau 87d4bba03e chore: v3.0.0-beta.15 2018-05-28 12:27:29 +02:00
高英健 086b57acd0 fix: hasOwnProperty is not a function (#294)
this.$options.methods may created by `Object.create`, so the object without a prototype can not use `hasOwnProperty` directly
2018-05-28 12:23:41 +02:00
Guillaume Chau b30fb27420 docs: fix migration guide 2018-05-27 00:55:12 +02:00
Guillaume Chau f1a1e8b36e chore: v3.0.0-beta.14 2018-05-27 00:40:57 +02:00
Guillaume Chau 24f3d28103 docs: update 2018-05-27 00:40:48 +02:00
Guillaume Chau ce6467daab test: wip 2018-05-27 00:34:00 +02:00
Guillaume Chau 297c6303e1 fix: #272 #283 restart query sub after error 2018-05-27 00:33:43 +02:00
Guillaume Chau 75b69e5f69 feat: error.gqlError => first GraphQL error 2018-05-27 00:32:07 +02:00
Guillaume Chau a043654f8e fix: watch on apollo fields 2018-05-27 00:30:59 +02:00