Graphql Playground Versions Save

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)

v1.8.0

5 years ago

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

v1.7.0

5 years ago
  • bb6baa1c26a0f72af73018acbe722c979f892322 feat: update graphql-config dependency

v1.6.3

5 years ago

7d7969fea6ee419ec33ae54b5d3d0ece81f23b09 Add workspaceName prop (#772) 4c22d5fba580945a220aad0047d931aa3fd3397a Fixes #774 (#775) 22275676e5f88c72f2a7121beff7dc584925166d UI fixes (#789) fd6957f6be75e40edd3ae5e400721c6642a00173 bump graphcool-styles e1f715988099b74f7ea0ec19d612d97cfbf05848 Fix settings (#806) 15f9a2bc19a38f367c9878c1b3481e8deec4dbe0 Show graphql extensions (#813) c71868fc5d76dbef3b45bc276682f43a1521c64d Changed comment on input page. (#818) 85c203fce5321eb1d7f914d156861f52ef288f1a fix(schema) update color in query/mutation comment (#811) 8cc57bb11ef02a74107a659af71c222c43c0b5d8 run ./scripts/release-react.sh, robust jq test and bump electron (#822)

1.6.2

5 years ago

Fixes

  • d0af1237db2a87c6ae266076a51e6c46a31fbed3 [WIP] Feature tests (#750)
  • c4d0371ec4e4aac7ac04c64db3a94c3a562c74d7 Remove console.log from fetchingSagas.ts (#754)
  • e2cf374efd63b4ca1f848d75834be9e778dcf30d Output 'result' from apollo-link-http error (#755)
  • 6662765bf0cf1b53b37909835cfd212ced7e7258 Fix custom theme and settings (#759)

v1.6.1

5 years ago

1.6.1

Fixes

  • dbc23cfecfc718916fd8fd8364cf4bbddf2c86a3 Dynamic themes for playground (#733)
  • 8556bd2952d20a6ea12a8264366b05b3c07529e0 Add programmatic tab renaming (#744)
  • 4155628b563ebaef0757bf52ccae4bccc0f007ad Remove examples (#735)
  • 5b019b862f2a82396b0cccb2020e17dcb6215e7a Prettier settings in config (#739)
  • 8158c88fe4d8e0f35d983bfd26f2585ef269b505 Fix broken tracing UI (#723)

v1.6.0

6 years ago

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.

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
  • 8391a8a02fa3fb9c0536c2bbf13025332024983d 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)
  • d53500b595eb1bf48e46fbe87a4f619dc9569061 Fixed windows keyboard shortcuts. Thanks @fabien0102 !
  • 5926762bfba0379f628d62d71c4ab7ce5cf0fea6 fix: new session error. Closes #701

v1.5.9

6 years ago

1.5.9

Fixes

  • d8a17e82c0a24d10e1fa7c06b236c3742783825c fix: schema fetching for custom endpoints. Resolves https://github.com/prismagraphql/graphql-yoga/issues/267
  • 8391a8a02fa3fb9c0536c2bbf13025332024983d fix: performance improvements for results (100000 results load now in 4 seconds instead of 30 seconds)

v1.5.8

6 years ago

1.5.8

Fixes

  • 7968cd31520923878499c0494102112156aa8851 fix subscriptions url resolution

v1.5.7

6 years ago

Fixes

  • 6078c74a4cb087042f5c68e4f03f0e1cd529b7aa Fix schema reloading. Closes #637
  • 84463b88ac8d5529bd75240e1230740858c12190 fix: empty history. Closes #643
  • e7adb35f68e0ea16fd75ea8686949a9785472573 Add ability to remove share button (#642)
  • b0f50642d0e3ea48dba48a8152bf7e90ba66028f Update types.ts (#661)

v1.5.6

6 years ago

Fix

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