Skip to content

1.6.0

Compare
Choose a tag to compare
@timsuchanek timsuchanek released this 31 May 17:30

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 graphql-playground-react@1.7.0. 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