Skip to content

Releases: graphql/graphiql

v0.11.2

27 Jun 23:15
Compare
Choose a tag to compare

Changes

  • Update codemirror-graphql dependency, and relax graphql peer dependency.

v0.11.1

27 Jun 17:54
Compare
Choose a tag to compare

Changes

  • Fix missing "min" build (#528).

v0.11.0

23 Jun 20:35
Compare
Choose a tag to compare

New

  • Favorites

v0.10.2

05 May 22:52
Compare
Choose a tag to compare

Updates

  • Updates dependencies, and loosens codemirror and react/react-dom peer dependencies to broaden the range of environments in which GraphiQL can be used.

v0.10.1

21 Apr 16:55
Compare
Choose a tag to compare

Fixes/improvements

v0.10.0

17 Apr 22:27
Compare
Choose a tag to compare

New

Fixes/improvements

  • Improve autocompletion (#378)
  • Make toolbar truncate on resize (#348)
  • Better inline field descriptors (#322 @joelgriffith)
  • Handle the race condition in updating operationName (#344)
  • Properly check index (#343)
  • Update query facts fix (#347)
  • Make the explorer title selectable (#373 @kayhadrin)

v0.9.3

16 Feb 15:48
Compare
Choose a tag to compare

New

  • Added an editorTheme prop that can be used to control the CodeMirror theme used in editor panes (query editor, variables editor, and results viewer) (#323).

Fixes/improvements

  • Menus now stay open when clicked (#330).
  • The document explorer now resets when a new fetcher is supplied (#312).
  • The test and example apps now use random port numbers (#321).
  • Ensure the execute button no longer refreshes the page (#319).

v0.9.2

07 Feb 23:39
Compare
Choose a tag to compare

Fixes

  • Update codemirror-graphql dependency to address issues parsing bad JSON (#317).
  • Fix bug where the dropdowns are only scrollable inside the toolbar (#315).

v0.9.1

27 Jan 02:26
Compare
Choose a tag to compare

Fixes:

v0.9.0

25 Jan 04:33
Compare
Choose a tag to compare

New:

  • Support for [email protected].
  • Hover tooltips over any term in a query and ctrl-click to jump-to-documentation #276
  • A new UI Kit for use with <GraphiQL.Toolbar> including selectors and menus. #281
  • Deprecation notices are displayed within field typeaheads. #282
  • Improved search UI, and search within a type. #296
  • New APIs getVariableEditor() and refresh(). #297

Fixes/Improvements:

  • Clearer message when schema failed to load #269
  • Fix issue where "Unknown operation undefined" error appears #234
  • Default values for arguments now shown in doc explorer #272
  • Improved legibility in doc explorer for fields with many arguments #280
  • Improved welcome message. #208
  • Providing a new fetcher now refetches schema. #285 (Potentially breaking, see PR)
  • Improved UI in doc explorer for deprecated fields. #293
  • Long validation messages are no longer cut off. 942feda
  • Typeahead no longer breaks when you scroll. #294
  • Providing a <GraphiQL.Toolbar /> replaces the default toolbar. #295 (Potentially breaking, see PR)