Skip to content

Releases: graphql/graphiql

[email protected]

09 Aug 10:47
1c1d2b5
Compare
Choose a tag to compare

Patch Changes

[email protected]

08 Aug 15:01
8411e6c
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

08 Aug 15:01
8411e6c
Compare
Choose a tag to compare

Patch Changes

  • #3552 6a0a5e5 Thanks @klippx! - do not clear defaultHeaders when switching between tabs upon reload

[email protected]

01 Aug 11:50
e01b6e0
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Aug 11:49
e01b6e0
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Aug 11:50
e01b6e0
Compare
Choose a tag to compare

Patch Changes

  • #3647 ba5720b Thanks @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 onSchemaChange event by 400ms

    note that schemaCacheTTL can only be set in extension settings or graphql config at the top level - it will be ignored if configured per-project in the graphql config

    Code Improvements

    • Fixes flaky tests, and schemaCacheTTL setting not being passed to the cache
    • Adds a test to validate network schema changes are reflected in the cache
  • #3637 fdec377 Thanks @dimaMachina! - update eslint plugins and fix errors

  • #3671 e2c04c7 Thanks @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]:

[email protected]

01 Aug 11:49
e01b6e0
Compare
Choose a tag to compare

Patch Changes

  • #3647 ba5720b Thanks @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 onSchemaChange event by 400ms

    note that schemaCacheTTL can only be set in extension settings or graphql config at the top level - it will be ignored if configured per-project in the graphql config

    Code Improvements

    • Fixes flaky tests, and schemaCacheTTL setting not being passed to the cache
    • Adds a test to validate network schema changes are reflected in the cache
  • Updated dependencies [ba5720b, fdec377, e2c04c7]:

[email protected]

01 Aug 11:49
e01b6e0
Compare
Choose a tag to compare

Minor Changes

  • #3643 82f1ecc Thanks @dimaMachina! - add className prop. Additional class names which will be appended to the GraphiQL container element

Patch Changes

[email protected]

01 Aug 11:49
e01b6e0
Compare
Choose a tag to compare

Patch Changes

@graphiql/[email protected]

01 Aug 11:49
e01b6e0
Compare
Choose a tag to compare

Patch Changes