Skip to content

Releases: apollographql/apollo-client-devtools

v4.17.2

24 Jul 00:25
d291db8
Compare
Choose a tag to compare

Patch Changes

v4.17.1

23 Jul 14:10
94259b7
Compare
Choose a tag to compare

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

22 Jul 23:56
77d2b84
Compare
Choose a tag to compare

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 new devtools option.

    new ApolloClient({
      devtools: {
        enabled: true,
        name: "My Custom Client",
      },
    });

Patch Changes

v4.16.1

10 Jul 23:39
b4a4d6e
Compare
Choose a tag to compare

Patch Changes

v4.16.0

10 Jul 19:50
f05e7d7
Compare
Choose a tag to compare

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

09 Jul 20:41
5229fbb
Compare
Choose a tag to compare

Patch Changes

v4.15.6

27 Jun 20:16
62c4517
Compare
Choose a tag to compare

Patch Changes

v4.15.5

26 Jun 17:02
451d0e4
Compare
Choose a tag to compare

Patch Changes

v4.15.4

25 Jun 17:48
62d8221
Compare
Choose a tag to compare

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

21 Jun 11:34
f64db51
Compare
Choose a tag to compare

Patch Changes