Releases: graphql/graphiql
Releases · graphql/graphiql
v0.7.5
- 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 ofid
- [Dependencies] add support for React >=0.14.8 (@zaneclaes)
v0.7.4
v0.7.3
- 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
- Packages are updated:
- New
- Added
onToggleDocs
prop that gets called when the doc explorer is toggled (#131) - README improvements
- Added
- 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
Fixes:
- During receiving new
props
, update query facts with a next available query string, to updateoperationName
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
Support for [email protected] which implements the April 2016 draft of the GraphQL specification.