-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
340f798
commit 0cb7afd
Showing
15 changed files
with
58 additions
and
57 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# @neo4j/graphql-toolbox | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
||
- [#1873](https://github.com/neo4j/graphql/pull/1873) [`01ca3450`](https://github.com/neo4j/graphql/commit/01ca3450c8cc84c5382640629eff133d70b9421a) Thanks [@tbwiss](https://github.com/tbwiss)! - feat: Toolbox restructure after UX feedback | ||
|
||
- Prompt to introspect type definitions on connection | ||
- Restructuring of the page | ||
- Type definitions/query selector component moves to the top (forming a second "top bar") | ||
- Introspect button to be inside type definitions | ||
- Back to "Prettify" text in the button | ||
- Beta tag, use a blue label | ||
- Move the documentation sidebar to also be on the left, toggled by a slider in the Explorer | ||
- Tweak the "Add new Query/Mutation" button in the Explorer | ||
|
||
### Patch Changes | ||
|
||
- [#1919](https://github.com/neo4j/graphql/pull/1919) [`7e90ecfe`](https://github.com/neo4j/graphql/commit/7e90ecfed5a3cc61dda8d54d525c190842f0d1ef) Thanks [@tbwiss](https://github.com/tbwiss)! - fix: Support for Neo4j GraphQL Toolbox in Safari web browser | ||
|
||
- Updated dependencies [[`037856af`](https://github.com/neo4j/graphql/commit/037856afc74e9739707cb5a92cb830edc24a43b1), [`7e90ecfe`](https://github.com/neo4j/graphql/commit/7e90ecfed5a3cc61dda8d54d525c190842f0d1ef), [`7affa891`](https://github.com/neo4j/graphql/commit/7affa8912e16bf3ebf27bd5460eb5c671f9b672a), [`07109478`](https://github.com/neo4j/graphql/commit/07109478b0dbd7ca4cf99f31e720f09ea8ad77c2), [`07d2b61e`](https://github.com/neo4j/graphql/commit/07d2b61e35820def7c399b110a7bc99217f76e60), [`d7870c31`](https://github.com/neo4j/graphql/commit/d7870c31faaa1e211236fac4e50714937f07ce22)]: | ||
- @neo4j/graphql@3.6.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2444,7 +2444,7 @@ __metadata: | |
"@graphql-codegen/plugin-helpers": 2.4.2 | ||
"@graphql-codegen/typescript": 2.6.0 | ||
"@graphql-tools/merge": 8.3.3 | ||
"@neo4j/graphql": ^3.6.2 | ||
"@neo4j/graphql": ^3.6.3 | ||
"@neo4j/graphql-plugin-auth": ^1.0.0 | ||
"@types/jest": 28.1.7 | ||
"@types/node": 16.11.49 | ||
|
@@ -2487,7 +2487,7 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@neo4j/graphql-plugin-subscriptions-amqp@workspace:packages/plugins/graphql-plugin-subscriptions-amqp" | ||
dependencies: | ||
"@neo4j/graphql": ^3.6.2 | ||
"@neo4j/graphql": ^3.6.3 | ||
"@types/amqplib": 0.8.2 | ||
"@types/debug": 4.1.7 | ||
"@types/jest": 28.1.7 | ||
|
@@ -2506,7 +2506,7 @@ __metadata: | |
typescript: 4.7.4 | ||
ws: 8.8.1 | ||
peerDependencies: | ||
"@neo4j/graphql": ^3.6.2 | ||
"@neo4j/graphql": ^3.6.3 | ||
languageName: unknown | ||
linkType: soft | ||
|
||
|
@@ -2516,7 +2516,7 @@ __metadata: | |
dependencies: | ||
"@neo4j-ndl/base": 0.6.2 | ||
"@neo4j-ndl/react": 0.6.3 | ||
"@neo4j/graphql": 3.6.2 | ||
"@neo4j/graphql": 3.6.3 | ||
"@neo4j/introspector": ^1.0.1 | ||
"@playwright/test": 1.25.0 | ||
"@tsconfig/create-react-app": 1.0.2 | ||
|
@@ -2576,7 +2576,7 @@ __metadata: | |
languageName: unknown | ||
linkType: soft | ||
|
||
"@neo4j/[email protected].2, @neo4j/graphql@^3.5.0, @neo4j/graphql@^3.6.2, @neo4j/graphql@workspace:packages/graphql": | ||
"@neo4j/[email protected].3, @neo4j/graphql@^3.5.0, @neo4j/graphql@^3.6.3, @neo4j/graphql@workspace:packages/graphql": | ||
version: 0.0.0-use.local | ||
resolution: "@neo4j/graphql@workspace:packages/graphql" | ||
dependencies: | ||
|