Skip to content

Releases: graphql/graphql-playground

v1.3.9

14 Dec 21:36
Compare
Choose a tag to compare

Fixes

  • Fixed global .graphcool config path in graphql-config-extension-graphcool

v1.3.8

14 Dec 19:48
Compare
Choose a tag to compare

Fixes

  • updated graphql-config-extension-graphcool

1.3.8-beta.1

14 Dec 19:05
Compare
Choose a tag to compare
1.3.8-beta.1 Pre-release
Pre-release

Fixes

  • fixed Graphcool env var handling

v1.3.7

12 Dec 15:33
423527b
Compare
Choose a tag to compare

Fixes

Features

v1.3.6

04 Dec 20:04
Compare
Choose a tag to compare

Fixes

  • b0a7cb5 Make graphqlconfig optional in middlewares. Closes #311

As this release didn't include changes for the Electron App, please refer to the 1.3.5 release for the latest Electron App.

v1.3.5

04 Dec 13:20
Compare
Choose a tag to compare

Features

  • 4ddd58c New loading screen. Thanks @xavcz !

Fixes

1.3.4

03 Dec 17:41
4ddd58c
Compare
Choose a tag to compare

Fixes

v1.3.0

01 Dec 11:26
Compare
Choose a tag to compare

image

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

24 Nov 18:06
Compare
Choose a tag to compare

v1.2.0 - Apollo Tracing support

image

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 with graphql-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

22 Nov 14:12
Compare
Choose a tag to compare

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:

image

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.