Releases: skevy/graphiql-app
Releases · skevy/graphiql-app
v0.4.0
Merge pull request #30 from skevy/autorelease-to-github
Add autorelease functionality to GitHub Releases
v0.3.2
- Update GraphiQL to 0.5.0
- Update GraphQL to 0.14.7
- Misc style updates
v0.3.1
- Restore @skevy's redbox fork of GraphiQL
- Use unique key per tab in localstorage 1e4700b
v.0.3.0
Updated GraphiQL to 0.3.0 with the new Documentation tab!
v0.2.0
Added
- Tabbed interface for editing multiple queries at the same time!
Fixed
v0.1.3
- Updated GraphiQL to 0.1.1
- Removed "electron-debug" as it was overriding global "Command+R" shortcut (and others) which is awful.
v0.1.2
- Fixed css which was causing layout issues with the GraphiQL editor
v0.1.1
- When headers were updated, GraphiQL wasn't refreshing it's schema appropriately. Added an extremely gross way to fix it.