Skip to content

Commit 578e83e

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.6.0 release.
1 parent ed512ba commit 578e83e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.6.0 (2017-09-20)
2+
3+
Features:
4+
5+
- Support for Relay Modern fragments (#74)
6+
- Language Service 1.5.0: Support for loading the schema from .graphql file (Relay Modern projects)
7+
8+
Fixes:
9+
10+
- Fix 'Find Usages' dialog for non-GraphQL entities (#93)
11+
- Fix case where the annotator would attempt to access an editor that is already disposed (#75)
12+
- Show a notification when the Node.js process fails to start (#100)
13+
- Remove Schema IDL warnings in .graphql files since this is the file extension Facebook uses to print schemas in Relay Modern (#85)
14+
115
## 1.5.4 (2017-07-02)
216

317
Fixes:

resources/META-INF/graphql.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"README_schema" : "Specifies how to load the GraphQL schema that completion, error highlighting, and documentation is based on in the IDE",
44
"schema": {
55

6-
"README_file" : "Remove 'file' to use request url below. A relative or absolute path to the JSON from a schema introspection query, e.g. '{ data: ... }'. Changes to the file are watched.",
6+
"README_file" : "Remove 'file' to use request url below. A relative or absolute path to the JSON from a schema introspection query, e.g. '{ data: ... }' or a .graphql/.graphqls file describing the schema using GraphQL Schema Language. Changes to the file are watched.",
77
"file": "graphql.schema.json",
88

99
"README_request" : "To request the schema from a url instead, remove the 'file' JSON property above (and optionally delete the default graphql.schema.json file).",

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<change-notes><![CDATA[
3131
<ul>
32-
<li>1.6.0: Support for Relay Modern fragments.</li>
32+
<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>
3333
<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>
3434
<li>1.5.3: Support Relay Modern graphql.experimental tag.</li>
3535
<li>1.5.2: Pass "variables" in payload to GraphQL server as JSON.</li>

0 commit comments

Comments
 (0)