Skip to content

Releases: graphql/graphiql

v0.2.0

17 Sep 03:58
Compare
Choose a tag to compare

New

  • Doc explorer!

    graphiql-docs

Fixes:

  • No longer resets cursor after running a query with Cmd+Enter

v0.1.4

17 Sep 03:53
Compare
Choose a tag to compare

New:

  • Can now provide a custom Storage instance to GraphiQL. #28
  • React Prop types
  • No longer relies on babel-runtime

v0.1.3

03 Sep 01:33
Compare
Choose a tag to compare

Fixes:

  • Auto fill leafs against list or non-null types #23

v0.1.2

03 Sep 01:36
Compare
Choose a tag to compare

Fixes:

  • Resize handles work in Safari and Firefox
  • Fix crash with syntax error in variable editor
  • Allow use with more versions of React #14
  • Use SDPX parsable license #26

v0.1.1

26 Aug 00:18
Compare
Choose a tag to compare

New:

  • Ability to define the query and variables to use in GraphiQL via props.
    • Used by example to illustrate URL param parsing.

Fixes:

  • Variable editor now works in Safari and Firefox
  • Fix font rendering issues

v0.1.0

26 Aug 00:15
Compare
Choose a tag to compare

Initial launch of GraphiQL