graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

Version Packages #395

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

vscode-graphql@0.3.43

Patch Changes

All notable changes to the "vscode-graphql" extension will be manually documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

The git log should show a fairly clean view of each of these new versions, and the issues/PRs associated.

0.3.25

Remove node_modules from bundle after adding esbuild to make the extension bundle smaller

0.3.24

Add highlighting and langauge support for .mjs, .cjs, .es6, .esm and other similar extensions

0.3.23

Major bugfixes for language features. Most bugs with language features not working should be resolved.

The useSchemaFileDefinition setting was deprecated, and SDL-driven projects work by default. If you want to opt-into an experimental feature to cache graphql-config schema result for definitions (useful for remote schemas), consult the readme on how to configure cacheSchemaFileForLookup option in vscode settings, or graphql config (yes you can enable/disable it per-project!)

Definition lookup works by default with SDL file schemas. cacheSchemaFileForLookup must be enabled if you have a remote schema want definition lookup for input types, etc in queries

0.3.19

Note: there are still some known bugs in the language server we will be fixing soon:

0.3.13

LSP bugfixes:

0.3.8

0.3.7

0.3.6

0.3.5

0.3.4

0.3.3

0.3.2

0.3.1 🎉

linux-foundation-easycla[bot] commented 2 years ago

CLA Not Signed