Skip to content

3.19.10

Choose a tag to compare

@poulch poulch released this 26 Jun 16:47
· 1081 commits to main since this release
b4d3d1e

🪲 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