@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 server
capabilities 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
- monaco-graphql@1.9.0