You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/graphiql-plugin-code-exporter/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# @graphiql/plugin-code-exporter
2
2
3
+
## 4.0.1
4
+
5
+
### Patch Changes
6
+
7
+
-[#3915](https://github.com/graphql/graphiql/pull/3915)[`bc31cd9`](https://github.com/graphql/graphiql/commit/bc31cd99a92693238e7359456e3cc22ed0387df0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix unpkg.com results to `Not found` when `main` field isn't specified in `package.json`
Copy file name to clipboardExpand all lines: packages/graphiql-plugin-explorer/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# @graphiql/plugin-explorer
2
2
3
+
## 4.0.1
4
+
5
+
### Patch Changes
6
+
7
+
-[#3915](https://github.com/graphql/graphiql/pull/3915)[`bc31cd9`](https://github.com/graphql/graphiql/commit/bc31cd99a92693238e7359456e3cc22ed0387df0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix unpkg.com results to `Not found` when `main` field isn't specified in `package.json`
Copy file name to clipboardExpand all lines: packages/graphiql/CHANGELOG.md
+29
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Change Log
2
2
3
+
## 4.0.1
4
+
5
+
### Patch Changes
6
+
7
+
-[#3911](https://github.com/graphql/graphiql/pull/3911)[`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - export `cn` from `@graphiql/react`
8
+
9
+
- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
10
+
-`History`
11
+
-`HistoryContext`
12
+
-`HistoryContextType`
13
+
-`HistoryContextProvider`
14
+
-`useHistoryContext`
15
+
-`HISTORY_PLUGIN`
16
+
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
17
+
-`HistoryContextProviderProps`
18
+
-`ExecutionContextProviderProps`
19
+
-`EditorContextProviderProps`
20
+
-`ExplorerContextProviderProps`
21
+
-`PluginContextProviderProps`
22
+
-`SchemaContextProviderProps`
23
+
-`StorageContextProviderProps`
24
+
-`GraphiQLProviderProps`
25
+
26
+
-[#3915](https://github.com/graphql/graphiql/pull/3915)[`bc31cd9`](https://github.com/graphql/graphiql/commit/bc31cd99a92693238e7359456e3cc22ed0387df0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix unpkg.com results to `Not found` when `main` field isn't specified in `package.json`
0 commit comments