-
#4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it withexperimentalFragmentArguments: true; it defaults tofalseuntil 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
- #3920
c6fddacThanks @dimaMachina! - remove unneeded rollup/esbuild dev dependencies
- #3762
76b3cc8Thanks @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.
-
#3751
b8538d8Thanks @dimaMachina! - replace deprecatednavigator.platformwithnavigator.userAgentfix placeholder
⌘ Kin doc explorer search input for non mac devices, replace byCtrl K
-
#3682
6c9f0dfThanks @yaacovCR! - Support v17 ofgraphql-jsfrom17.0.0-alpha.2forward.Includes support for the latest incremental delivery response format. For further details, see graphql/defer-stream-wg#69.
- Updated dependencies [
6c9f0df]:- graphql-language-service@5.3.0
-
#3521
aa6dbbb4Thanks @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
.graphqlsad-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
- #3534
f4c98c1fThanks @johndcollett! - fix: multiple argument syntax highlighting
- #3505
a562c96fThanks @Gasser-Aly! - fix: block strings syntax highlighting
-
#3405
3d4b9b75Thanks @imolorhe! - relint when schema changes -
Updated dependencies [
7b00774a,7b00774a]:- graphql-language-service@5.2.0
- Updated dependencies [
06007498]:- graphql-language-service@5.1.6
- Updated dependencies [
4d33b221]:- graphql-language-service@5.1.5
-
#3127
0d2bb2bcThanks @imolorhe! - Updated cm6-graphql package README -
Updated dependencies [
2e477eb2]:- graphql-language-service@5.1.4
-
#3075
9c1a02dbThanks @acao! - another manual release attempt to trigger versioning -
#3074
7cb2a2f1Thanks @acao! - Fix release bug, trigger changeset release action -
#3069
d922e930Thanks @sergeichestakov! - Added graphql-language-service as a direct dep of cm6-graphql and update peer dependencies -
Updated dependencies [
b9c13328,881a2024]:- graphql-language-service@5.1.3
-
#2995
5f276c41Thanks @imolorhe! - fix(cm6-graphql): Fix query token used as field name -
#2962
db2a0982Thanks @B2o5T! - clean all ESLint warnings, add--max-warnings=0and--cacheflags -
#2940
8725d1b6Thanks @B2o5T! - enableunicorn/prefer-node-protocolrule