Skip to content

Releases: vuejs/apollo

v1.3.0

08 Jan 02:18
Compare
Choose a tag to compare

New

  • The throttle and debounce options apply lodash throttle and debounce on the query when Vue variables change. Specify either a number of milliseconds or an object with the wait option (in milliseconds) and the lodash options.

Fixes

  • When the query was rerun after variables change, the apollo cache was not used; apollo setVariables has been replaced with setOptions.
  • Misc. loading count fix.

1.1.0-beta.2 - Pagination

01 Nov 23:05
Compare
Choose a tag to compare
Pre-release
  • Access declarative queries with this.$apollo.queries.<name>
  • Access declarative subscriptions with this.$apollo.subscriptions.<name>
  • Pagniation with fetchMore documentation

1.1.0-beta.1 - Subscriptions

01 Nov 17:13
Compare
Choose a tag to compare
Pre-release
  • Basic graphql subscriptions support (doc)

1.0.0-rc.2

01 Nov 12:26
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
  • Fix #10 (simple queries not working)
  • Better compatibility with [email protected]
  • It's no longer necessary to initialize the properties in the component data hook.

1.0.0-rc.1

02 Oct 15:34
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release
Bumped version to rc.1

v1.0.0-beta.11

22 Sep 17:11
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release
  • Compiled with babel before publishing to npm
  • Fixes for compatibility with Vue 1.x

v1.0.0-beta.8

21 Sep 09:50
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release
  • Fix data & loadingKey
  • Apollo "hello world" example app

v1.0.0-beta.7

21 Sep 08:43
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release
  • Fixed loadingKey for Vue 2.0

v1.0.0-beta.6 - API Change

19 Sep 23:54
Compare
Choose a tag to compare
Pre-release

[Breaking] The api is now simple and only uses watchQuery.

v1.0.0-beta.4

19 Sep 23:13
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Fixed missing dependency.