Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 21, 2024

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

[email protected]

Minor Changes

  • Add CLI entrypoint gql-tada capable of generating the types file without the LSP running
    Submitted by @JoviDeCroock (See #58)
  • Add graphql.persisted() to create an API for persisted documents that omits a query’s definitions from the output bundle
    Submitted by @kitten (See #98)

Patch Changes

  • Allow graphql.scalar to resolve types for input objects
    Submitted by @kitten (See #97)
  • Address performance cliff for getDocumentNode inference and object-flattening utilities
    Submitted by @kitten (See #107)
  • Refactor type unwrapping for NON_NULL field types (with @_optional and @_required), input types, and variable types
    Submitted by @kitten (See #104)
  • ⚠️ Fix $tada not being exported, which can cause projects with isolatedModules: true set from building
    Submitted by @kitten (See #99)
  • ⚠️ Fix schema pathname resolution in CLI
    Submitted by @wyattades (See #82)
  • Add disableMasking flag to allow fragment masking to be disabled. When this is set to true on the setupSchema interface, fragments won’t be masked, which imitates the behaviour you’d see when adding @_unmask to every single one of your fragments. This is currently considered a preview feature
    Submitted by @kitten (See #69)
  • Keep the possible types that are iterated through narrow through repeated abstract type fragment spreads, and provide an optional __typename?: PossibleType field by default so the type checker has an exact property to merge types on
    Submitted by @kitten (See #102)
  • Handle inference of input object fields with missing defaultValue properties in introspection
    Submitted by @llllvvuu (See #101)
  • Add missing support for input object fields with default values. Previously, input object fields with default values were still marked as required in variables
    Submitted by @kitten (See #73)
  • Refactor several internal utility types
    Submitted by @kitten (See #68)
  • Updated dependencies (See #58)

@gql.tada/[email protected]

Minor Changes

  • Add CLI entrypoint gql-tada capable of generating the types file without the LSP running
    Submitted by @JoviDeCroock (See #58)

@github-actions github-actions bot force-pushed the changeset-release/main branch from 2939b28 to c2c6097 Compare February 21, 2024 09:08
@github-actions github-actions bot force-pushed the changeset-release/main branch from c2c6097 to 59e1b9d Compare February 21, 2024 09:22
@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from afc8f32 to 022b1f2 Compare February 27, 2024 15:48
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from c6d618c to 4399c6b Compare March 5, 2024 12:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4399c6b to 6a19cd9 Compare March 5, 2024 12:54
@JoviDeCroock JoviDeCroock merged commit 0c383ac into main Mar 5, 2024
@JoviDeCroock JoviDeCroock deleted the changeset-release/main branch March 5, 2024 12:56
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