Releases: discoveryjs/graphiql
Releases · discoveryjs/graphiql
1.4.1
1.4.0
- 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
1.3.0
- 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