Skip to content

Releases: graphql/graphiql

@graphiql/react@0.35.0-rc.9

22 Jun 12:38
b630949

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

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

@graphiql/react@0.35.0-rc.8

21 Jun 14:28
5cf7a18

Choose a tag to compare

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

@graphiql/plugin-history@0.3.0-rc.3

21 Jun 14:28
5cf7a18

Choose a tag to compare

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/react@0.35.0-rc.8

@graphiql/plugin-doc-explorer@0.3.0-rc.4

21 Jun 14:28
5cf7a18

Choose a tag to compare

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/react@0.35.0-rc.8

@graphiql/plugin-code-exporter@5.0.0-rc.2

21 Jun 14:28
5cf7a18

Choose a tag to compare

Minor Changes

@graphiql/react@0.35.0-rc.7

19 Jun 21:46
1b7fa8d

Choose a tag to compare

Pre-release

Patch Changes

  • #4020 3c0ad34 Thanks @dimaMachina! - - run cypress tests in React strict mode
    • fix defaultQuery with empty string does not result in an empty default query
    • fix useDidUpdate in React strict mode

graphiql@5.0.0-rc.4

15 Jun 23:30
d4950df

Choose a tag to compare

graphiql@5.0.0-rc.4 Pre-release
Pre-release

Minor Changes

Patch Changes

  • Updated dependencies [cff3da5]:
    • @graphiql/react@0.35.0-rc.6

@graphiql/react@0.35.0-rc.6

15 Jun 23:30
d4950df

Choose a tag to compare

Pre-release

Minor Changes

@graphiql/react@0.35.0-rc.5

14 Jun 15:53
c4d3925

Choose a tag to compare

Pre-release

Minor Changes