Skip to content

Commit 7845215

Browse files
committed
Updated changelog for the 2.3.0 release
1 parent 52d7d58 commit 7845215

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.3.0 (2019-12-15)
2+
3+
Changes:
4+
- Fix for Incompatible API changes in the upcoming IntelliJ Platform 2020.1 (#303)
5+
- Fix for Nashorn deprecation warning (#287)
6+
- Fix for Go to Definition always scrolls to the top of the schema (#289)
7+
- Handle escaped backticks in gql tagged template literals (#279)
8+
- Fixed assertion error when clicking settings tool button in injected GraphQL fragment editor window (#275)
9+
110
## 2.2.0 (2019-06-16)
211

312
Changes:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group 'com.intellij.lang.jsgraphql'
16-
version '2.2.0'
16+
version '2.3.0'
1717

1818
apply plugin: 'java'
1919

js-graphql-intellij-plugin.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="js-graphql-intellij-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.intellij.lang.jsgraphql" external.system.module.version="2.2.0" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="js-graphql-intellij-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.intellij.lang.jsgraphql" external.system.module.version="2.3.0" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

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>
1111
<id>com.intellij.lang.jsgraphql</id>
1212
<name>JS GraphQL</name>
13-
<version>2.2.0</version>
13+
<version>2.3.0</version>
1414
<vendor>Jim Kynde Meyer - [email protected]</vendor>
1515

1616
<description><![CDATA[
@@ -26,6 +26,7 @@
2626

2727
<change-notes><![CDATA[
2828
<ul>
29+
<li>2.3.0: Various fixes: Incompatible API changes in the upcoming IntelliJ Platform 2020.1, Nashorn deprecation warning, Go to Definition always scrolls to the top of the schema, Handle escaped backticks in gql tagged template literals, Assertion error when clicking settings tool button in injected GraphQL fragment editor window</li>
2930
<li>2.2.0: Added Code Style settings page to control indentation</li>
3031
<li>2.1.1: Fixed enum value of true breaks schema. Added support for generics in TypeScript GraphQL tagged template literals. Recognize JSON files with top-level __schema field as GraphQL introspection result in GraphQLIdentifierIndex. Compatibility fixes for 2019.2 EAP.</li>
3132
<li>2.1.0: Upgraded to graphql-java 12.0 to improve performance in very large schemas. Reintroduced contextual queries and automatically include referenced fragments across files. Detect manual injections using language=GraphQL comment to discover schema types and fragments. Don't clear the variables editor when the variables window is closed.</li>

0 commit comments

Comments
 (0)