- Removed debounce when editing the query
- New option
endpointHeaders
that allows to specify additional headers for GraphQL requests - New option
extraToolbarItems
for extending GraphiQL toolbar with additional components - New option
logoUrl
which you can use to show your logo in the toolbar - Exported
React
,ReactDOM
,App
,GraphiQL
from main bundle for better customization
- Added dark mode
- Removed extra
.graphiql-container
wrapper element - Added explorer open state saving to localStorage
- Added a resizer for explorer and tweaked resizer's appearance
- Changed main exposing function to
createGraphiqlApp(endpoint, discovery, options)
;options
is supportedrootEl
andtitle
options for now - Fixed overscroll in Explorer when
Shift-Alt-LeftClick
is used
- Changed
graphiqlApp
to exposeApp
instance (result of top level render)
- Reworked build scripts
- Removed CommonJS bundle
- Splitted into 2 modules: graphiql itself and create discovery instance module
- Various fixes and improvements on integration graphiql<->discoveryjs
- Initial Release