Skip to content

Releases: apollographql/apollo-client-devtools

v4.5.0

08 Feb 17:08
11f8230
Compare
Choose a tag to compare

Minor Changes

  • #1220 efcd415 Thanks @jerelmiller! - Change the devtools behavior to always create a panel regardless of whether an Apollo Client instance can be found. This ensures the panel can at least be reached even if the inter-extension communiation is flaky, or our client detection mechanism is buggy. This should help alleviate the large number of reports that the devtools is simply broken.

    To provide more helpful feedback during usage, status messages are now displayed to show that the devtools is actively trying to locate the client. When a client instance is not found, a helpful dialog is now shown with troubleshooting steps to try and help resolve the issue.

v4.4.3

30 Jan 18:23
df16570
Compare
Choose a tag to compare

Patch Changes

  • #1202 a36a3b7 Thanks @jerelmiller! - Remove action-hook-fired event that was triggered with nothing listening. This change meant that the __actionHookForDevTools callback did nothing. This has now been disabled to avoid adding an extra onBroadcast listener on the client.

v4.4.2

26 Jan 15:52
8631476
Compare
Choose a tag to compare

Patch Changes

  • #1198 5d75744 Thanks @jerelmiller! - Stop broadcasting messages that aren't listened to by the extension.

    • client-found
    • panel-open
    • panel-closed
  • #1197 7e9f4ec Thanks @jerelmiller! - Fix font size of code blocks to match new Apollo design system.

v4.4.1

25 Jan 16:52
cca7bb9
Compare
Choose a tag to compare

Patch Changes

v4.4.0

24 Jan 22:42
ce22d3d
Compare
Choose a tag to compare

Minor Changes

  • #1180 3a5d8dd Thanks @jerelmiller! - Update to new Apollo branding and color scheme. Includes layout improvements and reduces some information redundancy.

v4.3.1

20 Dec 01:23
f97a2bf
Compare
Choose a tag to compare

Patch Changes

v4.3.0

18 Dec 17:38
f84c1b4
Compare
Choose a tag to compare

Minor Changes

  • #1164 f57d124 Thanks @phryneas! - Change the tab script injection mechanism for better compatibility with websites that might see hydration mismatches with the old injection mechanism.

v4.2.3

05 Oct 20:32
784ed7b
Compare
Choose a tag to compare

Patch Changes

  • #1128 576efe6 Thanks @alessbell! - Adds settings modal that displays the current devtools version with a link to the GitHub release page

  • #1097 0c3e8ec Thanks @alessbell! - Remove unused files broadcastQueries.js and link.js.

v4.2.2

12 Sep 21:48
fd634fd
Compare
Choose a tag to compare

Patch Changes

v4.2.1

12 Sep 20:22
6f2166b
Compare
Choose a tag to compare

Patch Changes