Releases: graphql/graphiql
@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
@graphiql/react@0.35.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
graphiql@5.0.5
graphiql@5.0.4
Patch Changes
-
#4061
8f14fffThanks @dimaMachina! - addgraphiql.css, CSS file without importing fonts and monaco-editor styles -
#4059
a4382bfThanks @dimaMachina! - exportGraphiQLInterface -
#4063
44b18e4Thanks @dimaMachina! - fixuseOperationsEditorStatewasn't returned updated return value -
Updated dependencies [
44b18e4]:- @graphiql/react@0.35.5
@graphiql/react@0.35.5
Patch Changes
- #4063
44b18e4Thanks @dimaMachina! - fixuseOperationsEditorStatewasn't returned updated return value
graphiql@5.0.3
Patch Changes
-
#4052
9b54581Thanks @dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.E.g., the first GraphiQL instance will have:
1-operation.graphql1-request-headers.json1-variables.json1-response.json
The 2nd instance will have:
2-operation.graphql2-request-headers.json2-variables.json2-response.json
etc.
-
#4049
2c0586dThanks @dimaMachina! - - useallowTrailingCommaoption in jsonc parser to maketryParseJsonObjectsync- parse introspection headers with jsonc parser
- use prettier format for operation editor since we already use prettier for jsonc editors
-
#4050
002f133Thanks @dimaMachina! - fix can't access property "jsonDefaults" -
Updated dependencies [
9b54581,2c0586d,002f133]:- @graphiql/react@0.35.4
@graphiql/react@0.35.4
Patch Changes
-
#4052
9b54581Thanks @dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.E.g., the first GraphiQL instance will have:
1-operation.graphql1-request-headers.json1-variables.json1-response.json
The 2nd instance will have:
2-operation.graphql2-request-headers.json2-variables.json2-response.json
etc.
-
#4049
2c0586dThanks @dimaMachina! - - useallowTrailingCommaoption in jsonc parser to maketryParseJsonObjectsync- parse introspection headers with jsonc parser
- use prettier format for operation editor since we already use prettier for jsonc editors
-
#4050
002f133Thanks @dimaMachina! - fix can't access property "jsonDefaults"
graphiql@5.0.2
Patch Changes
-
#4046
8b56462Thanks @dimaMachina! - Enable font ligatures in monaco-editors fix incorrect caret position on Windows -
Updated dependencies [
8b56462]:- @graphiql/react@0.35.3