Skip to content

Releases: kamilkisiela/apollo-angular

v3.0.0

17 Feb 10:39
dee1c98
Compare
Choose a tag to compare
  • useGETForQueries in Http Link 5996109
  • Bring back ApolloModule 0a24c4f
  • Fix useInitialLoading 750429c
  • Typed gql and graphql tags - both accept two generic types and support TypedDocumentNode 9a8ea5f
  • Add useMutationLoading flag bc223fe
  • Fix type inference for Mutations #1659
  • Declare support for Angular 13
  • Remove extract-files library from dependencies (you need to pass extractFiles function to HttpLink's options)

v2.6.0

26 May 13:42
Compare
Choose a tag to compare

v2.5.0

24 May 13:24
Compare
Choose a tag to compare
  • Support Angular 12

v2.4.0

02 Mar 10:58
Compare
Choose a tag to compare
  • Fix: Use let in Apollo constructor due to firefox bug #1632
  • Adds operationPrinter option to replace operation printing logic in HttpLink and HttpBatchLink #1637

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