Skip to content

v4.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 17:53
· 254 commits to main since this release
9acf8de

Minor Changes

  • #1226 7c89199 Thanks @jerelmiller! - Rework the message passing between all areas of the devtools to provide more stability. In particular, the message passing has changed in the following ways:

    • All messages now contain a source property set to apollo-client-devtools. This avoids potential clashes with events emitted from window that had nothing to do with the devtools. This also means that apps or other utilities that listen to messages on window know where the message originates.
    • Strengthen the relationship in the background scripts between the tab and devtools ports.
    • Add much better type safety for all messages sent through the various areas of the devtools.

Patch Changes