·
620 commits
to main
since this release
Minor Changes
-
#2523
e1c6e3bf
Thanks @thomasheyenbrock! - BREAKING: TheonHasCompletion
export has been removed as it is only meant to be used internally. -
#2523
d1805200
Thanks @thomasheyenbrock! - Add new components:- UI components (
Button
,ButtonGroup
,Dialog
,Menu
,Spinner
,Tab
,Tabs
,Tooltip
,UnStyledButton
and lots of icon components) - Editor components (
QueryEditor
,VariableEditor
,HeaderEditor
andResponseEditor
) - Toolbar components (
ExecuteButton
,ToolbarButton
,ToolbarMenu
andToolbarSelect
) - Docs components (
Argument
,DefaultValue
,DeprecationReason
,Directive
,DocExplorer
,ExplorerSection
,FieldDocumentation
,FieldLink
,SchemaDocumentation
,Search
,TypeDocumentation
andTypeLink
) History
component- A
GraphiQLProvider
component that renders all other existing provider components from@graphiql/react
for ease of use
- UI components (
-
#2523
b5a7bee1
Thanks @thomasheyenbrock! - BREAKING: Add a new context provider for plugins. This induces changes to the following other contexts and their provider components:- The property
isVisible
and the methodshide
andshow
of theExplorerContext
have been removed. Also, the propertyisVisible
and the methodshide
,show
andtoggle
of theHistoryContext
have been removed. Visibility state of plugins is now part of thePluginContext
using thevisiblePlugin
property. The visibility state can be altered using thesetVisiblePlugin
method of thePluginContext
. - The
isVisible
prop of theExplorerContextProvider
has been removed. For controlling the visibility state of plugins you can now use thevisiblePlugin
prop of thePluginContextProvider
. - The
onToggle
prop of theHistoryContextProvider
and theonToggleVisibility
prop of theExplorerContextProvider
have been removed. For listening on visibility changes for any plugin you can now use theonTogglePluginVisibility
prop of thePluginContextProvider
.
- The property
-
#2523
11c2778b
Thanks @thomasheyenbrock! - BREAKING: TheResponseTooltip
prop of theResponseEditor
has been renamed toresponseTooltip
Patch Changes
- Updated dependencies [
d1805200
,01cd313b
,41236709
]:- [email protected]
- @graphiql/[email protected]