Skip to content

Releases: JetBrains/js-graphql-intellij-plugin

2.9.1

02 Mar 11:18
Compare
Choose a tag to compare

Fixed

  • SSL certificate check could be disabled (#435)

2.9.0

24 Feb 19:16
Compare
Choose a tag to compare

Added

  • GZip response handling (#427)

Fixed

  • Startup exception caused by Relay detection (#431)
  • Search for configuration through the whole project root hierarchy (#423)

2.8.0

16 Feb 13:56
Compare
Choose a tag to compare

Added

  • Loading env variables from .env file (#426)

Fixed

  • Executing a single selected query (#418)

2.7.0

25 Nov 21:33
Compare
Choose a tag to compare

Fixed

  • Compatibility with 2020.3
  • Exception when using default parameter values (#412)

Added

  • @required, @inline and @preloadable directives for Relay
  • Support for .gql file types

2.6.0

03 Sep 16:39
Compare
Choose a tag to compare

Changed

  • Basic support for schema splitting with GraphQL Modules and similar tools (#374)
  • Improved error handling for introspection queries
  • Updated for compatibility with IntelliJ IDEA 2020.2
  • Allow introspection query results with empty errors in the response (#272)

Fixed

  • Fix incorrect escaping of characters in scalar descriptions (#358)
  • Fix wrong line separators error (#347)
  • Fix escaping of GraphQL query variables (#364)
  • Fix query execution and config creation for GraphQL fragments editor (#365, #356)
  • Fix UI freeze during a request for a large introspection schema

2.5.0

30 May 09:20
Compare
Choose a tag to compare

Changes:

  • Upgraded to graphql-java 15.0 (#341)
    • Interfaces can implement other interfaces
    • Directive support on variable definitions
    • New specifiedBy scalar
    • Allow nullable arguments to be introduced on fields from interfaces when implemented in types (#338)

2.4.0

13 Mar 12:33
Compare
Choose a tag to compare

Changes:

2.3.0

15 Dec 11:38
Compare
Choose a tag to compare

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

16 Jun 18:46
Compare
Choose a tag to compare

Changes:

  • Added Code Style settings page to control indentation (#258, #92)

2.1.1: Compatibility fixes for 2019.2 EAP

12 Jun 14:47
Compare
Choose a tag to compare

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)