Releases: kamilkisiela/apollo-angular
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
v1.9.0-alpha.0
- Add
^9.0.0
to@angular/core
peer dependency version range - Add
^15.0.0
tographql
peer dependency version range
v1.8.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
List of changes:
v1.7.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build
List of changes:
v1.6.0 - ARSENAL!
- Angular 8 PR #1206
- Bumps packages in schematics
1.5.0
chore(deps): update dependency @angular-devkit/schematics to v7.0.6 (…