Releases: graphql/graphql-playground
Releases · graphql/graphql-playground
v1.3.9
Fixes
- Fixed global .graphcool config path in
graphql-config-extension-graphcool
v1.3.8
Fixes
- updated
graphql-config-extension-graphcool
1.3.8-beta.1
Fixes
- fixed Graphcool env var handling
v1.3.7
v1.3.6
v1.3.5
1.3.4
v1.3.0
Features
- GraphQL Config Support in middleware + Editing functionality
- New Editor Config - allows you to customize the Playground to your needs
- Multiple Projects and Endpoints support: You now can use one endpoint per Tab if you like!
- HTTP Headers are now a JSON input - so you can edit them more easily!
- New UI! Buttons have been rearranged to have a better overview
- You can open and edit files
.graphql
in your project - The Sidenav now shows a count of tabs
- Support in the
graphql
CLI: Use the latest GraphQL CLI to have full GraphQL Config support, even with environment variables!
Fixes
- Clicking on the Mac dock icon now reopens the playground
- Intro screen list is inverted to show the latest at the top
v1.2.0
v1.2.0 - Apollo Tracing support
This release includes basic support for Apollo Tracing and the UI is now more organized, buttons take less space.
Have fun with detailed tracing information of your endpoint. If you want to use tracing today, have a look at graphql-yoga
, which has Apollo Tracing built in :)
Thanks @HuVik and @morajabi for contributing to this release!
Features
- 0e2f56d added Apollo Tracing support
Refactorings / Changes
- bfc377e Some UI buttons have been rearanged to save space!
- e9b01c9 refactored a lot of components to use styled-components. Thanks @morajabi !
- dea0a84 Renamed "Window" to "Workspace" in electron app
Fixes
- d816241 fixed endpoint regex. Thanks @HuVik !
- f3c2915 fixed tabbar spacing
- 8106aae the Playground now sends
X-Apollo-Tracing
to test if the backend supports tracing. Works nicely withgraphql-yoga
! - c4fe87f fixed schema view border
- 566ca16 fixed vertical tabbar spacing
- 9269636 better error message for missing graphqlconfig
- 5653075 fixed spacing in light theme response
- d86e07d fixed lambda middleware interface
v1.1.6
Change
- 642e2d1 Better subscription url detection
- 48a159a feat add warning on sharing an authorization header
- 5a6092d Replaces 'rm -rf' with rimraf.
- 5e62e93 fix mixed content https error in middlewares
- 43e081a new middlewares
Thanks to @morajabi for improving the Playground styles, updating dependencies, working on the docs, making the separated middleware packages and creating the cool Watch out! warning when sharing Authorization
headers:
Thanks to @DevanB for replacing rm -rf
with rimraf
so our friends using Windows also can contribute :)
Thanks to @HuVik for fixing the mixed content issue in the middlewares.