Skip to content

Tags: onsigntv/graphql-playground

Tags

v1.8.10

Toggle v1.8.10's commit message
New release

v1.8.9

Toggle v1.8.9's commit message
New version

v1.8.8

Toggle v1.8.8's commit message
Fixes: Schema Polling (graphql#950)

* Fixes:
* Enabling polling by default only for localhost with a new setting: `schema.polling.endpointFilter: "*localhost*"`  which is a glob. Move `schema.pollingEnabled` to `schema.polling.enable`
* If there’s an active introspection query, wait for it’s result before sending another one
* Allow polling interval to be set in the settings: `schema.polling.interval`

* tracing.hideTracingResponse default value to true

* fixed selector merge conflict

* fixed: Query execution must have precedence over polling - the Play button must not be affected by that.

* Fix: Pause polling when the tab is not focused

* renamed startPolling -> updatePolling

v1.8.7

Toggle v1.8.7's commit message
Release new version

v1.8.6

Toggle v1.8.6's commit message
add editor.cursorShape to ISettings interface (graphql#937)

v1.8.5

Toggle v1.8.5's commit message
Merged from sdl-tabs https://github.com/Novvum/graphql-playground.git (

…graphql#897)

* Merged from sdl-tabs https://github.com/Novvum/graphql-playground.git

* Added and integrated setting's key for 'schema.disableComments'

* Merged changes from disableComments branch

* Fixes and style changes matching @kuldar's design specs. Details on graphql#897 comments

* Still not able to cmd+save settings. Might be a deeper issue. However, save button saves disabled comments

* Added tabWidth prop to SideTab.tsx to provide specific widths for different tabs.

* Fix for Tab Spacing in collapsed state
Fix for additional line-breaks after each item

v1.8.4

Toggle v1.8.4's commit message

v1.8.3

Toggle v1.8.3's commit message

v1.8.2

Toggle v1.8.2's commit message
Fix build with new yarn.lock

v1.8.1

Toggle v1.8.1's commit message
Fix build with new yarn.lock