Graphql Playground Versions Save

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

v1.8.10

5 years ago

1.8.10

This release was mostly focused on fixing small bugs.

Fixes

  • #956 Thanks @lekterable fixing overflow in project sidenav
  • #957 Thanks @yoshiakis for fixing subscription display in the light theme
  • #960 Thanks @mmmeff for fixing an issue with license
  • #961 Thanks @dncrews for fixing express middleware
  • #968 Thanks @yoshiakis for fixing docs overflowing
  • #969 Thanks @lekterable for adding hide option to electron app

v1.8.9

5 years ago

1.8.9

Features

Custom favicon

The playground now supports custom favicon for middlewares and html package version. Custom favicon is provided with faviconUrl property in config. Possible values are a string for overriding default favicon, if provided null there is no favicon at all. Thanks to @samkelleher 🚀

Fixes

  • #951 Thanks @timsuchanek to making schema reloading more resilient
  • #955 Thanks @lekterable for fixing new workspace button only for electron version

v1.8.8

5 years ago

1.8.8

Features

Schema polling improvements

Schema polling got a lot of new features thanks to @rohit-ravikoti. It's possible to adjust schema polling interval by schema.polling.interval and schema polling endpoint by schema.polling.endpointFilter: "*localhost*". Introspection request is fired only if the tab is visible and last introspection request is finished.

v1.8.7

5 years ago

1.8.6

Fixes

  • 1b2af1c9b8046e76125d37112d9bfef54a0784d7 Fix for crashing electron app

v1.8.6

5 years ago

1.8.6

Features

Schema polling

Thanks to @rohit-ravikoti for great work on #934, which enables auto polling of schema. This drastically improves workflow for creating new APIs. 🚀

image

Additional Prettier Options

Thanks to @Prefinem for extening prettier options with useTabs and tabWidth. #933

Thanks to @fredr for adding subscription endpoint to custom link creator. #920

Closing documentation on escape

Thanks to @pantharshit00 we can close docs with escape key. #913

Improved settings type

Thanks to @AntoineDoubovetzky for extending types for settings interface. #937

Fixes

  • #914 Thanks to @pantharshit00 for fixing documentation for non primitive types
  • #918 Thanks to @rajinwonderland fixing comments in SDL view
  • #916 Thanks to @zhammer there is no new tab open, if there are no headers injected
  • #912 Thanks to @pantharshit00 for fixing props for sharing in middleware

v1.8.5

5 years ago

1.8.5

Features

Schema view

Thanks to @rajinwonderland for great work on #897, enhance playground with Schema view (SDL).

Light Dark

Fixes

  • fcbee9176db5b39d86582f1ab48a32fbfb0c19bc Fix for middleware fonts #899
  • #895 Thanks to @raaymax for fixing props warning

v1.8.4

5 years ago

1.8.4

This release upgrades graphql-config-extension-prisma. This version allows to work with new fields in prisma.yml and no more going to throws errors with a different schema of prisma.yml

v1.8.3

5 years ago

1.8.3

Fixes

Thanks to @davidrf for fixing overflow in docs #885

v1.8.2

5 years ago

1.8.2

This version was focused on fixing bugs inside documentation and showing cleaner errors.

Features

Erros are now more readable and visibile.

Fixes

  • Thanks to @tanduong empty array errors as no errors #879

v1.8.1

5 years ago