Releases: discoveryjs/graphiql
Releases · discoveryjs/graphiql
1.4.1
1.4.0
- New option
endpointHeadersthat allows to specify additional headers for GraphQL requests - New option
extraToolbarItemsfor extending GraphiQL toolbar with additional components - New option
logoUrlwhich you can use to show your logo in the toolbar - Exported
React,ReactDOM,App,GraphiQLfrom main bundle for better customization
1.3.0
- Added dark mode
- Removed extra
.graphiql-containerwrapper 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);optionsis supportedrootElandtitleoptions for now - Fixed overscroll in Explorer when
Shift-Alt-LeftClickis used