Skip to content

Releases: graphql/graphql-playground

1.8.10

23 Feb 13:55
Compare
Choose a tag to compare

1.8.10

This release was mostly focused on fixing small bugs.

Fixes

1.8.9

01 Feb 12:19
Compare
Choose a tag to compare

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

30 Jan 08:31
Compare
Choose a tag to compare

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

28 Jan 10:39
Compare
Choose a tag to compare

1.8.6

Fixes

  • 1b2af1c Fix for crashing electron app

1.8.6

27 Jan 16:39
Compare
Choose a tag to compare

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

12 Dec 09:57
Compare
Choose a tag to compare

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

04 Dec 16:52
Compare
Choose a tag to compare

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

23 Nov 17:56
Compare
Choose a tag to compare

1.8.3

Fixes

Thanks to @davidrf for fixing overflow in docs #885

1.8.2

14 Nov 23:06
Compare
Choose a tag to compare

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

14 Nov 22:11
Compare
Choose a tag to compare
1.8.1 Pre-release
Pre-release
v1.8.1

Fix build with new yarn.lock