Releases: apollographql/apollo-client-devtools
Releases · apollographql/apollo-client-devtools
v4.18.10
v4.18.9
Patch Changes
-
#1538
c8a8f2f
Thanks @jerelmiller! - Fix issue when serializing anApolloError
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
Patch Changes
- #1536
fe039a0
Thanks @jerelmiller! - Fix an issue where refreshing the page would sometimes cause client data to stop updating.
v4.18.7
Patch Changes
- #1508
d408d7f
Thanks @github-actions! - add error codes for new Apollo Client version
v4.18.6
Patch Changes
- #1505
4fc4f78
Thanks @github-actions! - add error codes for new Apollo Client version
v4.18.5
Patch Changes
- #1502
220f57f
Thanks @github-actions! - add error codes for new Apollo Client version
v4.18.4
Patch Changes
- #1494
4474f85
Thanks @github-actions! - add error codes for new Apollo Client version
v4.18.3
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
Patch Changes
- #1481
d065fca
Thanks @jerelmiller! - Fix issue serializing cache data for the queries tab when the cache contains irregular data.
v4.18.1
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.