Skip to content

Releases: apollographql/apollo-client-devtools

v4.11.3

11 Apr 12:37
555be01
Compare
Choose a tag to compare

Patch Changes

v4.11.2

03 Apr 13:16
d9f4f47
Compare
Choose a tag to compare

Patch Changes

v4.11.1

29 Mar 17:08
4c5ea6d
Compare
Choose a tag to compare

Patch Changes

  • #1303 df0d242 Thanks @jerelmiller! - Fix issue where terminating the client by calling .stop would not disconnect it from devtools making it difficult to track newly created clients.

v4.11.0

22 Mar 16:32
a9be029
Compare
Choose a tag to compare

Minor Changes

  • #1286 11309f3 Thanks @phryneas! - Change transpilation target to create a smaller and more modern DevTools build.

v4.10.1

22 Mar 09:35
3f60ac7
Compare
Choose a tag to compare

Patch Changes

  • #1287 052f242 Thanks @phryneas! - Move access to the gql helper into the background worker to reduce size of injected JavaScript.

v4.10.0

21 Mar 17:15
17500b0
Compare
Choose a tag to compare

Minor Changes

  • #1281 badb1f9 Thanks @phryneas! - Add the ability for devtools to provide full error and log messages without the need to need to call loadDevMessages or loadErrorMessages.

Patch Changes

v4.9.1

20 Mar 17:09
08282eb
Compare
Choose a tag to compare

Patch Changes

  • #1278 e886145 Thanks @jerelmiller! - Fix issue with error serialization when sending an error back through the message passing system. Unfortunately the raw error instance was lost in this process. This fix retains the error message when sending error messages in rpc calls.

v4.9.0

13 Mar 17:23
1af891a
Compare
Choose a tag to compare

Minor Changes

  • #1256 28140d8 Thanks @jerelmiller! - Introduce rpc utilities to communicate between the extension scripts. Migrate the call to get client data into the devtools to use the rpc utilities.

v4.8.3

12 Mar 16:50
0dd95f0
Compare
Choose a tag to compare

Patch Changes

  • #1264 66c05ae Thanks @phryneas! - Enable "@typescript-eslint/consistent-type-imports" lint rule

  • #1265 df5300f Thanks @phryneas! - Use relative-CI to monitor build artefact sizes

  • #1268 4c98879 Thanks @jerelmiller! - Revert change that removed JSON stringify on the entire set of client data. This is a followup to #1259 which only partially fixed the issue.

v4.8.2

12 Mar 13:07
427578d
Compare
Choose a tag to compare

Patch Changes