Skip to content

Releases: graphql/graphiql

v0.4.5

02 Dec 00:11
Compare
Choose a tag to compare

New:

  • Allows providing null for schema, query, and variables to override default behavior. 554b7fc

Fixes:

  • Fixed potential for infinite schema loading 554b7fc

v0.4.4

30 Nov 23:05
Compare
Choose a tag to compare

Fixes:

  • Proper error reporting in Firefox no longer breaks UI
  • Query no longer fails to send if a union field is missing a subselection
  • Now refetches schema if the fetcher property changes.

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).