Skip to content

Releases: graphql/graphiql

[email protected]

09 Nov 19:24
cd5f723
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

09 Nov 19:24
cd5f723
Compare
Choose a tag to compare

Minor Changes

@graphiql/[email protected]

09 Nov 19:24
cd5f723
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

09 Nov 19:24
cd5f723
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Nov 13:59
487b5ed
Compare
Choose a tag to compare

Minor Changes

  • #3762 76b3cc8 Thanks @mavenskylab! - The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed.

[email protected]

24 Aug 14:21
a929862
Compare
Choose a tag to compare

Patch Changes

  • #3751 b8538d8 Thanks @dimaMachina! - replace deprecated navigator.platform with navigator.userAgent

    fix placeholder ⌘ K in doc explorer search input for non mac devices, replace by Ctrl K

  • Updated dependencies [b8538d8]:

[email protected]

24 Aug 14:20
a929862
Compare
Choose a tag to compare

Patch Changes

  • #3751 b8538d8 Thanks @dimaMachina! - replace deprecated navigator.platform with navigator.userAgent

    fix placeholder ⌘ K in doc explorer search input for non mac devices, replace by Ctrl K

[email protected]

24 Aug 14:20
a929862
Compare
Choose a tag to compare

Patch Changes

  • #3751 b8538d8 Thanks @dimaMachina! - replace deprecated navigator.platform with navigator.userAgent

    fix placeholder ⌘ K in doc explorer search input for non mac devices, replace by Ctrl K

@graphiql/[email protected]

24 Aug 14:21
a929862
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

23 Aug 23:01
1a561b3
Compare
Choose a tag to compare

Minor Changes

  • #3747 21c4409 Thanks @dimaMachina! - do not include require statements in ESM build, include import in esm and require in cjs builds

    make getWsFetcher, createWebsocketsFetcherFromUrl async

  • #3746 2ad4e75 Thanks @dimaMachina! - compile with tsup instead of tsc