Skip to content

Releases: JetBrains/js-graphql-intellij-plugin

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

02 Jul 16:37
Compare
Choose a tag to compare

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)

v1.5.3 - Support Relay Modern graphql.experimental tag

13 Jun 19:42
Compare
Choose a tag to compare

Features:

  • Support Relay Modern graphql.experimental tag (#74)

v1.5.2 - Pass "variables" in payload to GraphQL server as JSON

16 Mar 19:03
Compare
Choose a tag to compare

Fixes:

  • Pass "variables" in payload to GraphQL server as JSON. (#64)

v1.5.1 - Compatible with IntelliJ IDEA 2017.1 EAP tagged template expressions

12 Feb 12:42
Compare
Choose a tag to compare

v1.5.0 - Language Service 1.4.0 based on graphql 0.9.1 and codemirror-graphql 0.6.2

29 Jan 14:04
Compare
Choose a tag to compare

Features:

  • Language Service 1.4.0 based on graphql 0.9.1 and codemirror-graphql 0.6.2
  • Experimental support for GraphQL Endpoint Language (#15)
  • Full PSI support for arguments (#35, #51)
  • Support for top level Apollo fragments template placeholders (#44)
  • Keyboard shortcut can now be assigned to the restart language service action (#49)

v1.4.4 - Fixes Assertion failed: Caret model is in its update process

28 Nov 18:57
Compare
Choose a tag to compare

Fixes:

  • Assertion failed: Caret model is in its update process. All requests are illegal at this point. (#42)

v1.4.3.143-145 - Configurable indentation, Language Service 1.3.2

30 Oct 16:02
Compare
Choose a tag to compare

Compatible with versions prior to 2016.2.2.

Features:

  • Add GraphQL configuration page for indentation (#29)

Fixes:

  • Language Service 1.3.2: Object literal for variables in getFragment closes Relay.QL template expression. (#36)

v1.4.3 - Configurable indentation, Language Service 1.3.2

30 Oct 16:01
Compare
Choose a tag to compare

Features:

  • Add GraphQL configuration page for indentation (#29)

Fixes:

  • Language Service 1.3.2: Object literal for variables in getFragment closes Relay.QL template expression. (#36)

v1.4.2.143-145 - Language Service 1.3.1: Support __schema root in schema.json.

25 Sep 17:47
Compare
Choose a tag to compare

Compatible with versions prior to 2016.2.2.

Features:

  • Language Service 1.3.1: Support __schema root in schema.json (compatible with graphene)

Changes:

  • Fixes formatting exception when using ".if" live template in JSFile with injected GraphQL (#26)

v1.4.2 - Language Service 1.3.1: Support __schema root in schema.json.

25 Sep 17:46
Compare
Choose a tag to compare

Features:

  • Language Service 1.3.1: Support __schema root in schema.json (compatible with graphene)

Changes:

  • Fixes formatting exception when using ".if" live template in JSFile with injected GraphQL (#26)