apollo-client-devtools
Advanced tools
Changelog
4.17.0
#1418 ce416bd
Thanks @jerelmiller! - Add support for inspecting multiple clients. When multiple clients connect to devtools, you can select which to inspect. When combined with Apollo Client 3.11, you can provide a custom name using the new devtools
option.
new ApolloClient({
devtools: {
enabled: true,
name: "My Custom Client",
},
});
c223f14
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.16.1
e1214ff
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.16.0
267ab0d
Thanks @jerelmiller! - Show the loading status and any defined errors on queries and mutations both in the sidebar and the main panel.267ab0d
Thanks @jerelmiller! - Select the first query/mutation if the current query/mutation is no longer active.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.