Skip to content

Commit 16d92d8

Browse files
committed
Release 2.6.0
1 parent b648731 commit 16d92d8

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
# Changelog
44

5+
6+
## [2.6.0] - 2020-09-03
7+
8+
### Changed
9+
10+
- Basic support for schema splitting with GraphQL Modules and similar tools (<a href="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/pull/374">#374</a>)
11+
- Improved error handling for introspection queries
12+
- Updated for compatibility with IntelliJ IDEA 2020.2
13+
- Allow introspection query results with empty errors in the response (#272)
14+
15+
### Fixed
16+
17+
- Fix incorrect escaping of characters in scalar descriptions (#358)
18+
- Fix wrong line separators error (#347)
19+
- Fix escaping of GraphQL query variables (#364)
20+
- Fix query execution and config creation for GraphQL fragments editor (#365, #356)
21+
- Fix UI freeze during a request for a large introspection schema
22+
23+
524
## [2.5.0] - 2020-05-30
625

726
### Changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ intellij {
4949
${changelog.get(pluginVersion).toHTML()}
5050
</p>
5151
<br />
52-
<p>See the <a href="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/master/README.md">CHANGELOG</a> for more details and history.</p>
52+
<p>See the <a href="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/master/CHANGELOG.md">CHANGELOG</a> for more details and history.</p>
5353
""".stripIndent()
5454
}
5555
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
55

66
pluginGroup = com.intellij.lang.jsgraphql
77
pluginName = JS GraphQL
8-
pluginVersion = 2.5.0
8+
pluginVersion = 2.6.0
99
pluginSinceBuild = 182.711
1010

1111
platformType = IU

0 commit comments

Comments
 (0)