apollo-client-devtools
Advanced tools
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 versionChangelog
4.12.0
3aba499
Thanks @jerelmiller! - Add a new button that makes it easier to report an issue in GitHub from the devtools.#1349 06a0b5a
Thanks @jerelmiller! - Fix some design issues to match latest design implementation
#1352 2761ff3
Thanks @jerelmiller! - Schedule next request to get client data only after the previous one had finished.
#1353 7da5963
Thanks @jerelmiller! - Reduce bundle size of error codes by creating a lookup of unique error codes.
Changelog
4.11.6
0d851a2
Thanks @github-actions! - add error codes for new Apollo Client version