Releases: graphql/graphiql
monaco-graphql@1.7.2
Patch Changes
-
#4071
3a0a755Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editorandmonaco-graphqlWhen 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
3a0a755Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editorandmonaco-graphqlWhen 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'
graphiql@5.1.0
Minor Changes
-
#4071
3a0a755Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editorandmonaco-graphqlWhen 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'
-
#4074
fd3f9e6Thanks @dimaMachina! - Ensurestorageandthemestore values aren't shared between GraphiQL instances. DeprecateuseThemeanduseStoragehooks in favour of values fromuseGraphiQLanduseGraphiQLActionshooksfeat(
@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move@graphiql/reacttopeerDependencies -
#4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
codemirror-graphql@2.2.4
Patch Changes
- Updated dependencies [
3a0a755]:- graphql-language-service@5.5.0
@graphiql/react@0.36.0
Minor Changes
-
#4071
3a0a755Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editorandmonaco-graphqlWhen 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'
-
#4074
fd3f9e6Thanks @dimaMachina! - Ensurestorageandthemestore values aren't shared between GraphiQL instances. DeprecateuseThemeanduseStoragehooks in favour of values fromuseGraphiQLanduseGraphiQLActionshooksfeat(
@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move@graphiql/reacttopeerDependencies -
#4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
-
#4076
416e3a0Thanks @dimaMachina! - fix brokenuseOperationsEditorStateanduseEditorStatehook and add unit tests -
Updated dependencies [
3a0a755]:- monaco-graphql@1.7.2
- graphql-language-service@5.5.0
@graphiql/plugin-history@0.4.0
Minor Changes
-
#4074
fd3f9e6Thanks @dimaMachina! - Ensurestorageandthemestore values aren't shared between GraphiQL instances. DeprecateuseThemeanduseStoragehooks in favour of values fromuseGraphiQLanduseGraphiQLActionshooksfeat(
@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move@graphiql/reacttopeerDependencies -
#4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
@graphiql/plugin-explorer@5.1.0
Minor Changes
- #4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
@graphiql/plugin-doc-explorer@0.4.0
Minor Changes
-
#4074
fd3f9e6Thanks @dimaMachina! - Ensurestorageandthemestore values aren't shared between GraphiQL instances. DeprecateuseThemeanduseStoragehooks in favour of values fromuseGraphiQLanduseGraphiQLActionshooksfeat(
@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move@graphiql/reacttopeerDependencies -
#4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
@graphiql/plugin-code-exporter@5.1.0
Minor Changes
- #4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
graphiql@5.0.6
Patch Changes
-
#4069
142f3f2Thanks @dimaMachina! - reduce bundle size, importprettierdynamically to avoid bundling Prettierdiff from vite example
-dist/assets/index-BMgFrxsd.js 4,911.53 kB │ gzip: 1,339.77 kB +dist/assets/index-BlpzusGL.js 4,221.28 kB │ gzip: 1,145.58 kB
-
Updated dependencies [
142f3f2]:- @graphiql/react@0.35.6