Releases: graphql/graphiql
Releases · graphql/graphiql
@graphiql/plugin-code-exporter@1.0.5
Patch Changes
- Updated dependencies []:
- @graphiql/react@0.20.4
cm6-graphql@0.0.14
Patch Changes
- #3534
f4c98c1fThanks @johndcollett! - fix: multiple argument syntax highlighting
monaco-graphql@1.5.1
graphiql@3.1.1
Patch Changes
- Updated dependencies [
2b6ea316]:- @graphiql/react@0.20.3
@graphiql/react@0.20.3
Patch Changes
- #3526
2b6ea316Thanks @benjie! - Add newuseOptimisticStatehook 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
@graphiql/plugin-code-exporter@1.0.4
Patch Changes
- Updated dependencies [
2b6ea316]:- @graphiql/react@0.20.3
monaco-graphql@1.5.0
graphql-language-service-server@2.12.0
Minor Changes
Patch Changes
-
#3514
36c7f25cThanks @acao! - fix svelte parsing, re-load config only on config changes- fix esbuild bundling of
typescriptforsvelte2tsx! - 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
- fix esbuild bundling of