Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Update to graphql playground 1.7.8 #2

Merged
merged 69 commits into from
Oct 24, 2018

Conversation

abernix
Copy link
Member

@abernix abernix commented Oct 24, 2018

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 on apollo-server to accommodate this as well.

Divyendu Singh and others added 30 commits July 6, 2018 09:40
* 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
* Make tabs sortable

* Change tab selection from onClick to onMouseDown

* Allow scrolling of tabbar while sorting tabs
@abernix abernix merged commit 409217c into apollo Oct 24, 2018
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/graphql-playground-html@1.6.4`.

Ref: #1746
Ref: apollographql/graphql-playground#2
Ref: apollographql/graphql-playground#1

Thanks for @javlund for kicking off some of this work!
@abernix
Copy link
Member Author

abernix commented Oct 24, 2018

Published as @apollographql/graphql-playground-html@1.6.4 and updated in Apollo Server via apollographql/apollo-server#1855.

@abernix abernix deleted the update-to-graphql-playground-1.7.8 branch October 24, 2018 13:33
@abernix abernix mentioned this pull request Oct 24, 2018
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/graphql-playground-html@1.6.4`.

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/graphql-playground-html@1.6.4`.

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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.