We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc331 commit aca141dCopy full SHA for aca141d
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
# Changelog
4
5
+## [2.7.1] - 2021-01-15
6
+
7
+### Fixed
8
+- Compatibility with 2021.1
9
+- Possible cause of the broken auto-complete
10
+- Fixed semantic highlighting when errors are in the same range (#383)
11
12
## [2.7.0] - 2020-11-25
13
14
### Fixed
gradle.properties
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
pluginGroup = com.intellij.lang.jsgraphql
pluginName = JS GraphQL
-pluginVersion = 2.7.0
+pluginVersion = 2.7.1
pluginSinceBuild = 192.7142
pluginUntilBuild = 211.*
0 commit comments