Skip to content

Releases: graphql/graphiql

[email protected]

24 Jun 07:47
ed31b72
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

24 Jun 22:42
c392ee0
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

24 Jun 07:46
ed31b72
Compare
Choose a tag to compare

We're thrilled to announce the release of the all-new GraphiQL 5, powered by
the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors.
This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago.
And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

@graphiql/[email protected]

24 Jun 07:47
ed31b72
Compare
Choose a tag to compare

We're thrilled to announce the release of the all-new GraphiQL 5, powered by
the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors.
This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago.
And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

@graphiql/[email protected]

24 Jun 07:46
ed31b72
Compare
Choose a tag to compare

We're thrilled to announce the release of the all-new GraphiQL 5, powered by
the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors.
This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago.
And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

@graphiql/[email protected]

24 Jun 07:46
ed31b72
Compare
Choose a tag to compare

We're thrilled to announce the release of the all-new GraphiQL 5, powered by
the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors.
This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago.
And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

@graphiql/[email protected]

24 Jun 07:46
ed31b72
Compare
Choose a tag to compare

We're thrilled to announce the release of the all-new GraphiQL 5, powered by
the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors.
This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago.
And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

[email protected]

22 Jun 12:38
b630949
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • #3735 0a08642 Thanks @dimaMachina! - - Remove query, variables, headers, and response props from <GraphiQL /> and <GraphiQLProvider />
    • Add initialQuery, initialVariables and initialHeaders props
    • Fix defaultQuery, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
    • remove useSynchronizeValue hook

Patch Changes

@graphiql/[email protected]

22 Jun 12:38
b630949
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #3735 0a08642 Thanks @dimaMachina! - - Remove query, variables, headers, and response props from <GraphiQL /> and <GraphiQLProvider />
    • Add initialQuery, initialVariables and initialHeaders props
    • Fix defaultQuery, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
    • remove useSynchronizeValue hook

[email protected]

21 Jun 14:28
5cf7a18
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • #4025 6a50740 Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig

  • #4026 7fb5ac3 Thanks @dimaMachina! - - deprecate useExplorerContext, useHistoryContext, usePrettifyEditors, useCopyQuery, useMergeQuery, useExecutionContext, usePluginContext, useSchemaContext, useStorageContext hooks

    • fix response editor overflow on <GraphiQL.Footer />
    • export GraphiQLProps type
    • allow children: ReactNode for <GraphiQL.Toolbar />
    • change ToolbarMenu component:
      • The label and className props were removed
      • The button prop should now be a button element
    • document useGraphiQL and useGraphiQLActions hooks in @graphiql/react README.md
    • rename useThemeStore to useTheme

Patch Changes