Releases: kamilkisiela/apollo-angular
v2.2.0
v2.1.0
- Move
apollo-angular-link-persisted
toapollo-angular/persisted-queries
(support Apollo Client 3.0) - Support
clientAwareness
(apollographql-client-name
andapollographql-client-version
headers) inHttpLink
andHttpBatchLink
v2.0.4
- Fix v2 migration: default export (
ApolloClient
) ofapollo-client
- Use TypeScript to parse JSON files (supports comments in JSON)
v2.0.3
- Use
JSON.parse
to parsepackage.json
file in v2 migration
v2.0.2
- Fix duplicated imports in v2 migration
v2.0.1
- Fix missing migration code
v2.0.0
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
andHeaders
links are now part of apollo-angular:apollo-angular/http
andapollo-angular/headers
- Re-export
gql
ofgraphql-tag
(import { gql } from 'apollo-angular'
) - Add
flushData
method toTestingOperation
(PR #1474 by @fetis) - Remove
apollo-angular-boost
andapollo-angular-cache-ngrx
v1.10.0
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
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
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