Releases: apollographql/apollo-client-devtools
Releases · apollographql/apollo-client-devtools
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.
v4.18.0
Minor Changes
- #1473
1d622c4
Thanks @jerelmiller! - Add a search input to the "Queries" and "Mutations" tabs that filters the list of operations.
v4.17.6
Patch Changes
- #1470
55a48f4
Thanks @github-actions! - add error codes for new Apollo Client version
v4.17.5
Patch Changes
- #1468
6e5bd5d
Thanks @github-actions! - add error codes for new Apollo Client version
v4.17.4
Patch Changes
- #1466
8fefdf9
Thanks @github-actions! - add error codes for new Apollo Client version
v4.17.3
Patch Changes
-
#1461
36cd3bb
Thanks @jerelmiller! - Create a universal message bridge to handle both actor and rpc messages. -
#1460
4a58340
Thanks @jerelmiller! - Remove unneeded initialization message to determine if page had a client instance. -
#1460
4a58340
Thanks @jerelmiller! - Fix issue when disconnecting from the client that would show stale data until reconnected.