Version Packages - #4477
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 30, 2026 14:50
588a334 to
7f941f9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 30, 2026 19:35
7f941f9 to
6cf2a33
Compare
trevor-scheer
enabled auto-merge (squash)
August 30, 2026 19:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
graphiql@5.4.0
Minor Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Patch Changes
65867b5,6d57aad,1cb7eba]:@graphiql/react@0.39.0
Minor Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Patch Changes
#4468
65867b5Thanks @therealyo! - Keep the active tab selected when a tab to its right is closed.closeTabdecrementedactiveTabIndexunconditionally, without comparing it to the index of the closed tab.Closing a tab positioned after the active one does not shift the active tab
Closing the active tab, or a tab before it, is unchanged.
#4476
6d57aadThanks @trevor-scheer! - Fix an extra empty tab being created on reload. Thequery/variables/headersstorage keys are only written on edit, so reloading a session that never touched the editors found no stored editor state matching any tab and pushed a new empty one.Updated dependencies [
d0a34f4,1cb7eba,296214d]:graphql-language-service@5.7.0
Minor Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Patch Changes
#4466
d0a34f4Thanks @glen-84! - Anchor validation diagnostics at the highlighted node's own position, so the range for an unknown aliased field covers the field name rather than the alias, and the range for an unknown directive covers its name rather than starting at the@.#4356
296214dThanks @DukeDeSouth! - Wrap autocompleted list input values in square bracketsWhen you complete an enum or boolean value for a list-typed argument or input field (e.g.
[Episode]), the suggestion now inserts[JEDI]instead of a bareJEDI, which produced an invalid query. Values completed inside an existing list literal, and non-list values, are left as they were.graphql-language-service-server@2.15.0
Minor Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Patch Changes
d0a34f4,1cb7eba,296214d]:monaco-graphql@1.9.0
Minor Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Patch Changes
d0a34f4,1cb7eba,296214d]:cm6-graphql@0.2.2
Patch Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Updated dependencies [
d0a34f4,1cb7eba,296214d]:codemirror-graphql@2.2.9
Patch Changes
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation,type information, autocomplete, hover, and editor integrations. Enable it with
experimentalFragmentArguments: true; it defaults tofalseuntil servercapabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while
including variables from operations that spread the current fragment.
Updated dependencies [
d0a34f4,1cb7eba,296214d]:@graphiql/plugin-code-exporter@5.1.4
Patch Changes
65867b5,6d57aad,1cb7eba]:@graphiql/plugin-doc-explorer@0.4.4
Patch Changes
65867b5,6d57aad,1cb7eba]:@graphiql/plugin-explorer@5.1.5
Patch Changes
65867b5,6d57aad,1cb7eba]:@graphiql/plugin-history@0.4.4
Patch Changes
65867b5,6d57aad,1cb7eba]: