Skip to content

Releases: graphql/graphiql

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

10 Jun 22:49
8adfaaf

Choose a tag to compare

Patch Changes

  • #4006 7792dc9 Thanks @dimaMachina! - push field type on stack too before field

  • #4007 f9780bd Thanks @dimaMachina! - Use an additional Alt key for focus doc explorer search input instead of Cmd/Ctrl+K because monaco-editor has a built-in shortcut for Cmd/Ctrl+K

  • #4004 16fdd6a Thanks @dimaMachina! - show spinner in doc explorer based on isIntrospecting value, and not based on isFetching

  • Updated dependencies [866a8f3, 1e3ec84, 0c8e390]:

    • @graphiql/react@0.35.0-rc.2

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

10 Jun 22:49
8adfaaf

Choose a tag to compare

Major Changes

monaco-graphql@1.7.0

06 Jun 22:41
2da9741

Choose a tag to compare

Minor Changes

  • #3996 662c143 Thanks @dimaMachina! - - support monaco-editor 0.52
    • remove unnecessary conditions
    • render Markdown in completion popup descriptions

graphiql@4.1.2

06 Jun 17:50
60d5bbc

Choose a tag to compare

Patch Changes

  • #3993 70d2216 Thanks @dimaMachina! - fix TypeError: Cannot read properties of null (reading 'get') and update graphiql webpack example to show how to use useStorage hook with GraphiQL component

graphiql@5.0.0-rc.1

06 Jun 23:31
a45e8dc

Choose a tag to compare

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

Major Changes

  • #3990 27e7eb6 Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same page
    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

Patch Changes

  • Updated dependencies [27e7eb6]:
    • @graphiql/plugin-doc-explorer@0.3.0-rc.1
    • @graphiql/plugin-history@0.3.0-rc.1
    • @graphiql/react@0.35.0-rc.1

@graphiql/react@0.35.0-rc.1

06 Jun 23:31
a45e8dc

Choose a tag to compare

Pre-release

Minor Changes

  • #3990 27e7eb6 Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same page
    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

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

06 Jun 23:31
a45e8dc

Choose a tag to compare

Pre-release

Minor Changes

  • #3990 27e7eb6 Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same page
    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

Patch Changes

  • Updated dependencies [27e7eb6]:
    • @graphiql/react@0.35.0-rc.1

@graphiql/plugin-explorer@5.0.0-rc.1

06 Jun 23:31
a45e8dc

Choose a tag to compare

Pre-release

Major Changes

  • #3990 27e7eb6 Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same page
    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

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

06 Jun 23:31
a45e8dc

Choose a tag to compare

Minor Changes

  • #3990 27e7eb6 Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same page
    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

Patch Changes

  • Updated dependencies [27e7eb6]:
    • @graphiql/react@0.35.0-rc.1

monaco-graphql@1.6.2

04 Jun 02:06
a3729f9

Choose a tag to compare

Patch Changes

  • #3983 403dfc2 Thanks @dimaMachina! - remove unused MonacoCompletionItem type

    fix types field in package.json, should be first, before import or require fields

    fixed monaco-graphql severity, it was hardcoded to 5 which is not valid value of monaco severity

  • Updated dependencies [9498dee]:

    • graphql-language-service@5.4.0