Releases: graphql/graphiql
Releases · graphql/graphiql
v0.4.0
New/Breaking:
Fixes:
- Support for CORS in the example
- Fix bug where response window could be left non-updated in some cases (ccfe7f8)
v0.3.0
Supports GraphQL October
New:
- Support for nameless operations
- Support for typeconditionless inline fragments
v0.2.4
New:
- Provide an initial displayed response with
<GraphiQL response={string} />
Fixes
- Doc explorer now vertically scrolls when necessary (#35)
v0.2.3
Set up auto-deploy from Travis CI. No difference from v0.2.0 but now has attached files (see attached).
v0.2.0
New
-
Doc explorer!
Fixes:
- No longer resets cursor after running a query with Cmd+Enter
v0.1.4
New:
- Can now provide a custom Storage instance to GraphiQL. #28
- React Prop types
- No longer relies on
babel-runtime
v0.1.3
Fixes:
- Auto fill leafs against list or non-null types #23
v0.1.2
Fixes:
- Resize handles work in Safari and Firefox
- Fix crash with syntax error in variable editor
- Allow use with more versions of React #14
- Use SDPX parsable license #26
v0.1.1
New:
- Ability to define the query and variables to use in GraphiQL via props.
- Used by example to illustrate URL param parsing.
Fixes:
- Variable editor now works in Safari and Firefox
- Fix font rendering issues