Skip to content

Commit bd4caf3

Browse files
committed
CHANGELOG.md 4.0.1
1 parent 5da4556 commit bd4caf3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.configureondemand=true
44
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
55

66
pluginGroup=com.intellij.lang.jsgraphql
7-
pluginVersion=4.0.0
7+
pluginVersion=4.0.1
88
pluginSinceBuild=231.0
99
pluginUntilBuild=233.*
1010

0 commit comments

Comments
 (0)