This repository has been archived by the owner on May 26, 2023. It is now read-only.
forked from graphql/graphql-playground
-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
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
* base test * fix: setupEnzyme.ts path * remove dep on ts-jest * bump snap * bump snap + remove @types deps * updated package.json * borrow yarn.lock * working * fix base tests * add test with tabs * test setup * remove lints * recover localDevIndex from master
* Fix announcement link * fix: allow custom theme and settings from connect props * fix: update getTheme to use custom supplied settings * fix: removed unnecessary import
* Fix announcement link * fix: add workspaceName prop to PlaygroundWrapper with passthrough to Playground * fix: Added mapPropsToState to react to prop changes * fix: remove unnecessary check * fix: swapped orders of workspaceName and activeProjectName
* Update scrollbars: Fixes graphql#710, Fixes graphql#726, Fixes graphql#690 * Scroll for execute options: Fixes graphql#774 * Fix inconsistency: Fixes graphql#343 * Fix scrolling in hints: Fixes graphql#595 * Fix tabs scroll: Fixes graphql#776
Closes graphql#821
* Make tabs sortable * Change tab selection from onClick to onMouseDown * Allow scrolling of tabbar while sorting tabs
abernix
added a commit
to apollographql/apollo-server
that referenced
this pull request
Oct 24, 2018
In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/[email protected]`. Ref: #1746 Ref: apollographql/graphql-playground#2 Ref: apollographql/graphql-playground#1 Thanks for @javlund for kicking off some of this work!
Published as |
Merged
abernix
added a commit
to apollographql/apollo-server
that referenced
this pull request
Oct 26, 2018
In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/[email protected]`. Ref: #1746 Ref: apollographql/graphql-playground#2 Ref: apollographql/graphql-playground#1 Thanks for @javlund for kicking off some of this work!
ShiyamRajan
pushed a commit
to ShiyamRajan/apollo-server-lambda
that referenced
this pull request
Nov 2, 2018
In addition to updating the `@apollographql/graphql-playground-html` fork, which is necessary to avoid bundling `graphql-config` which had been problematic in serverless environments, this updates the version number which is served from the CDN. I've just published `@apollographql/[email protected]`. Ref: apollographql/apollo-server#1746 Ref: apollographql/graphql-playground#2 Ref: apollographql/graphql-playground#1 Thanks for @javlund for kicking off some of this work!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follows up with #1 with a merge from a different branch which maintains the removal of
graphql-config
, which brings up a fair amount additional dependencies which are problematic on serverless environments. There will be changes onapollo-server
to accommodate this as well.