You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
# Changelog
4
4
5
+
6
+
## [2.6.0] - 2020-09-03
7
+
8
+
### Changed
9
+
10
+
- Basic support for schema splitting with GraphQL Modules and similar tools (<ahref="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
Copy file name to clipboardExpand all lines: build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ intellij {
49
49
${changelog.get(pluginVersion).toHTML()}
50
50
</p>
51
51
<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>
0 commit comments