Skip to content

Releases: graphql/graphiql

v0.8.1

28 Dec 22:40
Compare
Choose a tag to compare
  • New:
    • Added yarn package manager support (e7c4af8 and 635bdde)
    • Use autoprefixer (aed3bd9) and re-arrange CSS properties
  • Fixes:
    • Upgrade dependencies to fix build breakages (#238)
    • Hide parent type name when doc explorer is narrow (4623030)
    • Split DocExplorer into smaller files (#243)
    • Fix display issues on older Firefox (#252)
    • Various package updates by greenkeeper

v0.8.0

11 Nov 22:18
Compare
Choose a tag to compare

Supports the October 2016 GraphQL specification, by supporting [email protected]

Breaking:

  • JSON is provided as an Object instead of String to fetcher (#168)

New/Fixes:

  • Deprecation notices included in docs (#165)
  • Fix bug where variables could appear as null (#167)
  • Improved handling of errors in variables (#171)
  • Allows a fetcher to always return an Observable (#172)
  • Remembers if Doc explorer was open (#191)
  • Fix inconsistent state for Observables that fire immediately (#182)
  • IE 10/11 support (#189)
  • Support full search of the GraphQL response (#188)
  • Updates the Doc explorer if the Schema is replaced (#201)

v0.7.8

28 Aug 22:52
Compare
Choose a tag to compare
0.7.8

v0.7.7

28 Aug 22:31
Compare
Choose a tag to compare
0.7.7

v0.7.6

25 Aug 23:50
Compare
Choose a tag to compare

Support graphql@^0.7.0

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)