Skip to content

Commit c55bdba

Browse files
Version Packages (alpha)
1 parent c1c33d0 commit c55bdba

27 files changed

Lines changed: 428 additions & 81 deletions

File tree

.changeset/pre.json

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,65 @@
2323
"monaco-graphql": "1.7.3",
2424
"vscode-graphql": "0.13.2",
2525
"vscode-graphql-execution": "0.3.2",
26-
"vscode-graphql-syntax": "1.3.8"
26+
"vscode-graphql-syntax": "1.3.8",
27+
"@graphiql/plugin-collections": "0.1.0-alpha.0",
28+
"@graphiql/plugin-query-builder": "0.1.0-alpha.0"
2729
},
28-
"changesets": []
30+
"changesets": [
31+
"activity-rail",
32+
"browserslist-defaults",
33+
"collections-core-integration",
34+
"dialog-styles",
35+
"doc-explorer-redesign",
36+
"drop-legacy-client-alias",
37+
"explorer-deprecation",
38+
"fix-transport-hooks-types",
39+
"flatten-editor-frame",
40+
"flush-editor-inset",
41+
"graphql-value-string-highlighting",
42+
"history-method-pill",
43+
"keycap-hint-os-detection",
44+
"keycap-hint-vertical-center",
45+
"keycap-hint",
46+
"light-theme-token-tuning",
47+
"method-pill",
48+
"monaco-theme-follow-toggle",
49+
"monaco-theme-v6",
50+
"oklch-tokens",
51+
"operation-collections-plugin",
52+
"operation-name-follows-cursor",
53+
"panel-header",
54+
"plugin-context-transport-hooks",
55+
"query-builder",
56+
"query-http-method",
57+
"remove-deprecated-hooks",
58+
"response-meta-trace-footer",
59+
"response-pane-header",
60+
"response-table-view",
61+
"response-tree-view",
62+
"restyle-button-iconbutton",
63+
"restyle-dialog",
64+
"restyle-doc-explorer",
65+
"restyle-dropdown-menu",
66+
"restyle-editortabs",
67+
"restyle-history",
68+
"restyle-spinner",
69+
"restyle-tabs",
70+
"restyle-tooltip",
71+
"segmented-control-radio",
72+
"segmented-control",
73+
"settings-dialog-presets",
74+
"side-panel",
75+
"status-bar-cleanup",
76+
"status-bar",
77+
"theme-data-attribute",
78+
"tooltip-viewport",
79+
"top-bar-method-url",
80+
"topbar-component",
81+
"transport-api",
82+
"transport-get-method",
83+
"use-graphiql-settings",
84+
"v6-alpha-line",
85+
"vars-headers-strip"
86+
]
2987
}

