Releases: graphql/graphiql
Releases · graphql/graphiql
[email protected]
Minor Changes
- #4081
4950dec
Thanks @dimaMachina! - feat: add loader for initial loading of operation editor
fix: adjust command palettewidth
,border
and removebox-shadow
feat: add short cutCmd/Ctrl + ,
for opening GraphiQL settings dialog
Patch Changes
- Updated dependencies [
4950dec
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- #4081
4950dec
Thanks @dimaMachina! - feat: add loader for initial loading of operation editor
fix: adjust command palettewidth
,border
and removebox-shadow
feat: add short cutCmd/Ctrl + ,
for opening GraphiQL settings dialog
[email protected]
Patch Changes
-
#4078
6e5d5fc
Thanks @dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports foruseEditorStore
,useExecutionStore
,usePluginStore
anduseSchemaStore
-
Updated dependencies [
6e5d5fc
,293beed
]:- @graphiql/[email protected]
- @graphiql/[email protected]
- @graphiql/[email protected]
@graphiql/[email protected]
Minor Changes
- #4078
6e5d5fc
Thanks @dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports foruseEditorStore
,useExecutionStore
,usePluginStore
anduseSchemaStore
Patch Changes
- #4079
293beed
Thanks @dimaMachina! - remove legacy codemirror CSS styles
@graphiql/[email protected]
Patch Changes
- Updated dependencies [
6e5d5fc
,293beed
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- Updated dependencies [
6e5d5fc
,293beed
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- Updated dependencies [
6e5d5fc
,293beed
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- Updated dependencies [
6e5d5fc
,293beed
]:- @graphiql/[email protected]
[email protected]
Patch Changes
-
#4071
3a0a755
Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editor
andmonaco-graphql
When using GraphiQL in Next.js app, you no longer need to use
next/dynamic
:-import dynamic from 'next/dynamic' -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), { - ssr: false -}) +import { GraphiQL } from 'graphiql'
-
Updated dependencies [
3a0a755
]:
[email protected]
Minor Changes
-
#4071
3a0a755
Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editor
andmonaco-graphql
When using GraphiQL in Next.js app, you no longer need to use
next/dynamic
:-import dynamic from 'next/dynamic' -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), { - ssr: false -}) +import { GraphiQL } from 'graphiql'