-5
.changeset/dirty-dragons-try.md
-5
.changeset/dirty-dragons-try.md
···-Switch from a `focus-event` triggering the refetch to a change in [`page-visbility`](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API). This means that interacting with an `iframe` and then going back to the page won't trigger a refetch, interacting with Devtools won't cause refetches and a bubbled `focusEvent` won't trigger a refetch.
-5
.changeset/gorgeous-queens-fetch.md
-5
.changeset/gorgeous-queens-fetch.md
···-Enforce atomic optimistic updates so that optimistic layers are cleared before they're reapplied. This is important for instance when an optimistic update is performed while offline and then reapplied while online, which would previously repeat the optimistic update on top of its past data changes.
+6
exchanges/graphcache/CHANGELOG.md
+6
exchanges/graphcache/CHANGELOG.md
···+- Enforce atomic optimistic updates so that optimistic layers are cleared before they're reapplied. This is important for instance when an optimistic update is performed while offline and then reapplied while online, which would previously repeat the optimistic update on top of its past data changes, by [@kitten](https://github.com/kitten) (See [#1080](https://github.com/FormidableLabs/urql/pull/1080))
+1
-1
exchanges/graphcache/package.json
+1
-1
exchanges/graphcache/package.json
+6
exchanges/refocus/CHANGELOG.md
+6
exchanges/refocus/CHANGELOG.md
···+- Switch from a `focus-event` triggering the refetch to a change in [`page-visbility`](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API). This means that interacting with an `iframe` and then going back to the page won't trigger a refetch, interacting with Devtools won't cause refetches and a bubbled `focusEvent` won't trigger a refetch, by [@tatchi](https://github.com/tatchi) (See [#1077](https://github.com/FormidableLabs/urql/pull/1077))
+1
-1
exchanges/refocus/package.json
+1
-1
exchanges/refocus/package.json