Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"example-graphiql-vite": "0.0.0"
},
"changesets": [
"beige-months-care",
"chilly-sloths-heal",
"nasty-pandas-taste",
"soft-cars-notice",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphiql-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"graphiql": "^5.0.0-rc.0",
"graphiql": "^5.0.0-rc.1",
"graphql": "^16.11.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^4.0.6-rc.0",
"@graphiql/plugin-explorer": "^4.0.7-rc.0",
"@graphiql/react": "^0.35.0-rc.0",
"@graphiql/plugin-explorer": "^5.0.0-rc.1",
"@graphiql/react": "^0.35.0-rc.1",
"@graphiql/toolkit": "^0.11.3",
"graphiql": "^5.0.0-rc.0",
"graphiql": "^5.0.0-rc.1",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^19.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphiql-plugin-doc-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphiql/plugin-doc-explorer

## 0.3.0-rc.1

### Minor Changes

- [#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
- store `onClickReference` in query editor in React `ref`
- remove `onClickReference` from variable editor
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
- allow override all default GraphiQL plugins
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

### Patch Changes

- Updated dependencies [[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92)]:
- @graphiql/react@0.35.0-rc.1

## 0.3.0-rc.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-doc-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-doc-explorer",
"version": "0.3.0-rc.0",
"version": "0.3.0-rc.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-dom": "^18 || ^19"
},
"dependencies": {
"@graphiql/react": "^0.35.0-rc.0",
"@graphiql/react": "^0.35.0-rc.1",
"@headlessui/react": "^2.2",
"react-compiler-runtime": "19.1.0-rc.1",
"zustand": "^5"
Expand Down
11 changes: 11 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphiql/plugin-explorer

## 5.0.0-rc.1

### Major Changes

- [#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
- store `onClickReference` in query editor in React `ref`
- remove `onClickReference` from variable editor
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
- allow override all default GraphiQL plugins
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

## 4.0.7-rc.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "4.0.7-rc.0",
"version": "5.0.0-rc.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@graphiql/react": "^0.35.0-rc.0",
"@graphiql/react": "^0.35.0-rc.1",
"@vitejs/plugin-react": "^4.4.1",
"graphql": "^16.9.0",
"react": "^19.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphiql-plugin-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphiql/plugin-history

## 0.3.0-rc.1

### Minor Changes

- [#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
- store `onClickReference` in query editor in React `ref`
- remove `onClickReference` from variable editor
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
- allow override all default GraphiQL plugins
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

### Patch Changes

- Updated dependencies [[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92)]:
- @graphiql/react@0.35.0-rc.1

## 0.3.0-rc.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-history",
"version": "0.3.0-rc.0",
"version": "0.3.0-rc.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-dom": "^18 || ^19"
},
"dependencies": {
"@graphiql/react": "^0.35.0-rc.0",
"@graphiql/react": "^0.35.0-rc.1",
"@graphiql/toolkit": "^0.11.3",
"react-compiler-runtime": "19.1.0-rc.1",
"zustand": "^5"
Expand Down
11 changes: 11 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphiql/react

## 0.35.0-rc.1

### Minor Changes

- [#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
- store `onClickReference` in query editor in React `ref`
- remove `onClickReference` from variable editor
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
- allow override all default GraphiQL plugins
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

## 0.35.0-rc.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.35.0-rc.0",
"version": "0.35.0-rc.1",
"sideEffects": [
"dist/setup-workers/webpack.js",
"dist/setup-workers/vite.js"
Expand Down
18 changes: 18 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 5.0.0-rc.1

### Major Changes

- [#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
- store `onClickReference` in query editor in React `ref`
- remove `onClickReference` from variable editor
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
- allow override all default GraphiQL plugins
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

### Patch Changes

- Updated dependencies [[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92)]:
- @graphiql/plugin-doc-explorer@0.3.0-rc.1
- @graphiql/plugin-history@0.3.0-rc.1
- @graphiql/react@0.35.0-rc.1

## 5.0.0-rc.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"sideEffects": [
"dist/setup-workers/webpack.js",
"dist/setup-workers/vite.js"
Expand Down Expand Up @@ -54,9 +54,9 @@
"test": "vitest"
},
"dependencies": {
"@graphiql/plugin-doc-explorer": "^0.3.0-rc.0",
"@graphiql/plugin-history": "^0.3.0-rc.0",
"@graphiql/react": "^0.35.0-rc.0",
"@graphiql/plugin-doc-explorer": "^0.3.0-rc.1",
"@graphiql/plugin-history": "^0.3.0-rc.1",
"@graphiql/react": "^0.35.0-rc.1",
"react-compiler-runtime": "19.1.0-rc.1"
},
"peerDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3231,11 +3231,11 @@ __metadata:
languageName: unknown
linkType: soft

"@graphiql/plugin-doc-explorer@npm:^0.3.0-rc.0, @graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer":
"@graphiql/plugin-doc-explorer@npm:^0.3.0-rc.1, @graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer":
version: 0.0.0-use.local
resolution: "@graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer"
dependencies:
"@graphiql/react": "npm:^0.35.0-rc.0"
"@graphiql/react": "npm:^0.35.0-rc.1"
"@headlessui/react": "npm:^2.2"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.6.3"
Expand All @@ -3256,11 +3256,11 @@ __metadata:
languageName: unknown
linkType: soft

"@graphiql/plugin-explorer@npm:^4.0.7-rc.0, @graphiql/plugin-explorer@workspace:packages/graphiql-plugin-explorer":
"@graphiql/plugin-explorer@npm:^5.0.0-rc.1, @graphiql/plugin-explorer@workspace:packages/graphiql-plugin-explorer":
version: 0.0.0-use.local
resolution: "@graphiql/plugin-explorer@workspace:packages/graphiql-plugin-explorer"
dependencies:
"@graphiql/react": "npm:^0.35.0-rc.0"
"@graphiql/react": "npm:^0.35.0-rc.1"
"@vitejs/plugin-react": "npm:^4.4.1"
graphiql-explorer: "npm:^0.9.0"
graphql: "npm:^16.9.0"
Expand All @@ -3278,11 +3278,11 @@ __metadata:
languageName: unknown
linkType: soft

"@graphiql/plugin-history@npm:^0.3.0-rc.0, @graphiql/plugin-history@workspace:packages/graphiql-plugin-history":
"@graphiql/plugin-history@npm:^0.3.0-rc.1, @graphiql/plugin-history@workspace:packages/graphiql-plugin-history":
version: 0.0.0-use.local
resolution: "@graphiql/plugin-history@workspace:packages/graphiql-plugin-history"
dependencies:
"@graphiql/react": "npm:^0.35.0-rc.0"
"@graphiql/react": "npm:^0.35.0-rc.1"
"@graphiql/toolkit": "npm:^0.11.3"
"@testing-library/react": "npm:^16.1.0"
"@vitejs/plugin-react": "npm:^4.4.1"
Expand All @@ -3299,7 +3299,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphiql/react@npm:^0.35.0-rc.0, @graphiql/react@workspace:packages/graphiql-react":
"@graphiql/react@npm:^0.35.0-rc.0, @graphiql/react@npm:^0.35.0-rc.1, @graphiql/react@workspace:packages/graphiql-react":
version: 0.0.0-use.local
resolution: "@graphiql/react@workspace:packages/graphiql-react"
dependencies:
Expand Down Expand Up @@ -12606,7 +12606,7 @@ __metadata:
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
dependencies:
"@vitejs/plugin-react": "npm:^4.4.1"
graphiql: "npm:^5.0.0-rc.0"
graphiql: "npm:^5.0.0-rc.1"
graphql: "npm:^16.11.0"
react: "npm:^19.1.0"
react-dom: "npm:^19.1.0"
Expand All @@ -12623,16 +12623,16 @@ __metadata:
"@babel/preset-env": "npm:^7.20.2"
"@babel/preset-react": "npm:^7.18.6"
"@graphiql/plugin-code-exporter": "npm:^4.0.6-rc.0"
"@graphiql/plugin-explorer": "npm:^4.0.7-rc.0"
"@graphiql/react": "npm:^0.35.0-rc.0"
"@graphiql/plugin-explorer": "npm:^5.0.0-rc.1"
"@graphiql/react": "npm:^0.35.0-rc.1"
"@graphiql/toolkit": "npm:^0.11.3"
ajv-formats: "npm:^3.0.1"
babel-loader: "npm:^9.1.2"
copy-webpack-plugin: "npm:11.0.0"
cross-env: "npm:^7.0.2"
css-loader: "npm:^6.7.3"
file-loader: "npm:^6.2.0"
graphiql: "npm:^5.0.0-rc.0"
graphiql: "npm:^5.0.0-rc.1"
graphql: "npm:^16.9.0"
graphql-ws: "npm:^5.5.5"
html-webpack-plugin: "npm:^5.5.0"
Expand Down Expand Up @@ -14349,13 +14349,13 @@ __metadata:
languageName: unknown
linkType: soft

"graphiql@npm:^5.0.0-rc.0, graphiql@workspace:packages/graphiql":
"graphiql@npm:^5.0.0-rc.1, graphiql@workspace:packages/graphiql":
version: 0.0.0-use.local
resolution: "graphiql@workspace:packages/graphiql"
dependencies:
"@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.0"
"@graphiql/plugin-history": "npm:^0.3.0-rc.0"
"@graphiql/react": "npm:^0.35.0-rc.0"
"@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.1"
"@graphiql/plugin-history": "npm:^0.3.0-rc.1"
"@graphiql/react": "npm:^0.35.0-rc.1"
"@graphiql/toolkit": "npm:^0.11.3"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.6.3"
Expand Down
Loading