Skip to content

Releases: graphql/graphiql

v0.7.5

22 Aug 22:36
Compare
Choose a tag to compare
  • Fixes:
    • Lazily require Codemirror (#118, @leebyron)
    • Show deprecation information in the Docs sidebar (#34, @davidcelis)
    • Improvements from #152 (@Olegllyenko)
      • Use CodeMirror's key maps instead of global event handler
      • Use className for a to-level container instead of id
    • [Dependencies] add support for React >=0.14.8 (@zaneclaes)

v0.7.4

01 Aug 18:44
Compare
Choose a tag to compare
  • Upgrade react and related packages to v0.15.3
  • Fixed broken tests by including mocked Range implementation (010d47) - suggested by @dahjelle

v0.7.3

24 Jun 08:14
Compare
Choose a tag to compare
  • Package Updates:
    • codemirror-graphql to v0.5.2
  • Fixes:
    • Default state for search box should not be null (#143)
    • Fix onToggleDocs behavior to be optionally provided (#144)
    • Update React to v15 in example template (#147)
    • fix introspectionSansSubscriptions query to reflect graphql-js changes (b9dba9a)
    • add fallback from cdn to local copies of dependencies in example

v0.7.2

07 Jun 00:51
Compare
Choose a tag to compare
  • Packages are updated:
  • New
    • Added onToggleDocs prop that gets called when the doc explorer is toggled (#131)
    • README improvements
  • Fixes
    • Update query facts with a next available query (#125)
    • Wrap the result lines for a better readability (#126)
    • Fix retrieving Unions/Interfaces from the schema in the doc explorer (#127)
    • Default to the fallback query if there is no stored query (#130)
    • Open live demo when clicking on the screenshot (#131)
    • Small fix to README to run npm install (#137)

v0.7.1

29 Apr 21:53
Compare
Choose a tag to compare

Fixes:

  • During receiving new props, update query facts with a next available query string, to update operationName appropriately.
  • Fix interfaces and unions in DocumentationExplorer (#121)
  • Fix GraphiQL fallback to defaultQuery if there's no stored query (#130)

New:

  • Update React packages to v0.15.1 and express-graphql to v0.5.1 (#123)
  • ResultWindow now features line wraps.
  • graphql-swapi live demo opens from clicking screenshot from README (#131)

v0.7.0

08 Apr 02:44
Compare
Choose a tag to compare

Support for [email protected] which implements the April 2016 draft of the GraphQL specification.

v0.6.6

25 Mar 00:07
Compare
Choose a tag to compare

Fixes:

  • Updates CSS sheet to work with latest version of CodeMirror.

v0.6.5

24 Mar 19:49
Compare
Choose a tag to compare

Fixes:

  • Updates to latest codemirror-graphql, fixing crashes where variables are invalid JSON.

v0.6.4

24 Mar 07:23
Compare
Choose a tag to compare

Fixes:

  • Performance improvements to Documentation Explorer. Debounces user typings and limits the search to first 100. (#117)

v0.6.3

16 Mar 19:26
Compare
Choose a tag to compare

Fixes:

  • No longer throws error if a query is provided before a schema (#113).