Releases: graphql/graphiql
[email protected]
Patch Changes
-
#4061
8f14fff
Thanks @dimaMachina! - addgraphiql.css
, CSS file without importing fonts and monaco-editor styles -
#4059
a4382bf
Thanks @dimaMachina! - exportGraphiQLInterface
-
#4063
44b18e4
Thanks @dimaMachina! - fixuseOperationsEditorState
wasn't returned updated return value -
Updated dependencies [
44b18e4
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- #4063
44b18e4
Thanks @dimaMachina! - fixuseOperationsEditorState
wasn't returned updated return value
[email protected]
Patch Changes
-
#4052
9b54581
Thanks @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.graphql
1-request-headers.json
1-variables.json
1-response.json
The 2nd instance will have:
2-operation.graphql
2-request-headers.json
2-variables.json
2-response.json
etc.
-
#4049
2c0586d
Thanks @dimaMachina! - - useallowTrailingComma
option in jsonc parser to maketryParseJsonObject
sync- parse introspection headers with jsonc parser
- use prettier format for operation editor since we already use prettier for jsonc editors
-
#4050
002f133
Thanks @dimaMachina! - fix can't access property "jsonDefaults" -
Updated dependencies [
9b54581
,2c0586d
,002f133
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
-
#4052
9b54581
Thanks @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.graphql
1-request-headers.json
1-variables.json
1-response.json
The 2nd instance will have:
2-operation.graphql
2-request-headers.json
2-variables.json
2-response.json
etc.
-
#4049
2c0586d
Thanks @dimaMachina! - - useallowTrailingComma
option in jsonc parser to maketryParseJsonObject
sync- parse introspection headers with jsonc parser
- use prettier format for operation editor since we already use prettier for jsonc editors
-
#4050
002f133
Thanks @dimaMachina! - fix can't access property "jsonDefaults"
[email protected]
Patch Changes
-
#4046
8b56462
Thanks @dimaMachina! - Enable font ligatures in monaco-editors fix incorrect caret position on Windows -
Updated dependencies [
8b56462
]:- @graphiql/[email protected]
[email protected]
Patch Changes
-
#4044
68b347c
Thanks @dimaMachina! - fixFixes Uncaught Error: can't access property "offsetNode", hitResult is null
on Mozilla -
Updated dependencies [
68b347c
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- #4046
8b56462
Thanks @dimaMachina! - Enable font ligatures in monaco-editors fix incorrect caret position on Windows
@graphiql/[email protected]
Patch Changes
- #4044
68b347c
Thanks @dimaMachina! - fixFixes Uncaught Error: can't access property "offsetNode", hitResult is null
on Mozilla
[email protected]
Patch Changes
-
#4005
1e3ec84
Thanks @dimaMachina! - remove unused typesBaseSchemaConfig
IDisposable
JSONDiagnosticOptions
IEvent
FilePointer
[email protected]
We're thrilled to announce the release of the all-new GraphiQL 5, powered by
the latest version of the Monaco editor! 🎉
We've also added support for comments in the Variables and Headers editors.
This release is a major step forward.
The original issue for integrating the Monaco editor was opened over 3 years ago.
And the issue requesting comments support in the Variables editor was opened over 6 years ago!
See the migration guide from GraphiQL 4