-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
25 changed files
with
56 additions
and
58 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.8-alpha.0 (2020-01-18) | ||
|
||
**Note:** Version bump only for package example-graphiql-cdn | ||
|
||
## 0.0.8-alpha.1 (2020-01-18) | ||
|
||
## [0.0.7](https://github.com/graphql/graphiql/compare/[email protected]@0.0.7) (2019-12-03) | ||
|
||
**Note:** Version bump only for package graphiql-example-cdn | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.12.0-alpha.0](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.0) (2020-01-18) | ||
# [0.12.0-alpha.1](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.1) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "codemirror-graphql", | ||
"version": "0.12.0-alpha.0", | ||
"version": "0.12.0-alpha.1", | ||
"description": "GraphQL mode and helpers for CodeMirror.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -52,8 +52,8 @@ | |
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-interface": "^2.4.0-alpha.0", | ||
"graphql-language-service-parser": "^1.5.3-alpha.0" | ||
"graphql-language-service-interface": "^2.4.0-alpha.1", | ||
"graphql-language-service-parser": "^1.5.3-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.1.1", | ||
|
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 |
---|---|---|
|
@@ -3,24 +3,21 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.0](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0-alpha.0) (2020-01-18) | ||
# [1.0.0-alpha.1](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0-alpha.1) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
- hmr, file resolution warnings ([69bf701](https://github.com/graphql/graphiql/commit/69bf701)) | ||
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) | ||
- prefer displayName over type equality for children overrides ([e4cec0a](https://github.com/graphql/graphiql/commit/e4cec0a)) | ||
- remove use of find dom node ([0b12323](https://github.com/graphql/graphiql/commit/0b12323)) | ||
- screenshot/gif urls ([e3ea2fc](https://github.com/graphql/graphiql/commit/e3ea2fc)) | ||
- remove use of `findDOMNode` ([0b12323](https://github.com/graphql/graphiql/commit/0b12323)) by [@ryan-m-walker](https://github.com/ryan-m-walker) | ||
|
||
### Features | ||
|
||
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) | ||
- **graphiql-theming:** Toolbar component ([#1203](https://github.com/graphql/graphiql/issues/1203)) by [@walaura](https://github.com/walaura) ([adb73f5](https://github.com/graphql/graphiql/commit/adb73f5)) | ||
- [new-ui] Tabs & Tabbars ([#1198](https://github.com/graphql/graphiql/issues/1198)) ([033f971](https://github.com/graphql/graphiql/commit/033f971)) | ||
- deprecate support for 15, support react 16 features ([#1107](https://github.com/graphql/graphiql/issues/1107)) ([bc4b6fc](https://github.com/graphql/graphiql/commit/bc4b6fc)) | ||
- **graphiql-theming:** Toolbar component ([#1203](https://github.com/graphql/graphiql/issues/1203)) by [@walaura](https://github.com/walaura) ([adb73f5](https://github.com/graphql/graphiql/commit/adb73f5)) | ||
- [new-ui] Tabs & Tabbars ([#1198](https://github.com/graphql/graphiql/issues/1198)) ([033f971](https://github.com/graphql/graphiql/commit/033f971)) by [@walaura](https://github.com/walaura) | ||
- replace use of enzyme with react-testing-library ([#1144](https://github.com/graphql/graphiql/issues/1144)) by [@ryan-m-walker](https://github.com/ryan-m-walker) ([de73d6c](https://github.com/graphql/graphiql/commit/de73d6c)) | ||
- storybook+theme-ui for the new design ([#1145](https://github.com/graphql/graphiql/issues/1145)) ([7f97c0c](https://github.com/graphql/graphiql/commit/7f97c0c)) | ||
- storybook+theme-ui for the new design ([#1145](https://github.com/graphql/graphiql/issues/1145)) ([7f97c0c](https://github.com/graphql/graphiql/commit/7f97c0c)) by [@walaura](https://github.com/walaura) | ||
|
||
### BREAKING CHANGES | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphiql", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -46,7 +46,7 @@ | |
"@emotion/core": "^10.0.22", | ||
"@mdx-js/react": "^1.5.2", | ||
"codemirror": "^5.47.0", | ||
"codemirror-graphql": "^0.12.0-alpha.0", | ||
"codemirror-graphql": "^0.12.0-alpha.1", | ||
"copy-to-clipboard": "^3.2.0", | ||
"entities": "^2.0.0", | ||
"markdown-it": "^10.0.0", | ||
|
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 |
---|---|---|
|
@@ -7,4 +7,5 @@ | |
import 'regenerator-runtime/runtime'; | ||
|
||
import { GraphiQL } from './components/GraphiQL'; | ||
|
||
export default GraphiQL; |
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 |
---|---|---|
|
@@ -3,11 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) | ||
# [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-01-18) | ||
|
||
### Features | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-interface", | ||
"version": "2.4.0-alpha.0", | ||
"version": "2.4.0-alpha.1", | ||
"description": "Interface to the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -22,7 +22,7 @@ | |
], | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"typings": "esm/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "node ../../resources/runTests.js", | ||
"build": "yarn run build-ts && yarn run build-flow", | ||
|
@@ -34,8 +34,8 @@ | |
}, | ||
"dependencies": { | ||
"graphql-config": "2.2.1", | ||
"graphql-language-service-parser": "^1.5.3-alpha.0", | ||
"graphql-language-service-types": "^1.6.0-alpha.0", | ||
"graphql-language-service-utils": "^2.4.0-alpha.0" | ||
"graphql-language-service-parser": "^1.5.3-alpha.1", | ||
"graphql-language-service-types": "^1.6.0-alpha.1", | ||
"graphql-language-service-utils": "^2.4.0-alpha.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.5.3-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@[email protected].0) (2020-01-18) | ||
## [1.5.3-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@[email protected].1) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-parser", | ||
"version": "1.5.3-alpha.0", | ||
"version": "1.5.3-alpha.1", | ||
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -22,7 +22,7 @@ | |
], | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"typings": "esm/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "yarn run build-ts && yarn run build-flow", | ||
"build-ts": "tsc", | ||
|
@@ -33,6 +33,6 @@ | |
}, | ||
"dependencies": { | ||
"graphql-config": "2.2.1", | ||
"graphql-language-service-types": "^1.6.0-alpha.0" | ||
"graphql-language-service-types": "^1.6.0-alpha.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected].0) (2020-01-18) | ||
# [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected].1) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-server", | ||
"version": "2.4.0-alpha.0", | ||
"version": "2.4.0-alpha.1", | ||
"description": "Server process backing the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -22,17 +22,17 @@ | |
], | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"typings": "esm/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"peerDependencies": { | ||
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.4.5", | ||
"glob": "^7.1.2", | ||
"graphql-config": "2.2.1", | ||
"graphql-language-service-interface": "^2.4.0-alpha.0", | ||
"graphql-language-service-types": "^1.6.0-alpha.0", | ||
"graphql-language-service-utils": "^2.4.0-alpha.0", | ||
"graphql-language-service-interface": "^2.4.0-alpha.1", | ||
"graphql-language-service-types": "^1.6.0-alpha.1", | ||
"graphql-language-service-utils": "^2.4.0-alpha.1", | ||
"nullthrows": "^1.0.0", | ||
"vscode-jsonrpc": "^4.0.0", | ||
"vscode-languageserver": "^5.2.1" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.6.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@[email protected].0) (2020-01-18) | ||
# [1.6.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-types@[email protected].1) (2020-01-18) | ||
|
||
### Features | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-types", | ||
"version": "1.6.0-alpha.0", | ||
"version": "1.6.0-alpha.1", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected].0) (2020-01-18) | ||
# [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected].1) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-utils", | ||
"version": "2.4.0-alpha.0", | ||
"version": "2.4.0-alpha.1", | ||
"description": "Utilities to support the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -38,7 +38,7 @@ | |
}, | ||
"dependencies": { | ||
"graphql-config": "2.2.1", | ||
"graphql-language-service-types": "^1.6.0-alpha.0" | ||
"graphql-language-service-types": "^1.6.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.23" | ||
|
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 |
---|---|---|
|
@@ -3,11 +3,7 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/[email protected]@2.4.0-alpha.0) (2020-01-18) | ||
|
||
### Bug Fixes | ||
|
||
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) | ||
# [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/[email protected]@2.4.0-alpha.1) (2020-01-18) | ||
|
||
### Features | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service", | ||
"version": "2.4.0-alpha.0", | ||
"version": "2.4.0-alpha.1", | ||
"description": "An interface for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -29,9 +29,9 @@ | |
"dependencies": { | ||
"@babel/polyfill": "7.8.3", | ||
"graphql-config": "2.2.1", | ||
"graphql-language-service-interface": "^2.4.0-alpha.0", | ||
"graphql-language-service-server": "^2.4.0-alpha.0", | ||
"graphql-language-service-utils": "^2.4.0-alpha.0", | ||
"graphql-language-service-interface": "^2.4.0-alpha.1", | ||
"graphql-language-service-server": "^2.4.0-alpha.1", | ||
"graphql-language-service-utils": "^2.4.0-alpha.1", | ||
"yargs": "^3.32.0 || ^7.0.0" | ||
} | ||
} |