Skip to content

Releases: vuejs/apollo

v3.0.0-beta.25

09 Sep 09:30
Compare
Choose a tag to compare
v3.0.0-beta.25 Pre-release
Pre-release

Fixed

  • class component: watching and computing of dynamic data props with default value

v3.0.0-beta.24

08 Sep 13:52
Compare
Choose a tag to compare
v3.0.0-beta.24 Pre-release
Pre-release

Fixed

  • added setter for intial value, closes #333

v3.0.0-beta.23

08 Sep 13:27
Compare
Choose a tag to compare
v3.0.0-beta.23 Pre-release
Pre-release

Fixed

  • ssr: $options was missing

v3.0.0-beta.22

07 Sep 21:01
Compare
Choose a tag to compare
v3.0.0-beta.22 Pre-release
Pre-release

New

  • Added $prefetch: true to fake vm instances while prefetching a tree

Fixed

  • error in renderless rendering (#381)
  • ssr: computed/methods and other fixes (#379)
  • ts: typings

v3.0.0-beta.21

02 Sep 12:34
Compare
Choose a tag to compare
v3.0.0-beta.21 Pre-release
Pre-release

Fixed

  • ssr: missing ssr helpers, closes #378

v3.0.0-beta.20

30 Aug 13:22
Compare
Choose a tag to compare
v3.0.0-beta.20 Pre-release
Pre-release

Breaking changes

  • Provide has been dropped to fix an issue with root instances. This means you have to change provide: apolloProvider.provide() to apolloProvider on your root instance (like some time ago). The injection of $apolloProvider in instances should be unchanged (works like inject/provide).
  • The SSR system and API has been completely refactored (docs).
  • Some TypeScript fixes may cause some previously working typscript code no longer be valid (more info).

New

  • Add clientId in ApolloMutation component (#359)
  • Added support for debounce and throttle in ApolloQuery component (#349)
  • Let the ApolloQuery be a renderless component if tag prop is undefined (#365)

Fixed

  • SmartQuery shouldn't be auto-started on server when prefetch is false (#348)
  • TypeScript: specify this type for watchLoading (#360)

Docs

  • Testing chapter (#368)
  • Add Apollo boost to Installation (#313)
  • Lots of fixes! Thank you contributors!

v3.0.0-beta.16

30 May 12:40
Compare
Choose a tag to compare
v3.0.0-beta.16 Pre-release
Pre-release

Fixed

  • $query in the defaultOptions option of provider not being applied

v3.0.0-beta.15

28 May 10:29
Compare
Choose a tag to compare
v3.0.0-beta.15 Pre-release
Pre-release

Fixed

  • hasOwnProperty is not a function (#294)
  • Missing throttle-debounce dep in build

v3.0.0-beta.14

26 May 23:07
Compare
Choose a tag to compare
v3.0.0-beta.14 Pre-release
Pre-release

New

  • error.gqlError is the first GraphQL error if any, also available in Apollo Components slot-scope as gqlError.

Fixed

  • #272 #283 restart query subscription after an error occurred (should help with apolloClient.resetStore())
  • watch on apollo fields
  • ApolloQuery: remove console.log in error handler

Fixed in previous releases

  • $query option
  • Factory function for throttle/debounce (#288)
  • ReactiveSetter deep flag propagation (#289)
  • #239 skip prop proxy if query is manual

v3.0.0-beta.11

22 May 15:37
Compare
Choose a tag to compare
v3.0.0-beta.11 Pre-release
Pre-release

Improved

  • Pass back isLoading to scoped-slot (#218)
  • Add default query options (#257)
  • Remove lodash to reduce final size (#251)

Fixed

  • no-cache smart queries are throwing exceptions in optimistic UI updates (#280)
  • relax getter on loading (#237)
  • Update typed apollo provider (#273)
  • Add Typescript type for addSmartQuery() (#230)
  • fix: #265 silent errors if catched
  • refactor: watchers in start() fix #122
  • refactor: callHandlers fix #108
  • fix: #239 skip prop proxy if query is manual