Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1182

Merged
merged 1 commit into from
Dec 3, 2020
Merged

Version Packages #1182

merged 1 commit into from
Dec 3, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 27, 2020

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 main, this PR will be updated.

Releases

@urql/[email protected]

Minor Changes

  • Increase the consistency of when and how the __typename field is added to results. Instead of
    adding it by default and automatically first, the __typename field will now be added along with
    the usual selection set. The write operation now automatically issues a warning if __typename
    isn't present where it's expected more often, which helps in debugging. Also the __typename field
    may now not proactively be added to root results, e.g. "Query", by @kitten (See #1185)

Patch Changes

  • Replace graphql/utilities/buildClientSchema.mjs with a custom-tailored, lighter implementation
    built into @urql/exchange-graphcache. This will appear to increase its size by about 0.2kB gzip
    but will actually save around 8.5kB gzip to 9.4kB gzip in any production bundle by using less of
    graphql's code, by @kitten (See #1189)
  • Updated dependencies (See #1187, #1186, and #1186)

@urql/[email protected]

Minor Changes

  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @kitten (See #1187)

Patch Changes

  • ⚠️ Fix edge case in formatDocument, which fails to add a __typename field if it has been aliased to a different name, by @kitten (See #1186)
  • Cache results of formatDocument by the input document's key, by @kitten (See #1186)

@urql/[email protected]

Patch Changes

  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @kitten (See #1187)
  • Add suspense: false to options when executeQuery is called explicitly, by @kitten (See #1181)
  • Updated dependencies (See #1187, #1186, and #1186)

[email protected]

Patch Changes

  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @kitten (See #1187)
  • Add suspense: false to options when executeQuery is called explicitly, by @kitten (See #1181)
  • Updated dependencies (See #1187, #1186, and #1186)

@urql/[email protected]

Patch Changes

  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @kitten (See #1187)
  • Updated dependencies (See #1187, #1186, and #1186)

@urql/[email protected]

Patch Changes

  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @kitten (See #1187)
  • Updated dependencies (See #1187, #1186, and #1186)

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 153dd4b to 025c6da Compare December 3, 2020 09:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 025c6da to cab2853 Compare December 3, 2020 12:30
@kitten kitten merged commit eee8289 into main Dec 3, 2020
@kitten kitten deleted the changeset-release/main branch December 3, 2020 13:00
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.

1 participant