Releases: graphql/graphiql
Releases · graphql/graphiql
v0.6.2
v0.6.1
Fixes:
- Attaches
keydown
event handler even ifschema
is provided from installation (includingnull
).
v0.6.0
Breaking:
- Only saves to persistent storage on browser close. This should be a notable speed improvement, but is potentially breaking if you were relying on the storage value to always be up to date. (#105)
New:
- Variable editor now has a linting and typeahead engine based on the current query (#101).
- Write multiple queries in the editor and run one at a time (#106).
- Simple search in Documentation Explorer (#86).
- Supports a fetcher that returns Observable, which enables experimentation with subscriptions in GraphiQL (#104).
Fixes:
v0.5.0
v0.4.9
Unpublished: This revision contained a breaking change and was re-published as v0.5.0.
Includes [email protected] which brings:
- Typeahead hinting for fragment names
New:
- If a
fetcher
returns a string instead of a JS object, it will print it verbatim in the response field. This is useful for displaying malformed results from a server. (63322a8) - A stylized
ToolbarButton
is now available for nicer custom toolbars. (4dfa12b) - A query prettify button is now available in the default toolbar. (#64)
- A basic search over your type schema. (#80)
Fixes:
- More key-bindings are available for expanding the type ahead, fixing conflicts with some keyboards. (#85)
- If a field description contains HTML, it is now escaped properly. (#84)
- GraphiQL can now be embedded without affecting the document. (#83)
- Enum value descriptions are now correctly displayed in the doc explorer. (#73)
- When the screen is too small, the toolbar no longer overflows. (#68)