examples/graphiql-vite-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "react-router-serve dist/server/index.js"
1212
},
1313
"dependencies": {
14-
"@graphiql/react": "^0.37.7",
14+
"@graphiql/react": "^1.0.0-alpha.0",
1515
"@react-router/fs-routes": "^7",
1616
"@react-router/node": "^7",
1717
"@react-router/serve": "^7",
18-
"graphiql": "^5.2.4",
18+
"graphiql": "^6.0.0-alpha.0",
1919
"isbot": "^5",
2020
"react": "^19",
2121
"react-dom": "^19",

examples/graphiql-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"graphiql": "^5.2.4",
6+
"graphiql": "^6.0.0-alpha.0",
77
"graphql": "^16",
88
"react": "^19",
99
"react-dom": "^19"

examples/graphiql-webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^5.1.2",
13-
"@graphiql/plugin-explorer": "^5.1.3",
14-
"@graphiql/react": "^0.37.7",
15-
"@graphiql/toolkit": "^0.12.1",
16-
"graphiql": "^5.2.4",
12+
"@graphiql/plugin-code-exporter": "^5.1.3-alpha.0",
13+
"@graphiql/plugin-explorer": "^6.0.0-alpha.0",
14+
"@graphiql/react": "^1.0.0-alpha.0",
15+
"@graphiql/toolkit": "^1.0.0-alpha.0",
16+
"graphiql": "^6.0.0-alpha.0",
1717
"graphql": "^16",
1818
"graphql-ws": "^6",
1919
"react": "^19",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@graphiql/toolkit": "^0.12.1",
13+
"@graphiql/toolkit": "^1.0.0-alpha.0",
1414
"graphql": "^16",
1515
"jsonc-parser": "^3",
1616
"monaco-editor": "^0.52",

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"@graphiql/toolkit": "^0.12.1",
6+
"@graphiql/toolkit": "^1.0.0-alpha.0",
77
"graphql": "^16",
88
"graphql-language-service": "^5.5.2",
99
"jsonc-parser": "^3",

packages/graphiql-plugin-code-exporter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 5.1.3-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bbe02de`](https://github.com/graphql/graphiql/commit/bbe02de17c9cbb01ba4dfc23be3b9ed82e9b7055), [`bfed213`](https://github.com/graphql/graphiql/commit/bfed213a01d04c3d41033daa8eb6b1e2ef132a11), [`ac56840`](https://github.com/graphql/graphiql/commit/ac5684038d1147650ac4203b47ff0f49e905e5cd), [`1466974`](https://github.com/graphql/graphiql/commit/1466974d3d7c416a4e7ea302139a3fcbd3343f39), [`a5fbe57`](https://github.com/graphql/graphiql/commit/a5fbe5702bacc83c5f0b124ddf05707921b710a0), [`dabeb6d`](https://github.com/graphql/graphiql/commit/dabeb6dccba58d4b61c042b6a596f870cf0ce3fb), [`c1c33d0`](https://github.com/graphql/graphiql/commit/c1c33d03aef1b437a96e56ba862924032bbb6f93), [`d4f0268`](https://github.com/graphql/graphiql/commit/d4f026853b89b9755f28d8f4059fcba419aa6d5a), [`df29e76`](https://github.com/graphql/graphiql/commit/df29e7637378f36671d930206707e6278cb5f05d), [`c25bfd5`](https://github.com/graphql/graphiql/commit/c25bfd5b51ad98f36cbdb81a7486380f8dd1ab6a), [`0df39f9`](https://github.com/graphql/graphiql/commit/0df39f93822ca4fc3d32c3df1d2c5ae617236ab1), [`76a5169`](https://github.com/graphql/graphiql/commit/76a516903250e43096269971fc5ef708bcacce00), [`72e8970`](https://github.com/graphql/graphiql/commit/72e897082bbec4b67a26bf958c6205fefb64aa77), [`f8a9445`](https://github.com/graphql/graphiql/commit/f8a944505a0fbb9245b4ea1a3ca67bd50d4b7991), [`1ce71e4`](https://github.com/graphql/graphiql/commit/1ce71e407dd3b457d6fecc9e7ad0b3ad246c693b), [`3b18277`](https://github.com/graphql/graphiql/commit/3b182772c5922be5cfeb0862bdc4aafb654fbdac), [`cfca05c`](https://github.com/graphql/graphiql/commit/cfca05ca80303808951d6657269c7393f18e6853), [`827da62`](https://github.com/graphql/graphiql/commit/827da6263685aa6e2f4df98ab7aaf032d2783605), [`a540401`](https://github.com/graphql/graphiql/commit/a5404018b527b644e46cdf5022ffcae4a541af5f), [`03535ab`](https://github.com/graphql/graphiql/commit/03535abc736d4479ac558320c477ff3b2e05b3f5), [`a565cac`](https://github.com/graphql/graphiql/commit/a565cac06241a24c182774ff6e1e88586737fd33), [`0bd32a1`](https://github.com/graphql/graphiql/commit/0bd32a18c06fcca853cfd155538ccf50f6a3fc90), [`bd773d3`](https://github.com/graphql/graphiql/commit/bd773d3a245cd3a6a9e1595f7d2d686e2201c786), [`1bcf3be`](https://github.com/graphql/graphiql/commit/1bcf3be69a883f4eda09713b0db81e738a27e310), [`7dd2111`](https://github.com/graphql/graphiql/commit/7dd211143e2e8c575363dfb8339a37c1452579dd), [`f5968fe`](https://github.com/graphql/graphiql/commit/f5968fed097799df7105fb6e414603020f11bd18), [`05ecaf0`](https://github.com/graphql/graphiql/commit/05ecaf0aae89a027a415f6ab070ba0be204c473a), [`5fb2d64`](https://github.com/graphql/graphiql/commit/5fb2d6487bc3e8cc3c468daf08ef56812e28b0e3), [`34695e8`](https://github.com/graphql/graphiql/commit/34695e832ddcbb23c80a6060fe28cf0127d1d61a), [`e54b9c9`](https://github.com/graphql/graphiql/commit/e54b9c94ab0b61d47731554362c6641a12aa0112), [`a0fe11a`](https://github.com/graphql/graphiql/commit/a0fe11aeb40861b586b4cfa5678b8ebe1bea4a19), [`480afc1`](https://github.com/graphql/graphiql/commit/480afc1933663bcd8982cbc2ab5a585f4e4461d0), [`4fa53a8`](https://github.com/graphql/graphiql/commit/4fa53a8d2f111d9a894c59a7b7c79de8c9089136), [`77a6a78`](https://github.com/graphql/graphiql/commit/77a6a78a91684fd2f68fb19f954b2a609216406c), [`3f79ce9`](https://github.com/graphql/graphiql/commit/3f79ce94bab865be1bceae2e2596414e3766fc6d), [`6627635`](https://github.com/graphql/graphiql/commit/66276352a63da0a6c9924fcd488296d08e6f3a1b), [`a9f9e4c`](https://github.com/graphql/graphiql/commit/a9f9e4c672fc63611b9a2dc19653e2c78eb57d51), [`cfca05c`](https://github.com/graphql/graphiql/commit/cfca05ca80303808951d6657269c7393f18e6853), [`82e5460`](https://github.com/graphql/graphiql/commit/82e54602731305d955da5dbf911073f9430fac99), [`093cb10`](https://github.com/graphql/graphiql/commit/093cb100a4524b1005b82c1c064bb897416bfc82), [`fdbd07d`](https://github.com/graphql/graphiql/commit/fdbd07d0c11426ef2095ba6637fb80272dd01a86), [`b77270a`](https://github.com/graphql/graphiql/commit/b77270a74e0ed07cd3c5e614da71f1f631d9c4f6)]:
8+
- @graphiql/react@1.0.0-alpha.0
9+
310
## 5.1.2
411

512
### Patch Changes

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "5.1.2",
3+
"version": "5.1.3-alpha.0",
44
"sideEffects": [
55
"*.css"
66
],
@@ -38,13 +38,13 @@
3838
"graphiql-code-exporter": "^3.0.3"
3939
},
4040
"peerDependencies": {
41-
"@graphiql/react": "^0.37.0",
41+
"@graphiql/react": "^1.0.0-alpha.0",
4242
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4343
"react": "^18 || ^19",
4444
"react-dom": "^18 || ^19"
4545
},
4646
"devDependencies": {
47-
"@graphiql/react": "^0.37.4",
47+
"@graphiql/react": "^1.0.0-alpha.0",
4848
"@vitejs/plugin-react": "^4.4.1",
4949
"graphql": "^16.9.0",
5050
"react": "^19.1.0",
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# @graphiql/plugin-collections
2+
3+
## 0.1.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#4359](https://github.com/graphql/graphiql/pull/4359) [`ac56840`](https://github.com/graphql/graphiql/commit/ac5684038d1147650ac4203b47ff0f49e905e5cd) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - New `@graphiql/plugin-collections` plugin: save named operations into folder collections and reuse them later.
8+
- Collapsible tree UI with inline rename, hover-revealed row actions (edit, copy, delete), and QRY/MUT/SUB pills (a `MIX` pill when a saved document holds more than one operation).
9+
- Save the current operation with ⌘S/Ctrl+S or the tab-strip Save button. An operation opened from a collection stays linked, so re-saving updates it in place instead of prompting; otherwise a "Save to collection" dialog opens. Clicking a saved item opens it in a new tab.
10+
- Reorder within and across collections by drag-and-drop or keyboard: focus a row's drag handle, Space to grab, arrow keys to move (auto-expanding a collapsed destination), Space to drop, Escape to cancel.
11+
- Copy/Share by clipboard: operation rows expose a raw-query **Copy** and an importable-envelope **Share**; collection headers expose **Share** only. Success is confirmed inline on the button (check icon for 1.5 s, screen-reader announcement), with no layout-shifting status text. Paste or drop a collections export anywhere in the pane to merge it in; import and export as JSON from the dialog.
12+
- Identity-aware merge: imports reconcile by stable id, so re-importing updates in place and never duplicates. A conflict dialog lets you apply incoming changes, keep yours, or review each. Merge never deletes.
13+
- Pluggable persistence via the `storage` option (defaults to `localStorage`), plus `readOnly`, `allowImportExport`, and `allowReplace` for locking down a governed deployment.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`bbe02de`](https://github.com/graphql/graphiql/commit/bbe02de17c9cbb01ba4dfc23be3b9ed82e9b7055), [`bfed213`](https://github.com/graphql/graphiql/commit/bfed213a01d04c3d41033daa8eb6b1e2ef132a11), [`ac56840`](https://github.com/graphql/graphiql/commit/ac5684038d1147650ac4203b47ff0f49e905e5cd), [`1466974`](https://github.com/graphql/graphiql/commit/1466974d3d7c416a4e7ea302139a3fcbd3343f39), [`a5fbe57`](https://github.com/graphql/graphiql/commit/a5fbe5702bacc83c5f0b124ddf05707921b710a0), [`dabeb6d`](https://github.com/graphql/graphiql/commit/dabeb6dccba58d4b61c042b6a596f870cf0ce3fb), [`c1c33d0`](https://github.com/graphql/graphiql/commit/c1c33d03aef1b437a96e56ba862924032bbb6f93), [`d4f0268`](https://github.com/graphql/graphiql/commit/d4f026853b89b9755f28d8f4059fcba419aa6d5a), [`df29e76`](https://github.com/graphql/graphiql/commit/df29e7637378f36671d930206707e6278cb5f05d), [`c25bfd5`](https://github.com/graphql/graphiql/commit/c25bfd5b51ad98f36cbdb81a7486380f8dd1ab6a), [`0df39f9`](https://github.com/graphql/graphiql/commit/0df39f93822ca4fc3d32c3df1d2c5ae617236ab1), [`76a5169`](https://github.com/graphql/graphiql/commit/76a516903250e43096269971fc5ef708bcacce00), [`72e8970`](https://github.com/graphql/graphiql/commit/72e897082bbec4b67a26bf958c6205fefb64aa77), [`f8a9445`](https://github.com/graphql/graphiql/commit/f8a944505a0fbb9245b4ea1a3ca67bd50d4b7991), [`1ce71e4`](https://github.com/graphql/graphiql/commit/1ce71e407dd3b457d6fecc9e7ad0b3ad246c693b), [`3b18277`](https://github.com/graphql/graphiql/commit/3b182772c5922be5cfeb0862bdc4aafb654fbdac), [`cfca05c`](https://github.com/graphql/graphiql/commit/cfca05ca80303808951d6657269c7393f18e6853), [`827da62`](https://github.com/graphql/graphiql/commit/827da6263685aa6e2f4df98ab7aaf032d2783605), [`a540401`](https://github.com/graphql/graphiql/commit/a5404018b527b644e46cdf5022ffcae4a541af5f), [`03535ab`](https://github.com/graphql/graphiql/commit/03535abc736d4479ac558320c477ff3b2e05b3f5), [`a565cac`](https://github.com/graphql/graphiql/commit/a565cac06241a24c182774ff6e1e88586737fd33), [`0bd32a1`](https://github.com/graphql/graphiql/commit/0bd32a18c06fcca853cfd155538ccf50f6a3fc90), [`bd773d3`](https://github.com/graphql/graphiql/commit/bd773d3a245cd3a6a9e1595f7d2d686e2201c786), [`1bcf3be`](https://github.com/graphql/graphiql/commit/1bcf3be69a883f4eda09713b0db81e738a27e310), [`7dd2111`](https://github.com/graphql/graphiql/commit/7dd211143e2e8c575363dfb8339a37c1452579dd), [`f5968fe`](https://github.com/graphql/graphiql/commit/f5968fed097799df7105fb6e414603020f11bd18), [`05ecaf0`](https://github.com/graphql/graphiql/commit/05ecaf0aae89a027a415f6ab070ba0be204c473a), [`5fb2d64`](https://github.com/graphql/graphiql/commit/5fb2d6487bc3e8cc3c468daf08ef56812e28b0e3), [`34695e8`](https://github.com/graphql/graphiql/commit/34695e832ddcbb23c80a6060fe28cf0127d1d61a), [`e54b9c9`](https://github.com/graphql/graphiql/commit/e54b9c94ab0b61d47731554362c6641a12aa0112), [`a0fe11a`](https://github.com/graphql/graphiql/commit/a0fe11aeb40861b586b4cfa5678b8ebe1bea4a19), [`480afc1`](https://github.com/graphql/graphiql/commit/480afc1933663bcd8982cbc2ab5a585f4e4461d0), [`4fa53a8`](https://github.com/graphql/graphiql/commit/4fa53a8d2f111d9a894c59a7b7c79de8c9089136), [`77a6a78`](https://github.com/graphql/graphiql/commit/77a6a78a91684fd2f68fb19f954b2a609216406c), [`3f79ce9`](https://github.com/graphql/graphiql/commit/3f79ce94bab865be1bceae2e2596414e3766fc6d), [`6627635`](https://github.com/graphql/graphiql/commit/66276352a63da0a6c9924fcd488296d08e6f3a1b), [`a9f9e4c`](https://github.com/graphql/graphiql/commit/a9f9e4c672fc63611b9a2dc19653e2c78eb57d51), [`cfca05c`](https://github.com/graphql/graphiql/commit/cfca05ca80303808951d6657269c7393f18e6853), [`82e5460`](https://github.com/graphql/graphiql/commit/82e54602731305d955da5dbf911073f9430fac99), [`093cb10`](https://github.com/graphql/graphiql/commit/093cb100a4524b1005b82c1c064bb897416bfc82), [`fdbd07d`](https://github.com/graphql/graphiql/commit/fdbd07d0c11426ef2095ba6637fb80272dd01a86), [`b77270a`](https://github.com/graphql/graphiql/commit/b77270a74e0ed07cd3c5e614da71f1f631d9c4f6)]:
18+
- @graphiql/react@1.0.0-alpha.0

packages/graphiql-plugin-collections/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-collections",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"sideEffects": [
55
"*.css"
66
],
@@ -42,13 +42,13 @@
4242
"zustand": "^5"
4343
},
4444
"peerDependencies": {
45-
"@graphiql/react": "^0.37.0",
45+
"@graphiql/react": "^1.0.0-alpha.0",
4646
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
4747
"react": "^18 || ^19",
4848
"react-dom": "^18 || ^19"
4949
},
5050
"devDependencies": {
51-
"@graphiql/react": "^0.37.4",
51+
"@graphiql/react": "^1.0.0-alpha.0",
5252
"@testing-library/dom": "^10.4.0",
5353
"@testing-library/jest-dom": "^6.6.3",
5454
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)