Skip to content

Commit 55e3bb4

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.5.4 release.
1 parent 7c5d170 commit 55e3bb4

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.5.4 (2017-07-02)
2+
3+
Fixes:
4+
5+
- Only show the error console automatically on the first error in the project (#80) (#90)
6+
- 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)
7+
- Auto-import is not placed on a new line in JS files with GraphQL templates (#91)
8+
19
## 1.5.3 (2017-06-13)
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.5.3</version>
13+
<version>1.5.4</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.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>
3233
<li>1.5.3: Support Relay Modern graphql.experimental tag.</li>
3334
<li>1.5.2: Pass "variables" in payload to GraphQL server as JSON.</li>
3435
<li>1.5.1: Compatible with IntelliJ IDEA 2017.1 EAP tagged template expressions.</li>

0 commit comments

Comments
 (0)