Releases: graphql/graphiql
@graphiql/react@0.35.0-rc.9
Minor Changes
- #3735
0a08642Thanks @dimaMachina! - - Removequery,variables,headers, andresponseprops from<GraphiQL />and<GraphiQLProvider />- Add
initialQuery,initialVariablesandinitialHeadersprops - 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
useSynchronizeValuehook
- Add
graphiql@5.0.0-rc.5
Minor Changes
-
#4025
6a50740Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig -
#4026
7fb5ac3Thanks @dimaMachina! - - deprecateuseExplorerContext,useHistoryContext,usePrettifyEditors,useCopyQuery,useMergeQuery,useExecutionContext,usePluginContext,useSchemaContext,useStorageContexthooks- fix response editor overflow on
<GraphiQL.Footer /> - export
GraphiQLPropstype - allow
children: ReactNodefor<GraphiQL.Toolbar /> - change
ToolbarMenucomponent:- The
labelandclassNameprops were removed - The
buttonprop should now be a button element
- The
- document
useGraphiQLanduseGraphiQLActionshooks in@graphiql/reactREADME.md - rename
useThemeStoretouseTheme
- fix response editor overflow on
Patch Changes
@graphiql/react@0.35.0-rc.8
Minor Changes
-
#4025
6a50740Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig -
#4026
7fb5ac3Thanks @dimaMachina! - - deprecateuseExplorerContext,useHistoryContext,usePrettifyEditors,useCopyQuery,useMergeQuery,useExecutionContext,usePluginContext,useSchemaContext,useStorageContexthooks- fix response editor overflow on
<GraphiQL.Footer /> - export
GraphiQLPropstype - allow
children: ReactNodefor<GraphiQL.Toolbar /> - change
ToolbarMenucomponent:- The
labelandclassNameprops were removed - The
buttonprop should now be a button element
- The
- document
useGraphiQLanduseGraphiQLActionshooks in@graphiql/reactREADME.md - rename
useThemeStoretouseTheme
- fix response editor overflow on
@graphiql/plugin-history@0.3.0-rc.3
Minor Changes
-
#4025
6a50740Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig -
#4026
7fb5ac3Thanks @dimaMachina! - - deprecateuseExplorerContext,useHistoryContext,usePrettifyEditors,useCopyQuery,useMergeQuery,useExecutionContext,usePluginContext,useSchemaContext,useStorageContexthooks- fix response editor overflow on
<GraphiQL.Footer /> - export
GraphiQLPropstype - allow
children: ReactNodefor<GraphiQL.Toolbar /> - change
ToolbarMenucomponent:- The
labelandclassNameprops were removed - The
buttonprop should now be a button element
- The
- document
useGraphiQLanduseGraphiQLActionshooks in@graphiql/reactREADME.md - rename
useThemeStoretouseTheme
- fix response editor overflow on
Patch Changes
@graphiql/plugin-doc-explorer@0.3.0-rc.4
Minor Changes
-
#4025
6a50740Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig -
#4026
7fb5ac3Thanks @dimaMachina! - - deprecateuseExplorerContext,useHistoryContext,usePrettifyEditors,useCopyQuery,useMergeQuery,useExecutionContext,usePluginContext,useSchemaContext,useStorageContexthooks- fix response editor overflow on
<GraphiQL.Footer /> - export
GraphiQLPropstype - allow
children: ReactNodefor<GraphiQL.Toolbar /> - change
ToolbarMenucomponent:- The
labelandclassNameprops were removed - The
buttonprop should now be a button element
- The
- document
useGraphiQLanduseGraphiQLActionshooks in@graphiql/reactREADME.md - rename
useThemeStoretouseTheme
- fix response editor overflow on
Patch Changes
@graphiql/plugin-code-exporter@5.0.0-rc.2
Minor Changes
- #4025
6a50740Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig
@graphiql/react@0.35.0-rc.7
Patch Changes
- #4020
3c0ad34Thanks @dimaMachina! - - run cypress tests in React strict mode- fix
defaultQuerywith empty string does not result in an empty default query - fix
useDidUpdatein React strict mode
- fix
graphiql@5.0.0-rc.4
Minor Changes
- #4017
cff3da5Thanks @dimaMachina! - extract graphiql sidebar to react component
Patch Changes
- Updated dependencies [
cff3da5]:- @graphiql/react@0.35.0-rc.6
@graphiql/react@0.35.0-rc.6
Minor Changes
- #4017
cff3da5Thanks @dimaMachina! - extract graphiql sidebar to react component
@graphiql/react@0.35.0-rc.5
Minor Changes
- #4014
4b39f11Thanks @dimaMachina! - extract storage key constants