Skip to content

Releases: apollographql/apollo-client-devtools

v4.18.9

04 Oct 17:51
1ad7c74
Compare
Choose a tag to compare

Patch Changes

  • #1538 c8a8f2f Thanks @jerelmiller! - Fix issue when serializing an ApolloError where clientErrors or protocolErrors is undefined.

  • #1538 c8a8f2f Thanks @jerelmiller! - Fix issue where a page refresh would sometimes cause an error to be displayed in the devtools related to store resets.

v4.18.8

02 Oct 17:11
2d5e2db
Compare
Choose a tag to compare

Patch Changes

  • #1536 fe039a0 Thanks @jerelmiller! - Fix an issue where refreshing the page would sometimes cause client data to stop updating.

v4.18.7

01 Oct 20:24
b71182c
Compare
Choose a tag to compare

Patch Changes

v4.18.6

04 Sep 17:42
a06cb4a
Compare
Choose a tag to compare

Patch Changes

v4.18.5

03 Sep 16:55
ae65be8
Compare
Choose a tag to compare

Patch Changes

v4.18.4

29 Aug 14:49
e0ecbca
Compare
Choose a tag to compare

Patch Changes

v4.18.3

27 Aug 08:24
7169a6f
Compare
Choose a tag to compare

Patch Changes

  • #1488 3a26412 Thanks @jerelmiller! - Always JSON serialize payloads sent from the injected script to avoid issues cloning irregular objects in client data.

v4.18.2

23 Aug 15:31
4615fe7
Compare
Choose a tag to compare

Patch Changes

  • #1481 d065fca Thanks @jerelmiller! - Fix issue serializing cache data for the queries tab when the cache contains irregular data.

v4.18.1

20 Aug 18:59
ba6cefd
Compare
Choose a tag to compare

Patch Changes

  • #1459 b4a600b Thanks @jerelmiller! - Show a loading indicator when the extension is loading client data.

  • #1459 b4a600b Thanks @jerelmiller! - Show an error screen if an error occurs while getting client data. This will provide a helpful suggestion with a link to open a prefilled GitHub issue with the error that occurred.

v4.18.0

19 Aug 18:16
756cf06
Compare
Choose a tag to compare

Minor Changes

  • #1473 1d622c4 Thanks @jerelmiller! - Add a search input to the "Queries" and "Mutations" tabs that filters the list of operations.