apollo-client-devtools
Advanced tools
Changelog
4.18.3
3a26412
Thanks @jerelmiller! - Always JSON serialize payloads sent from the injected script to avoid issues cloning irregular objects in client data.Changelog
4.18.2
d065fca
Thanks @jerelmiller! - Fix issue serializing cache data for the queries tab when the cache contains irregular data.Changelog
4.18.1
#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.
Changelog
4.18.0
1d622c4
Thanks @jerelmiller! - Add a search input to the "Queries" and "Mutations" tabs that filters the list of operations.Changelog
4.17.6
55a48f4
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.17.5
6e5bd5d
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.17.4
8fefdf9
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.17.3
#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.
Changelog
4.17.2
#1456 d49777f
Thanks @github-actions! - add error codes for new Apollo Client version
#1458 7bebb72
Thanks @jerelmiller! - Fix serialization of functions in context
Changelog
4.17.1
837779a
Thanks @jerelmiller! - Fix an issue where data would sometimes disappear a few seconds after refreshing the page with no way to recover the data afterward.