Skip to content

Commit 21ace4c

Browse files
committed
Update CHANGELOG.md
1 parent 89bec20 commit 21ace4c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
- Added a new feature where old and new data when fetching is compared for deep equality. When they are equal, the data reference will not be changed and thus keep referential equality and stability for usage in change-detection like useMemo, useCallback, and useEffect.
6+
- Added the `config.isDataEqual` option to allow customization of the above feature
7+
- Fixed an issue where query side effects would not fire in suspense mode
8+
- Fixed an issue where queries would double fetch when using suspense
9+
- Fixed an issue where cursors would not be rebuilt on infinite query refetches
10+
- Fixed an issue where refetchInterval could cause an infinite loop
11+
312
## 1.2.9
413

514
- Added homepage to readme for link to docs to be displayed in IDEs

0 commit comments

Comments
 (0)