Skip to content

Releases: graphql/graphql-playground

1.5.5

24 Apr 20:04
Compare
Choose a tag to compare

Fixes

  • 8fd45a1 fix(electron): update graphql-config-extension-prisma

1.5.4

12 Apr 14:26
Compare
Choose a tag to compare

Fix

  • c93fb04 fix: use theme of graphql-playground-react package

1.5.3

12 Apr 13:45
Compare
Choose a tag to compare

Fixes

  • c0a2c40 Fix focus and key up + down on first toggle (#613)
  • 12c41a3 fix: stop backoff when new starts
  • 133de56 fix: error formatting for json error
  • 4af733e fix: schema reloading
  • 7765333 better result viewer performance
  • dd2986b fix vertical auto complete position
  • 16f3dfa fix prettify
  • fbb5c1e fix: correctly clear timeout
  • 59a39eb fix: temporarily disable animation until performance problem fixed
  • 5c79d70 fix: show scrollbar, hide when not hovered (for windows)
  • dbdec7a fix: prev tab selection
  • 3bc9011 fix light theme

Features

  • 4117245 implement persistent search

1.5.2

02 Apr 17:29
Compare
Choose a tag to compare

Fixes

  • fix: error’d item shouldn’t be in the preview list
  • fix: restart pulsing/pinging when server couldn’t be reached anymore
  • fix: graphqlconfig empty for second project in list (-> database)
  • fix: CMD + W shouldn’t quit entire app

1.5.1

02 Apr 15:08
Compare
Choose a tag to compare

1.5.1

Fixes

1.5.0

01 Apr 19:16
Compare
Choose a tag to compare

1.5.0

This release consists of a major refactor of the application using Redux + Immutable.js.
This way only relevant parts of the Playground are rerendered, if there is change.
Also the workspace experience has been improved, you can for example start a subscription in a workspace, switch to another workspace, come back and the subscription is still running.
The performance has been improved and also the amount of random crashes should be reduced significantly.

Warning ⚠️

All your previous Queries & History will be lost in 1.5.0 as we changed the internal data representation!

Fixes

Additionally there have been some small fixes:

1.5.0-rc.5

28 Mar 15:06
Compare
Choose a tag to compare
1.5.0-rc.5 Pre-release
Pre-release

Fixes

  • Fixed endpoint injection in electron

1.5.0-rc.4

26 Mar 15:22
Compare
Choose a tag to compare
1.5.0-rc.4 Pre-release
Pre-release

Fixes

  • fixed schema fetching error handling
  • fixed multiple operations error handling

1.5.0-rc.2

26 Mar 08:19
Compare
Choose a tag to compare
1.5.0-rc.2 Pre-release
Pre-release
v1.5.0-rc.2

update graphql-playground-react

1.5.0-rc.1

23 Mar 23:14
Compare
Choose a tag to compare
1.5.0-rc.1 Pre-release
Pre-release

1.5.0 RC 1

This release consists of a major rewrite of the playground.