Skip to content

Releases: apollographql/apollo-client-devtools

3.0.0

02 Mar 18:18

Choose a tag to compare

Apollo Client Devtools 3.0 is a ground up behind the scenes re-write that is focused on modernizing the codebase, making it easier to maintain and add new features to moving forward. It includes a new UI that aligns more closely with other Apollo tools like Apollo Studio, and numerous integration/performance enhancements to better communicate with Apollo Client. The specific changes in this release are too numerous to list here, and are mostly internal, but for those interested in the details the majority of the changes can be seen in #292.

2.3.5

18 Dec 19:17
30dd353

Choose a tag to compare

2.3.5 (2020-12-18)

2.3.4

18 Dec 19:16
150f133

Choose a tag to compare

2.3.4 (2020-12-14)

  • Add interval to check for updates; resolves non-updating cache issue
    @jcreighton in #321

2.3.3

31 Oct 00:02
fb62c0e

Choose a tag to compare

2.3.3 (2020-10-30)

2.3.2

29 Oct 18:06
a81fc54

Choose a tag to compare

2.3.2 (2020-10-29)

2.3.1

02 Jun 17:51
100d2bb

Choose a tag to compare

2.3.1 (2020-06-02)

2.3.0

28 May 17:33
f018069

Choose a tag to compare

2.3.0 (2020-05-28)

  • Support for Apollo Client 3 🎉 + fixes local state detection

    @hwillson in #263

2.2.5

14 Sep 01:34

Choose a tag to compare

2.2.5 (2019-09-13)

2.2.3

02 Jun 11:21

Choose a tag to compare

  • Integrate OneGraph's GraphiQL Explorer.
    @sgrove in #199
  • Make sure devtools can be used when the transport layer is websockets
    only.
    @kamerontanseli in #163
  • Debounce broadcast messages to improve devtools responsiveness and
    memory usage.
    @thomassuckow in #173
  • Gracefully handle a failed version compatibility check.
    @mjlyons in #201
  • Increase timeout when checking whether to display the devtools panel.
    @Gongreg in #203
  • Fully reload devtools when a page reload happens, to make sure it is
    reconnected to the current Apollo Client instance properly.
    @hwillson in #205

2.2.2

09 Apr 21:07

Choose a tag to compare

  • Fixes an issue preventing scrolling from working properly in Chrome 72 and up.
    @scfoxcode in #193