Releases: graphql/graphiql
[email protected]
Patch Changes
- #3933
38fdcdb
Thanks @dimaMachina! - remove unnecessary string conversion inlogger.info(String(error))
[email protected]
Patch Changes
-
#3938
9f55d93
Thanks @dimaMachina! - fix unable overridereferencePlugin
prop -
#3936
2bfbb06
Thanks @dimaMachina! - add scroll-x to graphiql tabs area -
#3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components -
#3937
2500288
Thanks @dimaMachina! - removeWarning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format
warnings on SSR -
#3935
5985e13
Thanks @dimaMachina! - feat(@graphiql/plugin-history): migrate React context to zustand, replaceuseHistoryContext
withuseHistory
,useHistoryActions
hooks -
Updated dependencies [
2bfbb06
,69ad489
,2500288
,5985e13
]:- @graphiql/[email protected]
- @graphiql/[email protected]
- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
-
#3936
2bfbb06
Thanks @dimaMachina! - add scroll-x to graphiql tabs area -
#3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components -
#3937
2500288
Thanks @dimaMachina! - removeWarning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format
warnings on SSR
@graphiql/[email protected]
Minor Changes
- #3935
5985e13
Thanks @dimaMachina! - feat(@graphiql/plugin-history): migrate React context to zustand, replaceuseHistoryContext
withuseHistory
,useHistoryActions
hooks
Patch Changes
-
#3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components -
Updated dependencies [
2bfbb06
,69ad489
,2500288
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- #3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components
@graphiql/[email protected]
Patch Changes
-
#3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components -
Updated dependencies [
2bfbb06
,69ad489
,2500288
]:- @graphiql/[email protected]
@graphiql/[email protected]
Patch Changes
- #3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components
@graphiql/[email protected]
Patch Changes
- #3929
96dcbdf
Thanks @dimaMachina! - fix:ReferenceError: window is not defined
when using with SSR
[email protected]
Patch Changes
-
#3916
98d13a3
Thanks @dimaMachina! - - remove the following exports from@graphiql/react
and move them in@graphiql/plugin-doc-explorer
package:- Argument
- DefaultValue
- DeprecationReason
- Directive
- DocExplorer
- ExplorerContext
- ExplorerContextProvider
- ExplorerSection
- FieldDocumentation
- FieldLink
- SchemaDocumentation
- Search
- TypeDocumentation
- TypeLink
- useExplorerContext
- DOC_EXPLORER_PLUGIN
- ExplorerContextType
- ExplorerFieldDef
- ExplorerNavStack
- ExplorerNavStackItem
- add new
referencePlugin
prop onPluginContextProviderProps
component for plugin which is used to display the reference documentation when selecting a type.
-
Updated dependencies [
98d13a3
]:- @graphiql/[email protected]
- @graphiql/[email protected]
- @graphiql/[email protected]
[email protected]
Patch Changes
- #3920
c6fddac
Thanks @dimaMachina! - remove unneeded rollup/esbuild dev dependencies