Skip to content

Releases: graphql/graphiql

vscode-graphql-execution@0.3.7

11 Jun 16:26
987eb5c

Choose a tag to compare

Patch Changes

  • #4342 b4c7ae5 Thanks @trevor-scheer! - Upgrade @urql/core to v6 and remove the esbuild shim that redirected graphql .mjs imports.

graphiql@5.2.4

11 Jun 16:26
987eb5c

Choose a tag to compare

Patch Changes

  • #4346 0f5a2a0 Thanks @trevor-scheer! - Release a patch version of the packages served from esm.sh in the GraphiQL CDN example to trigger a rebuild on esm.sh now that a longstanding esm.sh issue has been fixed.

  • Updated dependencies [0f5a2a0]:

    • @graphiql/react@0.37.7

@graphiql/toolkit@0.12.1

11 Jun 16:26
987eb5c

Choose a tag to compare

Patch Changes

@graphiql/react@0.37.7

11 Jun 16:26
987eb5c

Choose a tag to compare

Patch Changes

  • #4346 0f5a2a0 Thanks @trevor-scheer! - Release a patch version of the packages served from esm.sh in the GraphiQL CDN example to trigger a rebuild on esm.sh now that a longstanding esm.sh issue has been fixed.

  • Updated dependencies [0f5a2a0]:

    • @graphiql/toolkit@0.12.1

@graphiql/plugin-explorer@5.1.3

11 Jun 16:26
987eb5c

Choose a tag to compare

Patch Changes

vscode-graphql-execution@0.3.6

06 Jun 19:50
76ed461

Choose a tag to compare

Patch Changes

graphql-language-service@5.5.2

06 Jun 19:50
76ed461

Choose a tag to compare

Patch Changes

  • #4329 a526a10 Thanks @vishwakt! - Make the fields block optional when parsing object, interface, input, and enum type definitions (and their extensions) in the online parser. Per the GraphQL spec these blocks are optional, so spec-valid SDL such as extend type Foo @onType or type Foo @onType (directives only, no body) no longer reports invalidchar during syntax highlighting.

graphql-language-service-server@2.14.10

06 Jun 19:50
76ed461

Choose a tag to compare

Patch Changes

  • #4328 d6b71ce Thanks @vishwakt! - Move debounce-promise from devDependencies to dependencies. It is imported at runtime in MessageProcessor.ts, so it must be a regular dependency. Previously the package only resolved it via hoisting, which fails under strict installs (e.g. pnpm v11), causing graphql-lsp to crash with Cannot find module 'debounce-promise'.

  • #4331 e1077b9 Thanks @vishwakt! - Import Logger from vscode-jsonrpc instead of vscode-languageserver. Logger is defined in vscode-jsonrpc (a direct dependency) and only reached vscode-languageserver through a transitive re-export, which tsgo failed to resolve on CI (Module '"vscode-languageserver"' has no exported member 'Logger'). Importing from the package that owns the type avoids relying on that fragile re-export chain.

  • Updated dependencies [a526a10]:

    • graphql-language-service@5.5.2

codemirror-graphql@2.2.7

06 Jun 19:50
76ed461

Choose a tag to compare

Patch Changes

  • Updated dependencies [a526a10]:
    • graphql-language-service@5.5.2

@graphiql/react@0.37.6

06 Jun 19:50
76ed461

Choose a tag to compare

Patch Changes

  • #4332 61d138f Thanks @vishwakt! - Fix image previews in the response viewer fetching from the wrong host. Monaco splits the hovered word on :, so a full URL like https://example.com/img.png reaches the preview as the protocol-relative //example.com/img.png. The preview stripped the leading character, turning that into the host-relative /example.com/img.png and fetching it from the current origin. The original host is now preserved.

  • Updated dependencies [a526a10]:

    • graphql-language-service@5.5.2