Skip to content

1.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamilkisiela kamilkisiela released this 19 Oct 10:25
  • Supports ApolloClient 2.0
  • Supports ApolloLinks and ApolloCache
  • Supports Angular v5
  • Possible to combine Apollo with anything from Angular's Dependency Injection
  • Supports NativeScript
  • Simpler and less error prone API for watching queries thanks to QueryRef
  • More AoT friendly
  • Brings back Server-Side Rendering

BREAKING CHANGES: - see Migation

  • Drops apollo-client-rxjs (thanks to QueryRef)
  • ReplacesApolloQueryObservable with QueryRef
  • Introduces new API for defining multiple clients (Apollo.create, Apollo.createDefault, Apollo.createNamed)
  • No longer exposes ClientMap, ClientMapWrapper, ClientWrapper
  • Removes 'variables as Observables' feature