Skip to content

Releases: apollographql/apollo-client-devtools

4.0.0

15 Oct 13:50
Compare
Choose a tag to compare
  • This release introduces a significant functionality change: GraphiQL and GraphiQL Explorer have been removed and replaced with an embedded version of Apollo Studio's Explorer. This means many of the more advanced features of Apollo Studio's Explorer are now available to run against your application's defined GraphQL endpoint, all from the comfort of a browser devtools panel. This change does not require you to have a Studio account and all existing GraphiQL / GraphiQL Explorer functionality has been replicated.
    @mayakoneval in #660

3.0.5

02 May 17:46
e1ccff5
Compare
Choose a tag to compare
  • Fix issues caused by auto-prettying graphiql operations, which can lead to the cursor jumping around in the graphiql editor.
    @hwillson in #541
  • Make sure fragment imports are properly resolved.
    @hwillson in #542

3.0.4

04 Apr 09:49
9748feb
Compare
Choose a tag to compare

Bug fixes

  • Fix an issue where removing a field in graphiql caused a panel crash.
    @hwillson in #508

3.0.3

03 Apr 14:52
Compare
Choose a tag to compare

Bug fixes

  • Make sure null and boolean values are rendered properly in the Cache tree.
    @alexTayanovsky in #446
  • Delay the loading / initialization of Apollo Client on each browser tab until it is really needed.
    @hwillson in #479
  • Make sure variables are copied to the GraphiQL panel when using the "Run in GraphiQL" button.
    @hwillson in #491
  • Make sure queries missing document details aren't attempted to be used.
    @yrambler2001 in #500

3.0.2

18 Mar 01:00
Compare
Choose a tag to compare

Bug fixes

  • Update the @apollo/client dep to make sure >= 0.7.0 of ts-invariant is used, to pull in a fix that makes sure window.process remains writable.
    @hwillson in #463

3.0.1

15 Mar 23:13
Compare
Choose a tag to compare

Bug fixes

  • Update the @apollo/client dep to make sure >= 0.6.2 of ts-invariant is used, to pull in a fix that makes sure window.process remains writable.
    @hwillson in #460

3.0.0

02 Mar 18:18
Compare
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
Compare
Choose a tag to compare

2.3.5 (2020-12-18)

2.3.4

18 Dec 19:16
150f133
Compare
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
Compare
Choose a tag to compare

2.3.3 (2020-10-30)