Skip to content

Releases: apollographql/apollo-client-devtools

v2.2.0

26 Feb 19:49

Choose a tag to compare

2.1.9

20 Feb 16:57

Choose a tag to compare

2.1.8

15 Feb 21:12

Choose a tag to compare

2.1.7

15 Feb 16:36

Choose a tag to compare

2.1.5

31 Oct 11:56

Choose a tag to compare

2.1.5

  • Fixes a query name parsing issue that lead to a blank page showing when
    viewing the queries panel.
    @hwillson in #149

2.1.4

15 Oct 16:30

Choose a tag to compare

2.1.3

24 May 17:49

Choose a tag to compare

Thank you to everyone who contributed these bug fixes!! 🎉

  • fixed styling of mutation list
  • Allow to use query.metadata.component.displayName (#126)
  • Fixed mutation run in GraphiQL button (#127)
  • Fixed bug where query.queryString did not exist (#125)
  • Update vendor GraphiQL styles & fix autocomplete styling (#123)

2.1.0 Rebuild

01 Feb 03:20

Choose a tag to compare

This release is based on a new architecture that should be more performant and stable. It also supports the entire link stack of your Apollo Client including subscriptions!

2.0.6

01 Feb 03:00
d8d37bf

Choose a tag to compare

Installation

This is the last version of the devtools that works with apollo-client 1.*. If you are still on a pre 2.* version of apollo-client, download the attached zip file and install it to chrome.

Once you have the zip file saved, unzip it and then go to chrome://extensions (or find it in your menu in more tools > extensions), then activate the developer mode on the top right of the page:

dev mode

Then to install the extension, you just have to click on the recently unzipped folder on your computer:

use

Once you choose the folder, you should see the Apollo tab in your devtools when looking at your app!

v1.0.9

06 May 01:53

Choose a tag to compare

Changes:

  • Add color to the extension icon when Apollo is connected #34