diff --git a/.changeset/chilly-weeks-invent.md b/.changeset/chilly-weeks-invent.md deleted file mode 100644 index 3b33d85b7b2..00000000000 --- a/.changeset/chilly-weeks-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -Fix styles of secondary editor buttons diff --git a/.changeset/fresh-readers-walk.md b/.changeset/fresh-readers-walk.md deleted file mode 100644 index 339a179403a..00000000000 --- a/.changeset/fresh-readers-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/react': patch ---- - -Fix autocomplete styles for field type and description on the right diff --git a/.changeset/hip-maps-tickle.md b/.changeset/hip-maps-tickle.md deleted file mode 100644 index 27352bb40a5..00000000000 --- a/.changeset/hip-maps-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'graphiql': patch -'@graphiql/react': patch ---- - -Fix overflow when there are lots of tabs that don't fit into the tab bar at once diff --git a/.changeset/loud-beans-mate.md b/.changeset/loud-beans-mate.md deleted file mode 100644 index 34e975f448f..00000000000 --- a/.changeset/loud-beans-mate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphiql': minor -'@graphiql/react': minor ---- - -Deprecate the `initialTabs` prop and add a `defaultTabs` props that supersedes -it diff --git a/.changeset/loud-guests-drive.md b/.changeset/loud-guests-drive.md deleted file mode 100644 index cf9c967c186..00000000000 --- a/.changeset/loud-guests-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/react': patch ---- - -Fix: prevent default event for graphiql-doc-explorer-back link diff --git a/.changeset/red-ligers-scream.md b/.changeset/red-ligers-scream.md deleted file mode 100644 index 299ff5e7a8d..00000000000 --- a/.changeset/red-ligers-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphiql/react': patch ---- - -Add missing effect dependency to make sure updates to the `defaultHeaders` prop -have the desired effect diff --git a/.changeset/rich-humans-rescue.md b/.changeset/rich-humans-rescue.md deleted file mode 100644 index 8c62f76b81f..00000000000 --- a/.changeset/rich-humans-rescue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphiql/react': minor ---- - -Clearly separate the fetching and subscription states for multipart -requests (like subscriptions) and show the stop-button as long as the -subscription is running diff --git a/.changeset/silver-planets-pay.md b/.changeset/silver-planets-pay.md deleted file mode 100644 index 80e06d6748a..00000000000 --- a/.changeset/silver-planets-pay.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphql-language-service-server': patch -'graphql-language-service-cli': patch -'vscode-graphql': patch ---- - -Reload the language service when a legacy format .graphqlconfig file has changed diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 5069de6e111..3c02c8a8f1d 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@graphiql/plugin-code-exporter": "^0.1.1", - "@graphiql/plugin-explorer": "^0.1.11", + "@graphiql/plugin-explorer": "^0.1.12", "@graphiql/toolkit": "^0.8.0", - "graphiql": "^2.1.0", + "graphiql": "^2.2.0", "graphql": "^16.4.0", "graphql-ws": "^5.5.5", "react": "^17.0.2", diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 9583ab8a637..dc766325d38 100644 --- a/packages/graphiql-plugin-code-exporter/package.json +++ b/packages/graphiql-plugin-code-exporter/package.json @@ -37,7 +37,7 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { - "@graphiql/react": "^0.14.0", + "@graphiql/react": "^0.15.0", "@vitejs/plugin-react": "^1.3.0", "postcss-nesting": "^10.1.7", "typescript": "^4.6.3", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 9f2749b7324..1b925fecb2f 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphiql/plugin-explorer +## 0.1.12 + +### Patch Changes + +- Updated dependencies + [[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911), + [`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4), + [`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a), + [`0851d5f9`](https://github.com/graphql/graphiql/commit/0851d5f9ecf709597d0a698609d88f99c4395665), + [`83364b28`](https://github.com/graphql/graphiql/commit/83364b28020b5946ed58908d6d977f1de766e75d), + [`3a7d0007`](https://github.com/graphql/graphiql/commit/3a7d00071922e2005777c92daf6ad0c1ce3e2816)]: + - @graphiql/react@0.15.0 + ## 0.1.11 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 41cc891af95..8131a452524 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "0.1.11", + "version": "0.1.12", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -28,7 +28,7 @@ "preview": "vite preview" }, "dependencies": { - "@graphiql/react": "^0.14.0", + "@graphiql/react": "^0.15.0", "graphiql-explorer": "^0.9.0" }, "peerDependencies": { diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index 799cec4c715..faea6ad993f 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,43 @@ # @graphiql/react +## 0.15.0 + +### Minor Changes + +- [#2908](https://github.com/graphql/graphiql/pull/2908) + [`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Deprecate + the `initialTabs` prop and add a `defaultTabs` props that supersedes it + +- [#2907](https://github.com/graphql/graphiql/pull/2907) + [`3a7d0007`](https://github.com/graphql/graphiql/commit/3a7d00071922e2005777c92daf6ad0c1ce3e2816) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Clearly + separate the fetching and subscription states for multipart requests (like + subscriptions) and show the stop-button as long as the subscription is running + +### Patch Changes + +- [#2910](https://github.com/graphql/graphiql/pull/2910) + [`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix + autocomplete styles for field type and description on the right + +- [#2919](https://github.com/graphql/graphiql/pull/2919) + [`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix + overflow when there are lots of tabs that don't fit into the tab bar at once + +- [#2905](https://github.com/graphql/graphiql/pull/2905) + [`0851d5f9`](https://github.com/graphql/graphiql/commit/0851d5f9ecf709597d0a698609d88f99c4395665) + Thanks [@ccbrown](https://github.com/ccbrown)! - Fix: prevent default event + for graphiql-doc-explorer-back link + +- [#2912](https://github.com/graphql/graphiql/pull/2912) + [`83364b28`](https://github.com/graphql/graphiql/commit/83364b28020b5946ed58908d6d977f1de766e75d) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Add missing + effect dependency to make sure updates to the `defaultHeaders` prop have the + desired effect + ## 0.14.0 ### Minor Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 91b271fd967..afc80804126 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index d4b87c5fa55..88f0b3deb8a 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,35 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#2908](https://github.com/graphql/graphiql/pull/2908) + [`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Deprecate + the `initialTabs` prop and add a `defaultTabs` props that supersedes it + +### Patch Changes + +- [#2911](https://github.com/graphql/graphiql/pull/2911) + [`118db402`](https://github.com/graphql/graphiql/commit/118db402eb1f5569e29f8f9bffef86d941dd2634) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix styles + of secondary editor buttons + +- [#2919](https://github.com/graphql/graphiql/pull/2919) + [`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4) + Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix + overflow when there are lots of tabs that don't fit into the tab bar at once + +- Updated dependencies + [[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911), + [`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4), + [`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a), + [`0851d5f9`](https://github.com/graphql/graphiql/commit/0851d5f9ecf709597d0a698609d88f99c4395665), + [`83364b28`](https://github.com/graphql/graphiql/commit/83364b28020b5946ed58908d6d977f1de766e75d), + [`3a7d0007`](https://github.com/graphql/graphiql/commit/3a7d00071922e2005777c92daf6ad0c1ce3e2816)]: + - @graphiql/react@0.15.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 49a4ba545f3..8ace3a3c486 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "2.1.0", + "version": "2.2.0", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -50,7 +50,7 @@ "webpack": "webpack --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.14.0", + "@graphiql/react": "^0.15.0", "@graphiql/toolkit": "^0.8.0", "entities": "^2.0.0", "graphql-language-service": "^5.1.0", diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index 96e19608b06..c65dd2fea59 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # graphql-language-service-cli +## 3.3.14 + +### Patch Changes + +- [#2901](https://github.com/graphql/graphiql/pull/2901) + [`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f) + Thanks [@acao](https://github.com/acao)! - Reload the language service when a + legacy format .graphqlconfig file has changed + +- Updated dependencies + [[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)]: + - graphql-language-service-server@2.9.4 + ## 3.3.13 ### Patch Changes diff --git a/packages/graphql-language-service-cli/package.json b/packages/graphql-language-service-cli/package.json index 942a8e51d69..ce928630273 100644 --- a/packages/graphql-language-service-cli/package.json +++ b/packages/graphql-language-service-cli/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-cli", - "version": "3.3.13", + "version": "3.3.14", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", @@ -37,7 +37,7 @@ "dependencies": { "@babel/polyfill": "^7.8.7", "graphql-language-service": "^5.1.0", - "graphql-language-service-server": "^2.9.3", + "graphql-language-service-server": "^2.9.4", "yargs": "^16.2.0" }, "devDependencies": { diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index 094bd69d418..dd5843546ee 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -1,5 +1,14 @@ # graphql-language-service-server +## 2.9.4 + +### Patch Changes + +- [#2901](https://github.com/graphql/graphiql/pull/2901) + [`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f) + Thanks [@acao](https://github.com/acao)! - Reload the language service when a + legacy format .graphqlconfig file has changed + ## 2.9.3 ### Patch Changes diff --git a/packages/graphql-language-service-server/package.json b/packages/graphql-language-service-server/package.json index 5266d631a60..dd09f7c05d1 100644 --- a/packages/graphql-language-service-server/package.json +++ b/packages/graphql-language-service-server/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-server", - "version": "2.9.3", + "version": "2.9.4", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/vscode-graphql/CHANGELOG.md b/packages/vscode-graphql/CHANGELOG.md index 40f559cacb1..5d16416e972 100644 --- a/packages/vscode-graphql/CHANGELOG.md +++ b/packages/vscode-graphql/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.8.4 + +### Patch Changes + +- [#2901](https://github.com/graphql/graphiql/pull/2901) + [`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f) + Thanks [@acao](https://github.com/acao)! - Reload the language service when a + legacy format .graphqlconfig file has changed + +- Updated dependencies + [[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)]: + - graphql-language-service-server@2.9.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/vscode-graphql/package.json b/packages/vscode-graphql/package.json index 82ba6582014..8dd57f9c36a 100644 --- a/packages/vscode-graphql/package.json +++ b/packages/vscode-graphql/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.8.3", + "version": "0.8.4", "private": true, "license": "MIT", "displayName": "GraphQL: Language Feature Support", @@ -173,7 +173,7 @@ }, "dependencies": { "graphql": "^16.4.0", - "graphql-language-service-server": "^2.9.3", + "graphql-language-service-server": "^2.9.4", "vscode-languageclient": "8.0.2" } }