Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Releases: graphql/codemirror-graphql

v0.8.3

29 Oct 06:41
Compare
Choose a tag to compare

v0.8.1

21 Oct 08:44
Compare
Choose a tag to compare
  • Support GraphQL 0.14.x

v0.7.1

15 Sep 04:17
Compare
Choose a tag to compare

Fixes:

  • Support GraphQL 0.13.2

v0.6.12

21 Nov 21:14
Compare
Choose a tag to compare
  • Fixes:
    • Support graphql 0.11 (#235)
    • Pass position to tooltip render function (12f0f7f)

Also updated graphql@0.11.7 and graphql-language-service-interface@1.0.16.

v0.6.11

08 Jul 02:32
Compare
Choose a tag to compare
  • Fixes:
    • fix incorrect annotation formating in lint (#213)

v0.6.9

29 Jun 00:21
Compare
Choose a tag to compare

Changes

  • Allow depending on new versions of graphql-language-service-interface.

v0.6.8

27 Jun 21:57
Compare
Choose a tag to compare

Changes

  • Relax peerDependencies to allow compatibility with a wider range of graphql versions.

v0.6.7

27 Jun 21:40
Compare
Choose a tag to compare

Changes

  • Updated dependencies.

v0.6.6

07 Jun 22:23
Compare
Choose a tag to compare
  • Fixes:
    • Fix to pass the type instance in autocomplete results instead of just the type name.

v0.6.5

07 Jun 19:12
Compare
Choose a tag to compare
  • Fixed
    • Fixed getAutocompletionSuggestion test to match what graphql-js does to check composite types.
    • graphql@0.10.1, graphql-language-service-interface@0.0.16, graphql-language-service-parser@0.0.14