Releases: graphql/graphiql
Releases · graphql/graphiql
graphiql@5.2.0
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/react@0.37.1
@graphiql/react@0.37.1
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
graphiql@5.1.1
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/react@0.37.0
- @graphiql/plugin-doc-explorer@0.4.1
- @graphiql/plugin-history@0.4.1
@graphiql/react@0.37.0
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/plugin-history@0.4.1
@graphiql/plugin-explorer@5.1.1
@graphiql/plugin-doc-explorer@0.4.1
@graphiql/plugin-code-exporter@5.1.1
monaco-graphql@1.7.2
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
]:- graphql-language-service@5.5.0
graphql-language-service@5.5.0
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'