File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
+ ## [ 4.0.1] - 2023-05-10
6
+
7
+ ### Fixed
8
+ - Plugin configuration in Rider since 2023.1 [ #659 ] ( https://github.com/JetBrains/js-graphql-intellij-plugin/issues/659 )
9
+ - Query variables editor visibility since 2023.1 [ #658 ] ( https://github.com/JetBrains/js-graphql-intellij-plugin/issues/658 )
10
+ - Find usages of fragments [ #656 ] ( https://github.com/JetBrains/js-graphql-intellij-plugin/issues/656 )
11
+ - Shared schemas between projects [ #661 ] ( https://github.com/JetBrains/js-graphql-intellij-plugin/issues/661 )
12
+ - Request only required variables before executing a query [ #663 ] ( https://github.com/JetBrains/js-graphql-intellij-plugin/issues/663 )
13
+ - Completion for arguments inside GraphQL injections and scratch files [ #662 ] ( https://github.com/JetBrains/js-graphql-intellij-plugin/issues/662 )
14
+
5
15
## [ 4.0.0] - 2023-04-10
6
16
7
17
### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.configureondemand=true
4
4
org.gradle.jvmargs =-Xmx3g -XX:MaxPermSize =2048m
5
5
6
6
pluginGroup =com.intellij.lang.jsgraphql
7
- pluginVersion =4.0.0
7
+ pluginVersion =4.0.1
8
8
pluginSinceBuild =231.0
9
9
pluginUntilBuild =233.*
10
10
You can’t perform that action at this time.
0 commit comments