Skip to content

Releases: graphql/graphql-playground

1.8.0

16 Oct 15:55
Compare
Choose a tag to compare

1.8.0

Features

Removing old styling

Graphql playground react package is completely running on styled-components, removing old styling decreased size of the whole package. #834

Tabs sorting

Tabs in the playground are now sortable! 🚀 Thanks to @rynobax for making this happen #848

Injecting headers in init

The playground now accepts headers in init function. Thanks to @wilsongp #825

Playground now can work with different CDN

Thanks to @penx its possible to use the playground with different CDN. #845

Operation name in tabs

If an operation has a name its displayed in tab name. Thanks to @olimsaidov #855

Fixes

  • #836 Thanks to @leonaves 🚀middlewares now properly propagates props to the playground. This bug cause a lot of issues.
  • #847 Thanks to @lydiahallie for fixing sharing of the playground to graphqlbin
  • #852 Thanks to @kapiljaveri for adding tooltips to buttons, for better accessibility
  • #851 Thanks to @rynobax for fixing an error about uncontrolled input
  • #833 Thanks to @DavidJFelix for fixing rendering of html package

1.7.0

11 Sep 11:14
9cba602
Compare
Choose a tag to compare
  • bb6baa1 feat: update graphql-config dependency

1.6.3

27 Aug 11:03
2345b29
Compare
Choose a tag to compare

7d7969f Add workspaceName prop (#772)
4c22d5f Fixes #774 (#775)
2227567 UI fixes (#789)
fd6957f bump graphcool-styles
e1f7159 Fix settings (#806)
15f9a2b Show graphql extensions (#813)
c71868f Changed comment on input page. (#818)
85c203f fix(schema) update color in query/mutation comment (#811)
8cc57bb run ./scripts/release-react.sh, robust jq test and bump electron (#822)

1.6.2

06 Jul 08:43
Compare
Choose a tag to compare

Fixes

1.6.1

27 Jun 07:54
Compare
Choose a tag to compare

1.6.1

Fixes

1.6.0

31 May 17:30
Compare
Choose a tag to compare

1.6.0

Features

Snapcraft Build

We now also ship a Snapcraft linux package of the Playground.

Prettier

Queries are now being prettified thanks to @Huvik's PR adding the new prettier js.

Injectable Tabs & Apollo Link

As requested in #301, #122, #578, #143, #195, #487 it's important to Playground users to be able to inject props into the Playground, like a custom fetcher or a predefined query. This has been implemented for [email protected]. You can read more about the newly available options here: https://github.com/prismagraphql/graphql-playground#properties

Themes beta

For a long time, the Playground let's you switch between a predefined light & dark theme.
As everybody has a different taste, it has been requested multiple times in #291, #593, #649, #711 to be able to customize the Playground UI.

We're working on making themes completely customizable. The first step has been done by @HuVik, which is turning the code editor themes of the light & dark themes into json definable as described here

Fixes

  • Closes #279 , no need for a CSS Loader anymore
  • Closes #315 , we now have a description on hover
  • 8391a8a fix performance for large payloads. Big payloads (for example 100.000 nodes) are now rendered about 4 times faster. (20sec for 100.000 nodes to 4 sec)
  • d53500b Fixed windows keyboard shortcuts. Thanks @fabien0102 !
  • 5926762 fix: new session error. Closes #701

1.5.9

25 May 10:07
Compare
Choose a tag to compare

1.5.9

Fixes

1.5.8

10 May 09:16
Compare
Choose a tag to compare

1.5.8

Fixes

  • 7968cd3 fix subscriptions url resolution

1.5.7

10 May 07:47
Compare
Choose a tag to compare

Fixes

1.5.6

25 Apr 08:27
Compare
Choose a tag to compare

Fix

  • fix query editor
  • 84463b8 fix: empty history. Closes #643