Releases: graphql/graphiql
Releases · graphql/graphiql
v0.10.0
New
Fixes/improvements
- Improve autocompletion (#378)
- Make toolbar truncate on resize (#348)
- Better inline field descriptors (#322 @joelgriffith)
- Handle the race condition in updating operationName (#344)
- Properly check index (#343)
- Update query facts fix (#347)
- Make the explorer title selectable (#373 @kayhadrin)
v0.9.3
New
- Added an
editorTheme
prop that can be used to control the CodeMirror theme used in editor panes (query editor, variables editor, and results viewer) (#323).
Fixes/improvements
v0.9.2
v0.9.1
v0.9.0
New:
- Support for [email protected].
- Hover tooltips over any term in a query and ctrl-click to jump-to-documentation #276
- A new UI Kit for use with
<GraphiQL.Toolbar>
including selectors and menus. #281 - Deprecation notices are displayed within field typeaheads. #282
- Improved search UI, and search within a type. #296
- New APIs
getVariableEditor()
andrefresh()
. #297
Fixes/Improvements:
- Clearer message when schema failed to load #269
- Fix issue where "Unknown operation undefined" error appears #234
- Default values for arguments now shown in doc explorer #272
- Improved legibility in doc explorer for fields with many arguments #280
- Improved welcome message. #208
- Providing a new
fetcher
now refetches schema. #285 (Potentially breaking, see PR) - Improved UI in doc explorer for deprecated fields. #293
- Long validation messages are no longer cut off. 942feda
- Typeahead no longer breaks when you scroll. #294
- Providing a
<GraphiQL.Toolbar />
replaces the default toolbar. #295 (Potentially breaking, see PR)
v0.8.1
- New:
- Fixes:
v0.8.0
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)