Skip to content

Releases: graphql/graphiql

monaco-graphql@1.7.2

17 Jul 21:51
1dfc857

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

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'

graphiql@5.1.0

17 Jul 21:52
1dfc857

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'
  • #4074 fd3f9e6 Thanks @dimaMachina! - Ensure storage and theme store values aren't shared between GraphiQL instances. Deprecate useTheme and useStorage hooks in favour of values from useGraphiQL and useGraphiQLActions hooks

    feat(@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move @graphiql/react to peerDependencies

  • #4077 3d41e11 Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router and ssr: true

Patch Changes

  • #4076 416e3a0 Thanks @dimaMachina! - fix broken useOperationsEditorState and useEditorState hook and add unit tests

  • Updated dependencies [3a0a755, fd3f9e6, 416e3a0, 3d41e11]:

    • @graphiql/react@0.36.0
    • @graphiql/plugin-history@0.4.0
    • @graphiql/plugin-doc-explorer@0.4.0

codemirror-graphql@2.2.4

17 Jul 21:51
1dfc857

Choose a tag to compare

Patch Changes

  • Updated dependencies [3a0a755]:
    • graphql-language-service@5.5.0

@graphiql/react@0.36.0

17 Jul 21:51
1dfc857

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'
  • #4074 fd3f9e6 Thanks @dimaMachina! - Ensure storage and theme store values aren't shared between GraphiQL instances. Deprecate useTheme and useStorage hooks in favour of values from useGraphiQL and useGraphiQLActions hooks

    feat(@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move @graphiql/react to peerDependencies

  • #4077 3d41e11 Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router and ssr: true

Patch Changes

  • #4076 416e3a0 Thanks @dimaMachina! - fix broken useOperationsEditorState and useEditorState hook and add unit tests

  • Updated dependencies [3a0a755]:

    • monaco-graphql@1.7.2
    • graphql-language-service@5.5.0

@graphiql/plugin-history@0.4.0

17 Jul 21:51
1dfc857

Choose a tag to compare

Minor Changes

Patch Changes

@graphiql/plugin-explorer@5.1.0

17 Jul 21:51
1dfc857

Choose a tag to compare

Minor Changes

Patch Changes

@graphiql/plugin-doc-explorer@0.4.0

17 Jul 21:52
1dfc857

Choose a tag to compare

Minor Changes

Patch Changes

@graphiql/plugin-code-exporter@5.1.0

17 Jul 21:51
1dfc857

Choose a tag to compare

Minor Changes

Patch Changes

graphiql@5.0.6

13 Jul 01:11
8917cad

Choose a tag to compare

Patch Changes

  • #4069 142f3f2 Thanks @dimaMachina! - reduce bundle size, import prettier dynamically to avoid bundling Prettier

    diff from vite example

    -dist/assets/index-BMgFrxsd.js             4,911.53 kB │ gzip: 1,339.77 kB
    +dist/assets/index-BlpzusGL.js             4,221.28 kB │ gzip: 1,145.58 kB
  • Updated dependencies [142f3f2]:

    • @graphiql/react@0.35.6