Skip to content

Releases: graphql/graphiql

graphiql@5.2.0

19 Jul 17:43
0d9e51a
Compare
Choose a tag to compare

Minor Changes

  • #4081 4950dec Thanks @dimaMachina! - feat: add loader for initial loading of operation editor
    fix: adjust command palette width, border and remove box-shadow
    feat: add short cut Cmd/Ctrl + , for opening GraphiQL settings dialog

Patch Changes

  • Updated dependencies [4950dec]:
    • @graphiql/react@0.37.1

@graphiql/react@0.37.1

19 Jul 17:43
0d9e51a
Compare
Choose a tag to compare

Patch Changes

  • #4081 4950dec Thanks @dimaMachina! - feat: add loader for initial loading of operation editor
    fix: adjust command palette width, border and remove box-shadow
    feat: add short cut Cmd/Ctrl + , for opening GraphiQL settings dialog

graphiql@5.1.1

18 Jul 13:39
2634924
Compare
Choose a tag to compare

Patch Changes

  • #4078 6e5d5fc Thanks @dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports for useEditorStore, useExecutionStore, usePluginStore and useSchemaStore

  • Updated dependencies [6e5d5fc, 293beed]:

    • @graphiql/react@0.37.0
    • @graphiql/plugin-doc-explorer@0.4.1
    • @graphiql/plugin-history@0.4.1

@graphiql/react@0.37.0

18 Jul 13:39
2634924
Compare
Choose a tag to compare

Minor Changes

  • #4078 6e5d5fc Thanks @dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports for useEditorStore, useExecutionStore, usePluginStore and useSchemaStore

Patch Changes

@graphiql/plugin-history@0.4.1

18 Jul 13:39
2634924
Compare
Choose a tag to compare

Patch Changes

@graphiql/plugin-explorer@5.1.1

18 Jul 13:39
2634924
Compare
Choose a tag to compare

Patch Changes

@graphiql/plugin-doc-explorer@0.4.1

18 Jul 13:39
2634924
Compare
Choose a tag to compare

Patch Changes

@graphiql/plugin-code-exporter@5.1.1

18 Jul 13:39
2634924
Compare
Choose a tag to compare

Patch Changes

monaco-graphql@1.7.2

17 Jul 21:51
1dfc857
Compare
Choose a tag to compare

Patch Changes

  • #4071 3a0a755 Thanks @dimaMachina! - feat(graphql-language-service): export getContextAtPosition
    feat(graphiql): dynamically import monaco-editor and monaco-graphql

    When using GraphiQL in Next.js app, you no longer need to use next/dynamic:

    -import dynamic from 'next/dynamic'
    -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), {
    -  ssr: false
    -})
    +import { GraphiQL } from 'graphiql'
  • Updated dependencies [3a0a755]:

    • graphql-language-service@5.5.0

graphql-language-service@5.5.0

17 Jul 21:51
1dfc857
Compare
Choose a tag to compare

Minor Changes

  • #4071 3a0a755 Thanks @dimaMachina! - feat(graphql-language-service): export getContextAtPosition
    feat(graphiql): dynamically import monaco-editor and monaco-graphql

    When using GraphiQL in Next.js app, you no longer need to use next/dynamic:

    -import dynamic from 'next/dynamic'
    -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), {
    -  ssr: false
    -})
    +import { GraphiQL } from 'graphiql'