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-doc-explorer/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# @graphiql/plugin-doc-explorer
2
2
3
+
## 0.3.0-rc.1
4
+
5
+
### Minor Changes
6
+
7
+
-[#3990](https://github.com/graphql/graphiql/pull/3990)[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8
+
- store `onClickReference` in query editor in React `ref`
9
+
- remove `onClickReference` from variable editor
10
+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11
+
- allow override all default GraphiQL plugins
12
+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
Copy file name to clipboardExpand all lines: packages/graphiql-plugin-explorer/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# @graphiql/plugin-explorer
2
2
3
+
## 5.0.0-rc.1
4
+
5
+
### Major Changes
6
+
7
+
-[#3990](https://github.com/graphql/graphiql/pull/3990)[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8
+
- store `onClickReference` in query editor in React `ref`
9
+
- remove `onClickReference` from variable editor
10
+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11
+
- allow override all default GraphiQL plugins
12
+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
Copy file name to clipboardExpand all lines: packages/graphiql-plugin-history/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# @graphiql/plugin-history
2
2
3
+
## 0.3.0-rc.1
4
+
5
+
### Minor Changes
6
+
7
+
-[#3990](https://github.com/graphql/graphiql/pull/3990)[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8
+
- store `onClickReference` in query editor in React `ref`
9
+
- remove `onClickReference` from variable editor
10
+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11
+
- allow override all default GraphiQL plugins
12
+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
Copy file name to clipboardExpand all lines: packages/graphiql-react/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# @graphiql/react
2
2
3
+
## 0.35.0-rc.1
4
+
5
+
### Minor Changes
6
+
7
+
-[#3990](https://github.com/graphql/graphiql/pull/3990)[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8
+
- store `onClickReference` in query editor in React `ref`
9
+
- remove `onClickReference` from variable editor
10
+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11
+
- allow override all default GraphiQL plugins
12
+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
0 commit comments