Skip to content

Conversation

@theguild-bot
Copy link
Collaborator

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

[email protected]

Major Changes

  • #2340
    6d3d5ba
    Thanks @PowerKiKi! - - Requires @apollo/client 3.13.1
    • Dropped SubscriptionResult, because it added extra maintenance work to keep native types in
      sync, and it brought no value over using native type.
      diff - import type { SubscriptionResult } from 'apollo-angular'; + import type { FetchResult } from '@apollo/client/core';
    • Most methods of QueryRef forward types from @apollo/client. That should allow always using
      correct types from whichever @apollo/client version is installed without needing to touch
      apollo-angular.
    • QueryRef.valueChanges and QueryRef.queryId are readonly, because there is no reason for
      those to be re-affected.

Patch Changes

@github-actions
Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://9b788f51.apollo-angular.pages.dev

@PowerKiKi PowerKiKi merged commit f86e55d into master Feb 18, 2025
34 checks passed
@PowerKiKi PowerKiKi deleted the changeset-release/master branch February 18, 2025 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants