apollo-client-devtools
Advanced tools
Changelog
4.15.7
553866d
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.15.6
9e76075
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.15.5
8fc5f3c
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.15.4
73e7755
Thanks @jerelmiller! - Make creating an issue more prominent in the client not found modal by adding a tertiary "Create an issue" button and adding a sentence linking to an issue in the intro paragraph.Changelog
4.15.3
7e4c871
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.15.2
b2e96fd
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.15.1
#1409 2b4ffcf
Thanks @jerelmiller! - Refactor away some redundancy on starting/cancelling the request interval to get client data from the devtools scripts.
#1409 2b4ffcf
Thanks @jerelmiller! - Clear the data on screen when the client is no longer connected to the devtools.
#1413 9157cd2
Thanks @jerelmiller! - Fix issue where messages sent via the window
adapter could be echoed back to the sender.
Changelog
4.15.0
#1394 84a9634
Thanks @jerelmiller! - Add forward and back buttons to the cache tab to navigate the history of cache entries you've visited.
#1395 59a4500
Thanks @jerelmiller! - Add an options tab when viewing a query to see the options set for that query.
#1407 0e4600f
Thanks @jerelmiller! - Make window.__APOLLO_CLIENT__
configurable so it can be redefined.
#1389 526a5d2
Thanks @jerelmiller! - Remove unneeded setup/teardown of message forwarding in the panel and instead only setup the forwarding once.
#1392 c9764ea
Thanks @jerelmiller! - Remove some redundant logic for connecting to the client instance from the devtools.
#1391 6d880dd
Thanks @jerelmiller! - Use browser.devtools.network to detect page navigation
Changelog
4.14.2
abf38d3
Thanks @jerelmiller! - Reintroduce change to automatically reconnect the ports when they disconnect.Changelog
4.14.1
#1397 11a77fb
Thanks @jerelmiller! - Revert change to automatically reconnect ports from #1390
#1398 bd5c0d0
Thanks @jerelmiller! - Revert change that pushes events rather than polls for them. Reverts #1379