Skip to content

Releases: graphql/graphiql

graphiql@4.0.2

05 May 12:43
6619f76

Choose a tag to compare

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 on PluginContextProviderProps component for plugin which is used to display the reference documentation when selecting a type.
  • Updated dependencies [98d13a3]:

    • @graphiql/plugin-doc-explorer@0.0.1
    • @graphiql/react@0.32.0
    • @graphiql/plugin-history@0.0.2

cm6-graphql@0.2.1

05 May 12:43
6619f76

Choose a tag to compare

Patch Changes

@graphiql/react@0.32.0

05 May 12:44
6619f76

Choose a tag to compare

Minor 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 on PluginContextProviderProps component for plugin which is used to display the reference documentation when selecting a type.

@graphiql/plugin-history@0.0.2

05 May 12:43
6619f76

Choose a tag to compare

Patch Changes

  • Updated dependencies [98d13a3]:
    • @graphiql/react@0.32.0

@graphiql/plugin-explorer@4.0.2

05 May 12:43
6619f76

Choose a tag to compare

Patch Changes

  • Updated dependencies [98d13a3]:
    • @graphiql/react@0.32.0

@graphiql/plugin-doc-explorer@0.0.1

05 May 12:44
6619f76

Choose a tag to compare

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 on PluginContextProviderProps component for plugin which is used to display the reference documentation when selecting a type.
  • Updated dependencies [98d13a3]:

    • @graphiql/react@0.32.0

@graphiql/plugin-code-exporter@4.0.2

05 May 12:44
6619f76

Choose a tag to compare

Patch Changes

  • Updated dependencies [98d13a3]:
    • @graphiql/react@0.32.0

graphql-language-service-server@2.14.4

04 May 16:17
2e14da2

Choose a tag to compare

Patch Changes

  • #3913 3b5c309 Thanks @joshbode! - return null instead of an empty contents array when hover results are empty

graphiql@4.0.1

04 May 12:48
2b5d200

Choose a tag to compare

Patch Changes

  • #3911 e7c436b Thanks @dimaMachina! - - export cn from @graphiql/react

    • remove following exports from @graphiql/react and move them in @graphiql/plugin-history package:
      • History
      • HistoryContext
      • HistoryContextType
      • HistoryContextProvider
      • useHistoryContext
      • HISTORY_PLUGIN
    • remove types from @graphiql/react (use ComponentProps<typeof MyContextProviderProps> instead):
      • HistoryContextProviderProps
      • ExecutionContextProviderProps
      • EditorContextProviderProps
      • ExplorerContextProviderProps
      • PluginContextProviderProps
      • SchemaContextProviderProps
      • StorageContextProviderProps
      • GraphiQLProviderProps
  • #3915 bc31cd9 Thanks @dimaMachina! - fix unpkg.com results to Not found when main field isn't specified in package.json

  • Updated dependencies [e7c436b]:

    • @graphiql/plugin-history@0.0.1
    • @graphiql/react@0.31.0

@graphiql/react@0.31.0

04 May 12:49
2b5d200

Choose a tag to compare

Minor Changes

  • #3911 e7c436b Thanks @dimaMachina! - - export cn from @graphiql/react

    • remove following exports from @graphiql/react and move them in @graphiql/plugin-history package:
      • History
      • HistoryContext
      • HistoryContextType
      • HistoryContextProvider
      • useHistoryContext
      • HISTORY_PLUGIN
    • remove types from @graphiql/react (use ComponentProps<typeof MyContextProviderProps> instead):
      • HistoryContextProviderProps
      • ExecutionContextProviderProps
      • EditorContextProviderProps
      • ExplorerContextProviderProps
      • PluginContextProviderProps
      • SchemaContextProviderProps
      • StorageContextProviderProps
      • GraphiQLProviderProps