Skip to content

Releases: graphql/graphiql

v0.11.8

25 Oct 23:16
Compare
Choose a tag to compare

Fixes

  • Ship second half of fix for clipped drop-down menus in toolbars (first part shipped in v0.11.7).

v0.11.7

25 Oct 22:52
Compare
Choose a tag to compare

Fixes

  • Prevent toolbar menu drop-downs from being clipped (4e1510b).

v0.11.6

23 Oct 15:25
Compare
Choose a tag to compare

Fixes

  • Fix React console warnings about readOnly prop type (#601).

Enhancements

  • Default values for input object types are now displayed in Doc Explorer (#593).

v0.11.5

21 Sep 21:23
Compare
Choose a tag to compare
  • New/Improved
    • export core components of GraphiQL (#580)
    • Add a keyboard shortcut to prettify the query (#385)
    • add readOnly prop to allow readonly editor components (3718777 and 9e67374)
  • Fixed
    • Allow to specify result tooltip as prop (#570)
    • let the toolbar elements to be overflowable (#579)
    • Fix Documentation Description Wrapping (3e7f2ac)
    • add peerDep to graphql 0.11.x (#589)

v0.11.4

21 Sep 21:13
Compare
Choose a tag to compare
0.11.4

v0.11.3

21 Aug 16:50
Compare
Choose a tag to compare

Fixed

  • Fix CSS incompatibility with CodeMirror theme (#547).

Changed

  • Updated dependencies.
  • Relaxed peer dependencies that were made unnecessarily restrictive (#532).

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.