We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28602e8 commit f25549aCopy full SHA for f25549a
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
# Changelog
4
5
+## [3.2.0] - 2022-07-19
6
+
7
+### Added
8
9
+- Support for built-in HTTP proxy settings.
10
+- Reading global environment variables in GraphQL config files.
11
12
+### Fixed
13
14
+- Highlighting for keywords used as field names.
15
+- Parsing a `repeatable` keyword as an identifier.
16
+- Compatibility with 2022.3.
17
18
## [3.1.4] - 2022-06-02
19
20
### Added
gradle.properties
@@ -4,7 +4,7 @@ org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
pluginGroup=com.intellij.lang.jsgraphql
-pluginVersion=3.1.4
+pluginVersion=3.2.0
pluginSinceBuild=212.0
pluginUntilBuild=223.*
0 commit comments