| @graphiql/plugin-doc-explorer | patch |
|---|---|
| @graphiql/plugin-explorer | patch |
| graphql-language-service | patch |
| @graphiql/plugin-history | patch |
| codemirror-graphql | patch |
| @graphiql/react | minor |
| graphiql | patch |
- replace
onCopyQueryhook withcopyQueryfunction - replace
onMergeQueryhook withmergeQueryfunction - replace
onPrettifyEditorshook withprettifyEditorsfunction - remove
fetcherprop fromSchemaContextProviderandschemaStoreand addfetchertoexecutionStore - add
onCopyQueryandonPrettifyQueryprops toEditorContextProvider - remove exports (use
GraphiQLProvider)- EditorContextProvider
- ExecutionContextProvider
- PluginContextProvider
- SchemaContextProvider
- StorageContextProvider
- ExecutionContextType
- PluginContextType
- feat(@graphiql/react): migrate React context to zustand:
- replace
useExecutionContextwithuseExecutionStorehook - replace
useEditorContextwithuseEditorStorehook
- replace
- prefer
getComputedStyleoverwindow.getComputedStyle