apollo-client-devtools
Advanced tools
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.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.