|
17 | 17 | <p>GraphQL language support including Relay.QL tagged templates in JavaScript and TypeScript.</p>
|
18 | 18 | <p>Provides the following features:</p>
|
19 | 19 | <ul>
|
20 |
| - <li>Schema-aware completion, error highlighting</li> |
| 20 | + <li>Schema-aware completion, error highlighting, and documentation</li> |
21 | 21 | <li>Syntax highlighting, code-formatting, folding, commenter, and brace-matching</li>
|
22 | 22 | <li>'Find Usages' and 'Go to Declaration' for schema types and fields</li>
|
23 | 23 | <li>'Go to Implementation' for schema interfaces</li>
|
|
35 | 35 | <li>2.0.0-alpha-3: graphql-config support</li>
|
36 | 36 | <li>2.0.0-alpha-2: Language support for GraphQL draft spec as of June 2018. Compatible with Android Studio 3.1 and IntelliJ IDEA Community Edition</li>
|
37 | 37 | <li>1.7.3: Fixed missing syntax highlighting colors. Set default charset to UTF-8 in query result viewer. Support windows line endings in query result viewer and fixed reformat timing issue.</li>
|
| 38 | + <li>1.7.2: Restore whitespace tokens for top level fragment placeholders in Apollo to preserve them during format lines.</li> |
| 39 | + <li>1.7.1: Node 10 Buffer deprecation warning no longer read by plugin as an error in the language service. Two additional minor bug-fixes.</li> |
| 40 | + <li>1.7.0: Fixed editor background loading issue. Language Service 1.5.1: Support for strongly typed variable placeholders in GraphQL tagged templates. Support for declaring annotations in Endpoint language.</li> |
| 41 | + <li>1.6.3: 'Editor > Code Style' never loads In WebStorm 2017.3.</li> |
| 42 | + <li>1.6.2: Resolve fragment references under progress in annotator to ensure WebStorm 2017.3 compatibility.</li> |
| 43 | + <li>1.6.1: 2017.3 compatibility.</li> |
| 44 | + <li>1.6.0: Support for Relay Modern fragments. Language Service 1.5.0: Support for loading the schema from .graphql file (Relay Modern projects).</li> |
| 45 | + <li>1.5.4: Only show the error console automatically on the first error in the project. Fixes Int variables being sent as floats. Fixes auto-import is not placed on a new line in JS files with GraphQL templates.</li> |
| 46 | + <li>1.5.3: Support Relay Modern graphql.experimental tag.</li> |
| 47 | + <li>1.5.2: Pass "variables" in payload to GraphQL server as JSON.</li> |
| 48 | + <li>1.5.1: Compatible with IntelliJ IDEA 2017.1 EAP tagged template expressions.</li> |
| 49 | + <li>1.5.0: Language Service 1.4.0 based on graphql 0.9.1 and codemirror-graphql 0.6.2. Experimental support for GraphQL Endpoint Language (.graphqle)</li> |
| 50 | + <li>1.4.4: Fixes Assertion failed: Caret model is in its update process.</li> |
| 51 | + <li>1.4.3: GraphQL configuration page for indentation. Language Service 1.3.2: Object literal for variables in getFragment closes Relay.QL template expression.</li> |
| 52 | + <li>1.4.2: Language Service 1.3.1: Support __schema root in schema.json.</li> |
| 53 | + <li>1.4.1: Support for gql tagged templates used by Apollo and Lokka GraphQL Clients. Fixes false Error in Relay Mutation.</li> |
| 54 | + <li>1.4.0: Language Service 1.2.0 based on graphql 0.7.0 and codemirror-graphql 0.5.4. Basic editor support for GraphQL Schema (.graphqls)</li> |
| 55 | + <li>1.3.3: Fixes compatibility issue with IDEA 2016.2.2</li> |
| 56 | + <li>1.3.2: Removes GraphQL schema from scratch file formats.</li> |
| 57 | + <li>1.3.1: Fixes compatibility issue with WebStorm 2016.2 EAP.</li> |
| 58 | + <li>1.3.0: Adds support for GraphQL Scratch Files. Query results are now formatted.</li> |
| 59 | + <li>1.2.0: Contextual query support: Execute buffer, selection, or named operations at the caret position in the GraphQL editor</li> |
| 60 | + <li>1.1.1: Completion after ... fragment spread operator. Language Service 1.1.1 based on graphql 0.4.16 and codemirror-graphql 0.2.2</li> |
| 61 | + <li>1.1.0: Find usages, schema viewer, structure view</li> |
38 | 62 | </ul>
|
39 | 63 | ]]>
|
40 | 64 | </change-notes>
|
|
0 commit comments