apollo-client-devtools
Advanced tools
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
Changelog
4.14.0
eacfbef
Thanks @jerelmiller! - Push data from the client to devtools instead of polling for changes.#1390 3b0f0ea
Thanks @jerelmiller! - Automatically reconnect the ports when they disconnect.
#1379 eacfbef
Thanks @jerelmiller! - Clear the data on screen when the client is no longer connected to the devtools.
Changelog
4.13.1
#1378 02e6fba
Thanks @jerelmiller! - Fix intermittent issue where data would not show up in the devtools after refreshing the page while the Apollo devtools panel is open.
#1375 7267351
Thanks @jerelmiller! - Use Object.defineProperty
to register legacy clients to avoid the need to search for the client in a loop in initialization.
Changelog
4.13.0
23a8cf6
Thanks @jerelmiller! - Show connected Apollo Client version in the devtools. Hovering over the version gives you the release notes for that version, or the pull request information if its a snapshot release.Changelog
4.12.4
a51a5fb
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.12.2
e922d83
Thanks @jerelmiller! - Revert some changes to the list styles that made the text feel hugeChangelog
4.12.1
1a2c62a
Thanks @github-actions[bot]! - add error codes for new Apollo Client version