Skip to content

Releases: graphql/graphiql

graphiql@3.0.8

31 Oct 15:44

Choose a tag to compare

Patch Changes

  • Updated dependencies [39bf31d1]:
    • @graphiql/react@0.20.1

graphiql@3.0.7

31 Oct 14:47

Choose a tag to compare

Patch Changes

  • Updated dependencies [f6afd22d]:
    • @graphiql/react@0.20.0

@graphiql/react@0.20.1

31 Oct 15:44

Choose a tag to compare

Patch Changes

@graphiql/react@0.20.0

31 Oct 14:47

Choose a tag to compare

Minor Changes

  • #3443 f6afd22d Thanks @acao! - Add useHeadersEditorState and generic useEditorState hooks

@graphiql/plugin-explorer@1.0.1

31 Oct 15:44

Choose a tag to compare

Patch Changes

  • Updated dependencies [39bf31d1]:
    • @graphiql/react@0.20.1

@graphiql/plugin-code-exporter@1.0.1

31 Oct 15:44

Choose a tag to compare

Patch Changes

  • Updated dependencies [39bf31d1]:
    • @graphiql/react@0.20.1

graphql-language-service-server@2.11.5

26 Sep 21:16

Choose a tag to compare

Patch Changes

graphql-language-service-cli@3.3.27

26 Sep 21:16

Choose a tag to compare

Patch Changes

  • Updated dependencies [530ef47a]:
    • graphql-language-service-server@2.11.5

monaco-graphql@1.4.0

17 Sep 20:43
9e421ad

Choose a tag to compare

Minor Changes

Patch Changes

  • #3384 31ded5e0 Thanks @acao! - import only editor.api & basic features, add monaco-graphql/lite

    • switch from exporting edcore.js to editor.api.js as recommended, and minimal features to get the editor working
      • edcore imports editor.all which contains many monaco-editor features we don't use
    • dynamic import of json language mode only if the user supplies configuration for json validation
    • update monaco examples to show minimal typescript implementation alongside graphql
    • add new simplified exports with backwards compatibility:
      • monaco-graphql/initializeMode
      • monaco-graphql/graphql.worker
      • monaco-graphql/monaco-editor
    • introduce monaco-graphql/lite for users who want the most minimum version possible, and to only import the features they need
  • Updated dependencies [7b00774a, 7b00774a]:

    • graphql-language-service@5.2.0

graphql-language-service@5.2.0

17 Sep 20:42
9e421ad

Choose a tag to compare

Minor Changes

Patch Changes