Skip to content

Commit 230ba7e

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.7.1 release.
1 parent 27c5c95 commit 230ba7e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.7.1 (2018-05-11)
2+
3+
Fixes:
4+
5+
- Node.js outputs deprecation warnings using the error console, so silence them on order to be able to detect real errors when creating the process handler (#153)
6+
- Fixed indentation issue with strongly typed placeholders by sending the current GraphQL environment to the language service (#130)
7+
- Removed 400 px large svg GraphQL and Relay logos used by Rider for the line marker (#147)
8+
19
## 1.7.0 (2018-03-04)
210

311
Features:

resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<idea-plugin version="2">
1111
<id>com.intellij.lang.jsgraphql</id>
1212
<name>JS GraphQL</name>
13-
<version>1.7.0</version>
13+
<version>1.7.1</version>
1414
<vendor>Jim Kynde Meyer - [email protected]</vendor>
1515

1616
<description><![CDATA[
@@ -29,6 +29,7 @@
2929

3030
<change-notes><![CDATA[
3131
<ul>
32+
<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>
3233
<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>
3334
<li>1.6.3: 'Editor > Code Style' never loads In WebStorm 2017.3.</li>
3435
<li>1.6.2: Resolve fragment references under progress in annotator to ensure WebStorm 2017.3 compatibility.</li>

0 commit comments

Comments
 (0)