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)