Releases: graphql/graphiql
[email protected]
Patch Changes
- Updated dependencies [
f86e2bc
]:- @graphiql/[email protected]
@graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- Updated dependencies [
f86e2bc
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- Updated dependencies [
f86e2bc
]:- @graphiql/[email protected]
[email protected]
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]
Patch Changes
-
#3751
b8538d8
Thanks @dimaMachina! - replace deprecatednavigator.platform
withnavigator.userAgent
fix placeholder
⌘ K
in doc explorer search input for non mac devices, replace byCtrl K
-
Updated dependencies [
b8538d8
]:- @graphiql/[email protected]
[email protected]
Patch Changes
-
#3751
b8538d8
Thanks @dimaMachina! - replace deprecatednavigator.platform
withnavigator.userAgent
fix placeholder
⌘ K
in doc explorer search input for non mac devices, replace byCtrl K
[email protected]
Patch Changes
-
#3751
b8538d8
Thanks @dimaMachina! - replace deprecatednavigator.platform
withnavigator.userAgent
fix placeholder
⌘ K
in doc explorer search input for non mac devices, replace byCtrl K
@graphiql/[email protected]
Patch Changes
-
#3751
b8538d8
Thanks @dimaMachina! - replace deprecatednavigator.platform
withnavigator.userAgent
fix placeholder
⌘ K
in doc explorer search input for non mac devices, replace byCtrl K
-
Updated dependencies [
b8538d8
]:
@graphiql/[email protected]
Minor Changes
-
#3747
21c4409
Thanks @dimaMachina! - do not includerequire
statements in ESM build, includeimport
in esm andrequire
in cjs buildsmake
getWsFetcher
,createWebsocketsFetcherFromUrl
async -
#3746
2ad4e75
Thanks @dimaMachina! - compile withtsup
instead oftsc