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 22
33# Changelog
44
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+
515## [ 4.0.0] - 2023-04-10
616
717### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.configureondemand=true
44org.gradle.jvmargs =-Xmx3g -XX:MaxPermSize =2048m
55
66pluginGroup =com.intellij.lang.jsgraphql
7- pluginVersion =4.0.0
7+ pluginVersion =4.0.1
88pluginSinceBuild =231.0
99pluginUntilBuild =233.*
1010
You can’t perform that action at this time.
0 commit comments