Releases: apollographql/apollo-client-devtools
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
v4.15.2
Patch Changes
- #1415
b2e96fd
Thanks @github-actions! - add error codes for new Apollo Client version
v4.15.1
Patch Changes
-
#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 thewindow
adapter could be echoed back to the sender.
v4.15.0
Minor Changes
-
#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.
Patch Changes
-
#1407
0e4600f
Thanks @jerelmiller! - Makewindow.__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
v4.14.2
Patch Changes
- #1404
abf38d3
Thanks @jerelmiller! - Reintroduce change to automatically reconnect the ports when they disconnect.