Releases: graphql/graphql-playground
Releases · graphql/graphql-playground
1.5.5
1.5.4
1.5.3
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
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
1.5.1
Fixes
- b3b8a57 Remove comments from new sessions. Closes #623
- 850c1e0 Fix autocompletion. Closes #622, closes #611
- 94e54fe Fix schema reloading. Closes #624
- 03fae53 Fix app history. Closes #621
- 94e54fe Fix GraphQL Config view. Closes #625
- 97549f1 Fix connection error hanling. Closes #626
- d2ad342 Fix schema refetching. Closes #628
1.5.0
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
Fixes
- Fixed endpoint injection in electron
1.5.0-rc.4
Fixes
- fixed schema fetching error handling
- fixed multiple operations error handling
1.5.0-rc.2
v1.5.0-rc.2 update graphql-playground-react
1.5.0-rc.1
1.5.0 RC 1
This release consists of a major rewrite of the playground.