Releases: apollographql/apollo-client-devtools
Releases · apollographql/apollo-client-devtools
v4.17.2
Patch Changes
-
#1456
d49777f
Thanks @github-actions! - add error codes for new Apollo Client version -
#1458
7bebb72
Thanks @jerelmiller! - Fix serialization of functions in context
v4.17.1
Patch Changes
- #1454
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.
v4.17.0
Minor Changes
-
#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 newdevtools
option.new ApolloClient({ devtools: { enabled: true, name: "My Custom Client", }, });
Patch Changes
- #1447
c223f14
Thanks @github-actions! - add error codes for new Apollo Client version
v4.16.1
Patch Changes
- #1444
e1214ff
Thanks @github-actions! - add error codes for new Apollo Client version
v4.16.0
Minor Changes
- #1429
267ab0d
Thanks @jerelmiller! - Show the loading status and any defined errors on queries and mutations both in the sidebar and the main panel.
Patch Changes
- #1429
267ab0d
Thanks @jerelmiller! - Select the first query/mutation if the current query/mutation is no longer active.
v4.15.7
Patch Changes
- #1441
553866d
Thanks @github-actions! - add error codes for new Apollo Client version
v4.15.6
Patch Changes
- #1433
9e76075
Thanks @github-actions! - add error codes for new Apollo Client version
v4.15.5
Patch Changes
- #1430
8fc5f3c
Thanks @github-actions! - add error codes for new Apollo Client version
v4.15.4
Patch Changes
- #1426
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.
v4.15.3
Patch Changes
- #1421
7e4c871
Thanks @github-actions! - add error codes for new Apollo Client version