Skip to content

Releases: kamilkisiela/apollo-angular

February 13, 2023

13 Feb 10:19
4aa0722
Compare
Choose a tag to compare

[email protected]

Patch Changes

v4.1.1

16 Nov 13:07
Compare
Choose a tag to compare
  • Fix creating default client when using named options (APOLLO_NAMED_OPTIONS)
  • Support newest zone.js #1841

v4.1.0

13 Oct 09:51
Compare
Choose a tag to compare
  • Support @apollo/client v3.7.X
  • Fix typescript issue with MutationResult type #1818

v4.0.1

13 Oct 09:51
Compare
Choose a tag to compare

Add missing apollo-angular/persisted-queries and apollo-angular/testing

4.0.0

13 Oct 09:50
Compare
Choose a tag to compare

Support Angular v14

v3.0.1

05 Apr 14:19
Compare
Choose a tag to compare
  • Fix previously corrupted distribution of apollo-angular package.

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