Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Releases: graphql/graphql-playground

1.8.10

Choose a tag to compare

@huv1k huv1k released this 23 Feb 13:55

1.8.10

This release was mostly focused on fixing small bugs.

Fixes

1.8.9

Choose a tag to compare

@huv1k huv1k released this 01 Feb 12:19

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

1.8.8

Choose a tag to compare

@huv1k huv1k released this 30 Jan 08:31

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.

1.8.7

Choose a tag to compare

@huv1k huv1k released this 28 Jan 10:39

1.8.6

Fixes

  • 1b2af1c Fix for crashing electron app

1.8.6

Choose a tag to compare

@huv1k huv1k released this 27 Jan 16:39

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

Subscription in link creator

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

1.8.5

Choose a tag to compare

@huv1k huv1k released this 12 Dec 09:57

1.8.5

Features

Schema view

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

Light Dark

Fixes

1.8.4

Choose a tag to compare

@huv1k huv1k released this 04 Dec 16:52

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

1.8.3

Choose a tag to compare

@huv1k huv1k released this 23 Nov 17:56

1.8.3

Fixes

Thanks to @davidrf for fixing overflow in docs #885

1.8.2

Choose a tag to compare

@huv1k huv1k released this 14 Nov 23:06

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

1.8.1

1.8.1 Pre-release
Pre-release

Choose a tag to compare

@schickling schickling released this 14 Nov 22:11
v1.8.1

Fix build with new yarn.lock