Releases: graphql/graphiql
graphql-language-service-server@2.13.3
graphiql@3.4.1
Patch Changes
-
#3675
676f910Thanks @dimaMachina! - move@graphiql/toolkittodevDependeciesbecause umd build is bundled with all dependencies in one file -
#3655
5450e6bThanks @dimaMachina! - remove unused dependenciesgraphql-language-serviceandmarkdown-it -
Updated dependencies [
6a0a5e5]:- @graphiql/react@0.23.1
@graphiql/react@0.23.1
monaco-graphql@1.5.3
Patch Changes
-
#3637
fdec377Thanks @dimaMachina! - update eslint plugins and fix errors -
Updated dependencies [
fdec377]:- graphql-language-service@5.2.2
graphql-language-service@5.2.2
Patch Changes
- #3637
fdec377Thanks @dimaMachina! - update eslint plugins and fix errors
graphql-language-service-server@2.13.2
Patch Changes
-
#3647
ba5720bThanks @acao! - several LSP fixes and improvements:Bugfixes
debounce schema change events to fix codegen bugs to fix #3622
on mass file changes, network schema is overfetching because the schema cache is now invalidated on every watched schema file change
to address this, we debounce the new
onSchemaChangeevent by 400msnote that
schemaCacheTTLcan only be set in extension settings or graphql config at the top level - it will be ignored if configured per-project in the graphql configCode Improvements
- Fixes flaky tests, and
schemaCacheTTLsetting not being passed to the cache - Adds a test to validate network schema changes are reflected in the cache
- Fixes flaky tests, and
-
#3637
fdec377Thanks @dimaMachina! - update eslint plugins and fix errors -
#3671
e2c04c7Thanks @acao! - - switch to using just @astrojs/compiler instead of the more complex "sync" adaptation using workers- upgrade vue SFC parser to use the new reccomended import from vue package itself
- fix prettier config related to prettier & format on save for parseDocument tests
- fix jest/babel config related to some of the parsers
-
Updated dependencies [
fdec377]:- graphql-language-service@5.2.2
graphql-language-service-cli@3.4.2
Patch Changes
-
#3647
ba5720bThanks @acao! - several LSP fixes and improvements:Bugfixes
debounce schema change events to fix codegen bugs to fix #3622
on mass file changes, network schema is overfetching because the schema cache is now invalidated on every watched schema file change
to address this, we debounce the new
onSchemaChangeevent by 400msnote that
schemaCacheTTLcan only be set in extension settings or graphql config at the top level - it will be ignored if configured per-project in the graphql configCode Improvements
- Fixes flaky tests, and
schemaCacheTTLsetting not being passed to the cache - Adds a test to validate network schema changes are reflected in the cache
- Fixes flaky tests, and
-
Updated dependencies [
ba5720b,fdec377,e2c04c7]:- graphql-language-service-server@2.13.2
- graphql-language-service@5.2.2
graphiql@3.4.0
Minor Changes
- #3643
82f1eccThanks @dimaMachina! - addclassNameprop. Additional class names which will be appended to the GraphiQL container element
Patch Changes
codemirror-graphql@2.0.13
Patch Changes
-
#3637
fdec377Thanks @dimaMachina! - update eslint plugins and fix errors -
Updated dependencies [
fdec377]:- graphql-language-service@5.2.2
@graphiql/toolkit@0.9.2
Patch Changes
- #3646
56c6f45Thanks @dimaMachina! - preferlocalStorageoverwindow.localStorage