angular-fullstack-graphql
angular-fullstack-graphql copied to clipboard
Update dependency apollo-angular to v1
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| apollo-angular | dependencies | major | 0.13.3 -> 1.5.0 |
homepage, source |
Release Notes
apollographql/apollo-angular
v1.5.0
v1.4.1
- schematics: bump dependencies
v1.4.0
- Support named clients in Query, Mutatio and Subscription classes PR #​799
v1.3.0
- Make
Subscriptiongeneric PR #​778 - Schematics (
ng add apollo-angular) PR #​779, PR #​780 - Allow to use a custom ApolloCache while testing PR #​786
v1.2.0
- Expose
queryIdinQueryRefPR #​733 - Introduce
Query,Mutation,Subscriptionservices PR #​622 - Angular 6.1 is now required (because of TypeScript 2.8)
- TypeScript 2.8 is now required (because of Omit type)
- Apollo Client ^2.3.4 is now required (versions before are not compatible because of the change in apollo-client)
v1.1.0
- Supports Angular 6 and RxJS 6 (PR #​580)
- Introduces
apollo-angular/testingtools (PR #​592) - Introduces
APOLLO_OPTIONStoken. Allows to create Apollo using Dependency Injection (PR #​607) - Adds
sideEffects: false(webpack) (PR #​580) - Introduces
ExtraSubscriptionOptions. Allows to runApollo.subscribeoutside the Zone (PR #​488)
v1.0.1
- Brings typed variables to
QueryRef
v1.0.0
- Supports ApolloClient 2.0
- Supports ApolloLinks and ApolloCache
- Supports Angular v5
- Possible to combine Apollo with anything from Angular's Dependency Injection
- Supports NativeScript
- Simpler and less error prone API for watching queries thanks to
QueryRef - More AoT friendly
- Brings back Server-Side Rendering
- Allows to type the operation variables
BREAKING CHANGES: - see Migation
- Drops
apollo-client-rxjs(thanks toQueryRef) - Replaces
ApolloQueryObservablewithQueryRef - Introduces new API for defining multiple clients (
Apollo.create,Apollo.createDefault,Apollo.createNamed) - No longer exposes
ClientMap,ClientMapWrapper,ClientWrapper - Removes 'variables as Observables' feature
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.