Releases: apollographql/apollo-client-devtools
3.0.2
3.0.1
3.0.0
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
2.3.5 (2020-12-18)
- Guard against uninitialized client race condition
@jeffhertzler in #329
2.3.4
2.3.4 (2020-12-14)
- Add interval to check for updates; resolves non-updating cache issue
@jcreighton in #321
2.3.3
2.3.3 (2020-10-30)
- Fix for undefined schemas error
@jcreighton in #307
2.3.2
2.3.2 (2020-10-29)
-
Compatability with Apollo Client 3.3+
@jcreighton in #302 -
Fix queries not updating
@jcreighton in #302
2.3.1
2.3.1 (2020-06-02)
-
Check for value before extracting __typename
@jcreighton in #267 -
Fix to disable saving InspectionQuery results in the cache
@jcreighton in #273