Skip to content

v1.5.4 - Fixes for auto-import formatting, variables, error console focus steal

Compare
Choose a tag to compare
@jimkyndemeyer jimkyndemeyer released this 02 Jul 16:37
· 1022 commits to master since this release

Fixes:

  • Only show the error console automatically on the first error in the project (#80) (#90)
  • Send the variables editor text as-is since Gson always deserializes a JSON number as a Double (This turns a variable value of 1 into 1.0, making the value incompatible with the Int schema type) (#86)
  • Auto-import is not placed on a new line in JS files with GraphQL templates (#91)