You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🪲 Fixes:
1c9b046: An error is no longer raised and visible to the user when saving translations by @poulch
44f2bb4: An error is no longer raised and visible to the user when saving credentials is not supported by @poulch
🍇 Improvements:
21a25d2: You can now close GraphiQL Playground with the Escape key by @Cloud11PL
8f98cc5: GraphQL Playground no longer uses additional variables when using the shift + cmd + ' keyboard shortcut as the shortcut was removed. You can now only use cmd + ', simplifying your workflow by @Cloud11PL
674f632: The Polish translation has updated the term for GraphQL playground by @Cloud11PL
⚙️ Maintenance:
585c495: Now you can execute e2e tests on release branches by @stmpn
6f91338: You can now run Playwright tests on the 3.19 version by @yellowee