Skip to content

Latest commit

 

History

History
182 lines (100 loc) · 10.3 KB

File metadata and controls

182 lines (100 loc) · 10.3 KB

cm6-graphql

0.2.2

Patch Changes

  • #4462 1cb7eba Thanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with experimentalFragmentArguments: true; it defaults to false until server capabilities can advertise support.

    Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment.

  • Updated dependencies [d0a34f4, 1cb7eba, 296214d]:

    • graphql-language-service@5.7.0

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #3762 76b3cc8 Thanks @mavenskylab! - The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed.

0.1.1

Patch Changes

  • #3751 b8538d8 Thanks @dimaMachina! - replace deprecated navigator.platform with navigator.userAgent

    fix placeholder ⌘ K in doc explorer search input for non mac devices, replace by Ctrl K

0.1.0

Minor Changes

Patch Changes

  • Updated dependencies [6c9f0df]:
    • graphql-language-service@5.3.0

0.0.15

Patch Changes

  • #3521 aa6dbbb4 Thanks @acao! - Fixes several issues with Type System (SDL) completion across the ecosystem:

    • restores completion for object and input type fields when the document context is not detectable or parseable
    • correct top-level completions for either of the unknown, type system or executable definitions. this leads to mixed top level completions when the document is unparseable, but now you are not seemingly restricted to only executable top level definitions
    • .graphqls ad-hoc standard functionality remains, but is not required, as it is not part of the official spec, and the spec also allows mixed mode documents in theory, and this concept is required when the type is unknown
  • Updated dependencies [aa6dbbb4]:

    • graphql-language-service@5.2.1

0.0.14

Patch Changes

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

Patch Changes

0.0.9-alpha.0

Patch Changes

  • Updated dependencies [5971d528, d9e5089f]:
    • graphql-language-service@5.1.7-alpha.0

0.0.8

Patch Changes

0.0.7

Patch Changes

  • Updated dependencies [06007498]:
    • graphql-language-service@5.1.6

0.0.6

Patch Changes

  • Updated dependencies [4d33b221]:
    • graphql-language-service@5.1.5

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes

0.0.0

Patch Changes

  • #2852 20869583 Thanks @acao! - First release of a modern codemirror 6 mode for graphql by @imolorhe!