Skip to content

Releases: graphql/graphiql

@graphiql/react@0.20.3

01 Feb 23:32
28a101f
Compare
Choose a tag to compare

Patch Changes

  • #3526 2b6ea316 Thanks @benjie! - Add new useOptimisticState hook that can wrap a useState-like hook to perform optimistic caching of state changes, this helps to avoid losing characters when the user is typing rapidly. Example of usage: const [state, setState] = useOptimisticState(useOperationsEditorState());

@graphiql/plugin-explorer@1.0.3

01 Feb 23:32
28a101f
Compare
Choose a tag to compare

Patch Changes

  • #3526 2b6ea316 Thanks @benjie! - Fix bug whereby typing quickly into explorer sidebar would result in characters being dropped.

  • Updated dependencies [2b6ea316]:

    • @graphiql/react@0.20.3

@graphiql/plugin-code-exporter@1.0.4

01 Feb 23:32
28a101f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [2b6ea316]:
    • @graphiql/react@0.20.3

monaco-graphql@1.5.0

25 Jan 06:23
70d25ab
Compare
Choose a tag to compare

Minor Changes

graphql-language-service-server@2.12.0

25 Jan 06:23
70d25ab
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #3514 36c7f25c Thanks @acao! - fix svelte parsing, re-load config only on config changes

    • fix esbuild bundling of typescript for svelte2tsx!
    • confirm with manual testing of the vsix extension bundle ✅
    • ensure that the server only attemps to parse opened/saved files when the server is activated or the file is a config file

graphql-language-service-cli@3.3.33

25 Jan 06:23
70d25ab
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [98af5307, 36c7f25c]:
    • graphql-language-service-server@2.12.0

cm6-graphql@0.0.13

25 Jan 06:23
70d25ab
Compare
Choose a tag to compare

Patch Changes

graphql-language-service-server@2.11.9

13 Jan 08:30
f5ade68
Compare
Choose a tag to compare

Patch Changes

graphql-language-service-server@2.11.8

13 Jan 05:54
05007e9
Compare
Choose a tag to compare

Patch Changes

graphql-language-service-server@2.11.10

13 Jan 11:22
88ae243
Compare
Choose a tag to compare

Patch Changes

  • #3503 6c7adf85 Thanks @acao! - Temporarily revert svelte parsing until we can fix bundling issues with svelte2tsx. For now we return to using the vue parser to parse svelte files which will invariably cause some issues, such as being off by several characters