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

Upgrade to version 1.7.8 #1

Merged
merged 68 commits into from
Oct 24, 2018
Merged

Upgrade to version 1.7.8 #1

merged 68 commits into from
Oct 24, 2018

Conversation

javlund
Copy link

@javlund javlund commented Oct 19, 2018

Fixes apollographql/apollo-server#1746.

Changes proposed in this pull request:

  • Update 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.

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 #710, Fixes #726, Fixes #690

* Scroll for execute options: Fixes #774

* Fix inconsistency: Fixes #343

* Fix scrolling in hints: Fixes #595

* Fix tabs scroll: Fixes #776
* Make tabs sortable

* Change tab selection from onClick to onMouseDown

* Allow scrolling of tabbar while sorting tabs
@apollo-cla
Copy link

@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/

@abernix
Copy link
Member

abernix commented Oct 24, 2018

It certainly wasn't this easy (we actually were intentionally built off the remove-graphql-config branch), but I'm working on incorporating these changes right now.

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!
@abernix
Copy link
Member

abernix commented Oct 24, 2018

I've opened #2, published @apollographql/[email protected] and updated the dependency in Apollo Server via apollographql/apollo-server#1855. Thanks!

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

Successfully merging this pull request may close these issues.