apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁

MIT License

Downloads
123
Stars
1.5K

Bot releases are hidden (Show)

apollo-angular - v4.1.1

Published by kamilkisiela almost 2 years ago

  • Fix creating default client when using named options (APOLLO_NAMED_OPTIONS)
  • Support newest zone.js #1841
apollo-angular - v4.1.0

Published by kamilkisiela about 2 years ago

  • Support @apollo/client v3.7.X
  • Fix typescript issue with MutationResult type #1818
apollo-angular - v4.0.1

Published by kamilkisiela about 2 years ago

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

apollo-angular - 4.0.0

Published by kamilkisiela about 2 years ago

Support Angular v14

apollo-angular - v3.0.1

Published by kamilkisiela over 2 years ago

  • Fix previously corrupted distribution of apollo-angular package.
apollo-angular - v3.0.0

Published by kamilkisiela over 2 years ago

  • 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)
apollo-angular - v2.6.0

Published by kamilkisiela over 3 years ago

apollo-angular - v2.5.0

Published by kamilkisiela over 3 years ago

  • Support Angular 12
apollo-angular - v2.4.0

Published by kamilkisiela over 3 years ago

  • Fix: Use let in Apollo constructor due to firefox bug #1632
  • Adds operationPrinter option to replace operation printing logic in HttpLink and HttpBatchLink #1637
apollo-angular -

Published by fetis over 3 years ago

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

apollo-angular - v2.2.0

Published by fetis almost 4 years ago

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

apollo-angular - v2.1.0

Published by kamilkisiela almost 4 years ago

  • 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
apollo-angular - v2.0.4

Published by kamilkisiela about 4 years ago

  • Fix v2 migration: default export (ApolloClient) of apollo-client
  • Use TypeScript to parse JSON files (supports comments in JSON)
apollo-angular - v2.0.3

Published by kamilkisiela about 4 years ago

  • Use JSON.parse to parse package.json file in v2 migration
apollo-angular - v2.0.2

Published by kamilkisiela about 4 years ago

  • Fix duplicated imports in v2 migration
apollo-angular - v2.0.1

Published by kamilkisiela about 4 years ago

  • Fix missing migration code
apollo-angular - v2.0.0

Published by kamilkisiela about 4 years ago

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
apollo-angular - v1.10.0

Published by kamilkisiela over 4 years ago

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
apollo-angular - v1.9.1

Published by kamilkisiela over 4 years ago

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
apollo-angular - v1.9.0

Published by kamilkisiela over 4 years ago

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