Releases: JetBrains/js-graphql-intellij-plugin
Releases · JetBrains/js-graphql-intellij-plugin
v1.5.4 - Fixes for auto-import formatting, variables, error console focus steal
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
Features:
- Support Relay Modern graphql.experimental tag (#74)
v1.5.2 - Pass "variables" in payload to GraphQL server as JSON
Fixes:
- Pass "variables" in payload to GraphQL server as JSON. (#64)
v1.5.1 - Compatible with IntelliJ IDEA 2017.1 EAP tagged template expressions
Fixes:
- 2017.1 EAP Not detecting Relay.QL usage (#60)
v1.5.0 - Language Service 1.4.0 based on graphql 0.9.1 and codemirror-graphql 0.6.2
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
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
v1.4.3 - Configurable indentation, Language Service 1.3.2
v1.4.2.143-145 - Language Service 1.3.1: Support __schema root in schema.json.
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.
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)