Skip to content

Releases: graphql/graphiql

codemirror-graphql@2.2.3

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

Patch Changes

@graphiql/react@0.35.1

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

Patch Changes

@graphiql/react@0.35.0

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/plugin-history@0.3.0

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/plugin-explorer@5.0.0

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/plugin-doc-explorer@0.3.0

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/plugin-code-exporter@5.0.0

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@5.0.0-rc.6

22 Jun 12:38
b630949
Compare
Choose a tag to compare
graphiql@5.0.0-rc.6 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

  • Updated dependencies [0a08642]:
    • @graphiql/react@0.35.0-rc.9

@graphiql/react@0.35.0-rc.9

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

graphiql@5.0.0-rc.5

21 Jun 14:28
5cf7a18
Compare
Choose a tag to compare
graphiql@5.0.0-rc.5 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

  • Updated dependencies [6a50740, 7fb5ac3]:
    • @graphiql/plugin-doc-explorer@0.3.0-rc.4
    • @graphiql/plugin-history@0.3.0-rc.3
    • @graphiql/react@0.35.0-rc.8