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
14 changes: 0 additions & 14 deletions .changeset/beige-months-care.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/chilly-sloths-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-balloons-warn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/eleven-rings-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-beers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-carrots-leave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/good-turtles-speak.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-lobsters-run.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/honest-clouds-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-timers-exist.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-ducks-visit.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nasty-cows-train.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nasty-pandas-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-spies-poke.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/pink-onions-complain.md

This file was deleted.

52 changes: 0 additions & 52 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-keys-rest.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/soft-cars-notice.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sweet-lamps-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-peas-carry.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tender-years-destroy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-lies-invent.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/warm-shoes-boil.md

This file was deleted.

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.6",
"graphiql": "^5.0.0",
"graphql": "^16.11.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start": "NODE_ENV=development webpack-cli serve"
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^5.0.0-rc.2",
"@graphiql/plugin-explorer": "^5.0.0-rc.3",
"@graphiql/react": "^0.35.0-rc.9",
"@graphiql/plugin-code-exporter": "^5.0.0",
"@graphiql/plugin-explorer": "^5.0.0",
"@graphiql/react": "^0.35.0",
"@graphiql/toolkit": "^0.11.3",
"graphiql": "^5.0.0-rc.6",
"graphiql": "^5.0.0",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "^16.9.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.52.2",
"monaco-graphql": "^1.7.1-rc.0",
"monaco-graphql": "^1.7.1",
"next": "15.4.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"graphql-language-service": "^5.4.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.52.2",
"monaco-graphql": "^1.7.1-rc.0",
"monaco-graphql": "^1.7.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"json-schema": "^0.4.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.52.2",
"monaco-graphql": "^1.7.1-rc.0",
"monaco-graphql": "^1.7.1",
"prettier": "3.3.2"
},
"devDependencies": {
Expand Down
24 changes: 7 additions & 17 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
# Change Log

## 2.2.3

### Patch Changes

- [#3949](https://github.com/graphql/graphiql/pull/3949) [`0844dc1`](https://github.com/graphql/graphiql/commit/0844dc1ca89a5d8fce0dc23658cca6987ff8443e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - prefer `getComputedStyle` over `window.getComputedStyle`

## 2.2.3-rc.0

### Patch Changes

- [#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
- replace `onMergeQuery` hook with `mergeQuery` function
- replace `onPrettifyEditors` hook with `prettifyEditors` function
- remove `fetcher` prop from `SchemaContextProvider` and `schemaStore` and add `fetcher` to `executionStore`
- add `onCopyQuery` and `onPrettifyQuery` props to `EditorContextProvider`
- remove exports (use `GraphiQLProvider`)
- `EditorContextProvider`
- `ExecutionContextProvider`
- `PluginContextProvider`
- `SchemaContextProvider`
- `StorageContextProvider`
- `ExecutionContextType`
- `PluginContextType`
- feat(@graphiql/react): migrate React context to zustand:
- replace `useExecutionContext` with `useExecutionStore` hook
- replace `useEditorContext` with `useEditorStore` hook
- prefer `getComputedStyle` over `window.getComputedStyle`
- [#3949](https://github.com/graphql/graphiql/pull/3949) [`0844dc1`](https://github.com/graphql/graphiql/commit/0844dc1ca89a5d8fce0dc23658cca6987ff8443e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - prefer `getComputedStyle` over `window.getComputedStyle`

## 2.2.2

Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.2.3-rc.0",
"version": "2.2.3",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down
18 changes: 18 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphiql/plugin-code-exporter

## 5.0.0

### Major Changes

- [#4002](https://github.com/graphql/graphiql/pull/4002) [`2d9faec`](https://github.com/graphql/graphiql/commit/2d9faec57830b38aa175929c47a55c959c327535) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove UMD builds

### Minor Changes

- [#4025](https://github.com/graphql/graphiql/pull/4025) [`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - set "importsNotUsedAsValues": "error" in tsconfig

### Patch Changes

- [#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)

Replacing `codemirror-graphql` with [`monaco-graphql`](https://github.com/graphql/graphiql/tree/main/packages/monaco-graphql)

Support for comments in **Variables** and **Headers** editors

## 5.0.0-rc.2

### Minor Changes
Expand Down
Loading
Loading