Skip to content

Releases: graphql/graphiql

[email protected]

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

@graphiql/[email protected]

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

[email protected]

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

Patch Changes

@graphiql/[email protected]

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/[email protected]

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

Patch Changes

@graphiql/[email protected]

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

Patch Changes

@graphiql/[email protected]

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

Patch Changes

@graphiql/[email protected]

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

Patch Changes

[email protected]

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]:

[email protected]

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'