Releases: graphql/graphiql
[email protected]
Patch Changes
- #3949
0844dc1
Thanks @dimaMachina! - prefergetComputedStyle
overwindow.getComputedStyle
@graphiql/[email protected]
Patch Changes
- #4037
e548574
Thanks @dimaMachina! - fix execute button becomes unstyled if there are several queries present
@graphiql/[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
@graphiql/[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
@graphiql/[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
@graphiql/[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
@graphiql/[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
[email protected]
Major Changes
- #3735
0a08642
Thanks @dimaMachina! - - Removequery
,variables
,headers
, andresponse
props from<GraphiQL />
and<GraphiQLProvider />
- Add
initialQuery
,initialVariables
andinitialHeaders
props - Fix
defaultQuery
, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty - remove
useSynchronizeValue
hook
- Add
Patch Changes
- Updated dependencies [
0a08642
]:- @graphiql/[email protected]
@graphiql/[email protected]
Minor Changes
- #3735
0a08642
Thanks @dimaMachina! - - Removequery
,variables
,headers
, andresponse
props from<GraphiQL />
and<GraphiQLProvider />
- Add
initialQuery
,initialVariables
andinitialHeaders
props - Fix
defaultQuery
, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty - remove
useSynchronizeValue
hook
- Add
[email protected]
Minor Changes
-
#4025
6a50740
Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig -
#4026
7fb5ac3
Thanks @dimaMachina! - - deprecateuseExplorerContext
,useHistoryContext
,usePrettifyEditors
,useCopyQuery
,useMergeQuery
,useExecutionContext
,usePluginContext
,useSchemaContext
,useStorageContext
hooks- fix response editor overflow on
<GraphiQL.Footer />
- export
GraphiQLProps
type - allow
children: ReactNode
for<GraphiQL.Toolbar />
- change
ToolbarMenu
component:- The
label
andclassName
props were removed - The
button
prop should now be a button element
- The
- document
useGraphiQL
anduseGraphiQLActions
hooks in@graphiql/react
README.md - rename
useThemeStore
touseTheme
- fix response editor overflow on
Patch Changes
- Updated dependencies [
6a50740
,7fb5ac3
]:- @graphiql/[email protected]
- @graphiql/[email protected]
- @graphiql/[email protected]