Skip to content

Releases: graphql/graphiql

v0.4.0

04 Nov 21:59
Compare
Choose a tag to compare

New/Breaking:

  • Requires React v0.14.0

Fixes:

  • Support for CORS in the example
  • Fix bug where response window could be left non-updated in some cases (ccfe7f8)

v0.3.1

04 Oct 00:59
Compare
Choose a tag to compare
0.3.1

v0.3.0

02 Oct 03:32
Compare
Choose a tag to compare

Supports GraphQL October

New:

  • Support for nameless operations
  • Support for typeconditionless inline fragments

v0.2.4

29 Sep 03:29
Compare
Choose a tag to compare

New:

  • Provide an initial displayed response with <GraphiQL response={string} />

Fixes

  • Doc explorer now vertically scrolls when necessary (#35)

v0.2.3

22 Sep 03:31
Compare
Choose a tag to compare

Set up auto-deploy from Travis CI. No difference from v0.2.0 but now has attached files (see attached).

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