Skip to content

Releases: kamilkisiela/apollo-angular

v2.3.0

17 Feb 14:36
Compare
Choose a tag to compare

830da18 build: Allows zone.js v11(#1629)
136663f docs: Update queries.md (#1616)

v2.2.0

07 Jan 10:46
Compare
Choose a tag to compare

b152d53 Added Angular 11 peer dependency (#1615)
d179a66 docs: Integrated documentation changes (#1590)
5d938a3 Update README.md (#1598)
60b8445 fix: test data modification (#1596)

v2.1.0

05 Nov 20:36
Compare
Choose a tag to compare
  • Move apollo-angular-link-persisted to apollo-angular/persisted-queries (support Apollo Client 3.0)
  • Support clientAwareness (apollographql-client-name and apollographql-client-version headers) in HttpLink and HttpBatchLink

v2.0.4

01 Sep 17:45
713748e
Compare
Choose a tag to compare
  • Fix v2 migration: default export (ApolloClient) of apollo-client
  • Use TypeScript to parse JSON files (supports comments in JSON)

v2.0.3

05 Aug 09:05
Compare
Choose a tag to compare
  • Use JSON.parse to parse package.json file in v2 migration

v2.0.2

05 Aug 09:05
Compare
Choose a tag to compare
  • Fix duplicated imports in v2 migration

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