Skip to content
Closed
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
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@
"changesets": [
"add-on-prettify-callback",
"breezy-chicken-crash",
"chatty-spoons-accept",
"clean-lamps-bow",
"few-steaks-clap",
"flat-lies-heal",
"gentle-bugs-mix",
"gold-cooks-design",
"good-vans-refuse",
"green-pugs-worry",
"healthy-onions-bake",
"hungry-spiders-cheat",
"late-trains-train",
"metal-glasses-bow",
"nine-meals-happen",
"old-zebras-knock",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphiql/plugin-code-exporter

## 4.0.0-alpha.2

### Major Changes

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - drop commonjs build files

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - support react 19, drop support react 16 and react 17
- replace deprecated `ReactDOM.unmountComponentAtNode()` and `ReactDOM.render()` with `root.unmount()` and `createRoot(container).render()`
- update `@radix-ui` and `@headlessui/react` dependencies

### Minor Changes

- [#3902](https://github.com/graphql/graphiql/pull/3902) [`6ff205c`](https://github.com/graphql/graphiql/commit/6ff205c9599ba5e52441e7b7a90c66a542934171) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Update GraphiQL CDN example using ESM-based CDN esm.sh

- [#3828](https://github.com/graphql/graphiql/pull/3828) [`0b434a9`](https://github.com/graphql/graphiql/commit/0b434a96dd85aec87945be21a836a1e1b4d1c71e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update `vite` and related dependencies

## 4.0.0-alpha.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@graphiql/react": "^1.0.0-alpha.3",
"@graphiql/react": "^1.0.0-alpha.5",
"@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-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphiql/plugin-explorer

## 4.0.0-alpha.3

### Major Changes

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - drop commonjs build files

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - support react 19, drop support react 16 and react 17
- replace deprecated `ReactDOM.unmountComponentAtNode()` and `ReactDOM.render()` with `root.unmount()` and `createRoot(container).render()`
- update `@radix-ui` and `@headlessui/react` dependencies

### Minor Changes

- [#3902](https://github.com/graphql/graphiql/pull/3902) [`6ff205c`](https://github.com/graphql/graphiql/commit/6ff205c9599ba5e52441e7b7a90c66a542934171) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Update GraphiQL CDN example using ESM-based CDN esm.sh

- [#3828](https://github.com/graphql/graphiql/pull/3828) [`0b434a9`](https://github.com/graphql/graphiql/commit/0b434a96dd85aec87945be21a836a1e1b4d1c71e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update `vite` and related dependencies

## 4.0.0-alpha.2

### 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.0-alpha.2",
"version": "4.0.0-alpha.3",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@graphiql/react": "^1.0.0-alpha.3",
"@graphiql/react": "^1.0.0-alpha.5",
"@vitejs/plugin-react": "^4.4.1",
"graphql": "^16.9.0",
"react": "^19.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphiql/react

## 1.0.0-alpha.5

### Minor Changes

- [#3902](https://github.com/graphql/graphiql/pull/3902) [`6ff205c`](https://github.com/graphql/graphiql/commit/6ff205c9599ba5e52441e7b7a90c66a542934171) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Update GraphiQL CDN example using ESM-based CDN esm.sh

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - drop commonjs build files

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - support react 19, drop support react 16 and react 17

- replace deprecated `ReactDOM.unmountComponentAtNode()` and `ReactDOM.render()` with `root.unmount()` and `createRoot(container).render()`
- update `@radix-ui` and `@headlessui/react` dependencies

- [#3828](https://github.com/graphql/graphiql/pull/3828) [`0b434a9`](https://github.com/graphql/graphiql/commit/0b434a96dd85aec87945be21a836a1e1b4d1c71e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update `vite` and related dependencies

## 1.0.0-alpha.4

### 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": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 4.0.0-alpha.6

### Major Changes

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - drop commonjs build files

- [#3897](https://github.com/graphql/graphiql/pull/3897) [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - support react 19, drop support react 16 and react 17
- replace deprecated `ReactDOM.unmountComponentAtNode()` and `ReactDOM.render()` with `root.unmount()` and `createRoot(container).render()`
- update `@radix-ui` and `@headlessui/react` dependencies

### Minor Changes

- [#3902](https://github.com/graphql/graphiql/pull/3902) [`6ff205c`](https://github.com/graphql/graphiql/commit/6ff205c9599ba5e52441e7b7a90c66a542934171) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Update GraphiQL CDN example using ESM-based CDN esm.sh

- [#3828](https://github.com/graphql/graphiql/pull/3828) [`0b434a9`](https://github.com/graphql/graphiql/commit/0b434a96dd85aec87945be21a836a1e1b4d1c71e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update `vite` and related dependencies

### Patch Changes

- Updated dependencies [[`6ff205c`](https://github.com/graphql/graphiql/commit/6ff205c9599ba5e52441e7b7a90c66a542934171), [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a), [`d1db4c7`](https://github.com/graphql/graphiql/commit/d1db4c7db037b2c70e31a673cf6e9af996c4537a), [`0b434a9`](https://github.com/graphql/graphiql/commit/0b434a96dd85aec87945be21a836a1e1b4d1c71e)]:
- @graphiql/[email protected]

## 4.0.0-alpha.5

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"sideEffects": false,
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"react-compiler-runtime": "19.1.0-rc.1",
"@graphiql/react": "^1.0.0-alpha.4"
"@graphiql/react": "^1.0.0-alpha.5"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
Expand Down