Skip to content

Releases: graphql/graphiql

v0.4.3

30 Nov 21:01
Compare
Choose a tag to compare

New:

  • Loading indicators for queries and doc explorer #61

Fixes:

  • Checks to ensure mutation or subscription types exist before attempting to access them #67

v0.4.2

11 Nov 04:47
Compare
Choose a tag to compare
0.4.2

v0.4.1

11 Nov 03:44
Compare
Choose a tag to compare

Fixes:

  • Can use along side any version of React v0.14.x
  • No longer errors when auto-filling fields if a schema has not yet been fetched
  • Supports servers which do not support subscriptions.

New:

  • Supports experimental "subscription" queries

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