Skip to content

Releases: graphql/graphiql

@graphiql/[email protected]

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/[email protected]

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

Patch Changes

@graphiql/[email protected]

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

Patch Changes

[email protected]

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

Minor Changes

[email protected]

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

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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