Skip to content

@graphiql/react@0.39.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:50
bffd89e

Minor Changes

  • #4462 1cb7eba Thanks @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 to false until 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 65867b5 Thanks @therealyo! - Keep the active tab selected when a tab to its right is closed. closeTab decremented activeTabIndex unconditionally, 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 6d57aad Thanks @trevor-scheer! - Fix an extra empty tab being created on reload. The query/variables/headers storage 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