Skip to content

Releases: kamilkisiela/apollo-angular

v2.0.1

05 Aug 09:05
Compare
Choose a tag to compare
  • Fix missing migration code

v2.0.0

05 Aug 09:04
f8bebee
Compare
Choose a tag to compare

Migration from v1.0 to v2.0:

ng update apollo-angular

List of breaking changes and a migration strategy available on our "Migration Guide".

Changes:

  • Support Apollo Client 3.0 (use @apollo/client/core)
  • Http, HttpBatch and Headers links are now part of apollo-angular: apollo-angular/http and apollo-angular/headers
  • Re-export gql of graphql-tag (import { gql } from 'apollo-angular')
  • Add flushData method to TestingOperation (PR #1474 by @fetis)
  • Remove apollo-angular-boost and apollo-angular-cache-ngrx

v1.10.0

08 Jul 19:05
b049f5c
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each Apollo Angular commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • Support Angular 10

v1.9.1

15 Apr 14:01
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each Apollo Angular commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • Fix an issue with TypeScript prior v3.5 - private get accessor #1491

v1.9.0

15 Apr 14:01
d2f3f56
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each Apollo Angular commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • Bump version ranges for GraphQL (v15) and Apollo Link

v1.9.0-alpha.0

11 Apr 07:34
9099f9e
Compare
Choose a tag to compare
v1.9.0-alpha.0 Pre-release
Pre-release
  • Add ^9.0.0 to @angular/core peer dependency version range
  • Add ^15.0.0 to graphql peer dependency version range

v1.8.0

16 Oct 18:48
d6112dd
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • Introduces APOLLO_NAMED_OPTIONS token. Allows to create named Apollo clients using Dependency Injection (PR #1365)
  • Allow to test named Apollo client (PR #1365)

v1.7.0

03 Sep 18:18
de8bbfa
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build

List of changes:

  • Fixed type definition for subscribe PR #1290
  • Fix global scope naming for UMD build PR #1305
  • Introduce useInitialLoading in watch PR #1306

v1.6.0 - ARSENAL!

29 May 19:19
414a9aa
Compare
Choose a tag to compare
  • Angular 8 PR #1206
  • Bumps packages in schematics

1.5.0

19 Nov 15:19
Compare
Choose a tag to compare
chore(deps): update dependency @angular-devkit/schematics to v7.0.6 (…