Releases: JetBrains/js-graphql-intellij-plugin
Releases · JetBrains/js-graphql-intellij-plugin
2.9.1
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
Changes:
- Allow keywords to be used as field names (#239) (#264)
- Upgraded graphql-java to 14.0 (graphql-java/graphql-java#1523)
- Refactored breaking changes from graphql-java 12.0 to 14.0
2.3.0
Changes:
- Fix for Incompatible API changes in the upcoming IntelliJ Platform 2020.1 (#303)
- Fix for Nashorn deprecation warning (#287)
- Fix for Go to Definition always scrolls to the top of the schema (#289)
- Handle escaped backticks in gql tagged template literals (#279)
- Fixed assertion error when clicking settings tool button in injected GraphQL fragment editor window (#275)
2.2.0: Added Code Style settings page to control indentation
2.1.1: Compatibility fixes for 2019.2 EAP
Changes:
- Fixed: Enum value of TRUE breaks schema (#244)
- Add support for generics in TypeScript GraphQL tagged template literals (#200)
- Store caret position for contextual queries when it changes to avoid using the Editor UI from non-UI thread in query context highlighter (#256)
- Recognize JSON files with top-level __schema field as GraphQL introspection result in GraphQLIdentifierIndex (#242)
- Compatibility fixes for 2019.2 EAP (#256, #259)