This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
apollo-angular@8.0.0
Major Changes
#23168c75368
Thanks @Frozen-byte! - added a complete() method for
TestOperation object to cancel subscriptions after flush()
BREAKING CHANGE: subscription observables must be manually completed by the complete() method.
### 💻 Website Preview
The latest changes are available as preview in: [https://2f92fe89.apollo-angular.pages.dev](https://2f92fe89.apollo-angular.pages.dev)
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
apollo-angular@8.0.0
Major Changes
#2316
8c75368
Thanks @Frozen-byte! - added acomplete()
method forTestOperation
object to cancel subscriptions afterflush()
BREAKING CHANGE: subscription observables must be manually completed by the
complete()
method.Patch Changes
#2323
095457d
Thanks @PowerKiKi! - dependencies updates:@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0
↗︎ (from^17.0.0 || ^18.0.0
, inpeerDependencies
)#2319
cafb23a
Thanks @PowerKiKi! - Move away from deprecated things#2317
a564953
Thanks @PowerKiKi! - Let typing flow better