Skip to content

@graphql-codegen/typescript-apollo-angular@2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 12:55
· 3243 commits to master since this release
aea1ca9

Major Changes

  • bf29f13: Support Apollo Angular 2.0 by default

    Breaking Changes

    The default supported version of this plugin is v2 of apollo-angular.

    If you are still using v1, you should add this to your configuration:

    config:
      apolloAngularVersion: 1

Minor Changes

  • bf29f13: Allow to define the Injector of the generated SDK class in Apollo Angular plugin

Patch Changes

  • b9113da: Fix Dependency Injection issue in Apollo Angular when targeting ES5
  • Updated dependencies [4266a15]
    • @graphql-codegen/visitor-plugin-common@1.17.12