|
1 | 1 | # @graphiql/plugin-doc-explorer
|
2 | 2 |
|
| 3 | +## 0.3.0-rc.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#3234](https://github.com/graphql/graphiql/pull/3234) [`86a96e5`](https://github.com/graphql/graphiql/commit/86a96e5f1779b5d0e84ad4179dbd6c5d4947fb91) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Migration from Codemirror to [Monaco Editor](https://github.com/microsoft/monaco-editor) |
| 8 | + |
| 9 | + Replacing `codemirror-graphql` with [`monaco-graphql`](https://github.com/graphql/graphiql/tree/main/packages/monaco-graphql) |
| 10 | + |
| 11 | + Support for comments in **Variables** and **Headers** editors |
| 12 | + |
| 13 | +- [#3950](https://github.com/graphql/graphiql/pull/3950) [`2455907`](https://github.com/graphql/graphiql/commit/245590708cea52ff6f1bcce8664781f7e56029cb) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - remove `useQueryEditor`, `useVariableEditor`, `useHeaderEditor`, `useResponseEditor` hooks |
| 14 | + - remove `UseHeaderEditorArgs`, `UseQueryEditorArgs`, `UseResponseEditorArgs`, `UseVariableEditorArgs` exports |
| 15 | + - rename components |
| 16 | + - `StorageContextProvider` => `StorageStore` |
| 17 | + - `EditorContextProvider` => `EditorStore` |
| 18 | + - `SchemaContextProvider` => `SchemaStore` |
| 19 | + - `ExecutionContextProvider` => `ExecutionStore` |
| 20 | + - `HistoryContextProvider` => `HistoryStore` |
| 21 | + - `ExplorerContextProvider` => `ExplorerStore` |
| 22 | + |
| 23 | +### Patch Changes |
| 24 | + |
| 25 | +- [#3949](https://github.com/graphql/graphiql/pull/3949) [`0844dc1`](https://github.com/graphql/graphiql/commit/0844dc1ca89a5d8fce0dc23658cca6987ff8443e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - replace `onCopyQuery` hook with `copyQuery` function |
| 26 | + - replace `onMergeQuery` hook with `mergeQuery` function |
| 27 | + - replace `onPrettifyEditors` hook with `prettifyEditors` function |
| 28 | + - remove `fetcher` prop from `SchemaContextProvider` and `schemaStore` and add `fetcher` to `executionStore` |
| 29 | + - add `onCopyQuery` and `onPrettifyQuery` props to `EditorContextProvider` |
| 30 | + - remove exports (use `GraphiQLProvider`) |
| 31 | + - `EditorContextProvider` |
| 32 | + - `ExecutionContextProvider` |
| 33 | + - `PluginContextProvider` |
| 34 | + - `SchemaContextProvider` |
| 35 | + - `StorageContextProvider` |
| 36 | + - `ExecutionContextType` |
| 37 | + - `PluginContextType` |
| 38 | + - feat(@graphiql/react): migrate React context to zustand: |
| 39 | + - replace `useExecutionContext` with `useExecutionStore` hook |
| 40 | + - replace `useEditorContext` with `useEditorStore` hook |
| 41 | + - prefer `getComputedStyle` over `window.getComputedStyle` |
| 42 | +- Updated dependencies [[`0844dc1`](https://github.com/graphql/graphiql/commit/0844dc1ca89a5d8fce0dc23658cca6987ff8443e), [`86a96e5`](https://github.com/graphql/graphiql/commit/86a96e5f1779b5d0e84ad4179dbd6c5d4947fb91), [`2455907`](https://github.com/graphql/graphiql/commit/245590708cea52ff6f1bcce8664781f7e56029cb)]: |
| 43 | + - @graphiql/react@0.35.0-rc.0 |
| 44 | + |
3 | 45 | ## 0.2.2
|
4 | 46 |
|
5 | 47 | ### Patch Changes
|
|
0 commit comments