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
Closes #821
* Make tabs sortable * Change tab selection from onClick to onMouseDown * Allow scrolling of tabbar while sorting tabs
* Update URL * Updated URL
This reverts commit 6752bd0.
@javlund: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
It certainly wasn't this easy (we actually were intentionally built off the |
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!
I've opened #2, published |
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.
Fixes apollographql/apollo-server#1746.
Changes proposed in this pull request:
graphql-playground
to version 1.7.8, including a fix for a bug where default settings were ignored - meaning that e.g. browser cookies as default were not sent to the backend.