COMMITS
/ packages/query-core/src/queryObserver.ts April 9, 2026
S
fix(query-core): clear timers when timer ID is 0 (#10401)
semimikoh committed
March 19, 2026
D
fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)
Dominik Dorfmeister 🔮 committed
March 18, 2026
D
feat/environmentManager (#10199)
Dominik Dorfmeister 🔮 committed
January 16, 2026
U
chore: remove unnecessary type assertions (#10028)
Ulrich Stark committed
October 16, 2025
D
fix(core): observing "promise" needs to implicitly observe "data" (#9772)
Dominik Dorfmeister committed
September 5, 2025
J
feat(query-core): add timeoutManager to allow changing setTimeout/setInterval (#9612)
Jake Teton-Landis committed
August 19, 2025
D
fix(core): only reject when `promise` gets used (#9576)
Dominik Dorfmeister committed
July 11, 2025
D
feat(core): QueryObserver returns isEnabled flag (#9408)
Dominik Dorfmeister committed
May 29, 2025
D
feat(core): staleTime: 'static' (#9139)
Dominik Dorfmeister committed
April 29, 2025
D
refactor(core): switch from Object.defineProperty to Proxies (#9079)
Dominik Dorfmeister committed
April 12, 2025
D
fix(query-core): make sure we don't invoke select too often when using placeholderData (#9007)
Dominik Dorfmeister committed
March 28, 2025
D
fix(core): make sure that calling setOptions will always notifyListeners (#8771)
Dominik Dorfmeister committed
October 12, 2024
D
fix(query-core): don't finalizeThenable of different queries (#8171)
Dominik Dorfmeister committed
D
fix(query-core): move thenable-recreation into createResult (#8169)
Dominik Dorfmeister committed
October 11, 2024
D
fix(core): correctly gc query when suspense is used when query unmounts while it's still fetching (#8168)
Dominik Dorfmeister committed
October 1, 2024
A
feat: add support for `React.use()` (#7988)
Alex / KATT committed
August 19, 2024
J
refactor(query-core): type override subscribe in InfiniteQueryObserver more clearly (#7914)
Jonghyeon Ko committed
June 25, 2024
June 11, 2024
D
feat(query-core): staleTime as a function (#7541)
Dominik Dorfmeister committed
May 27, 2024
D
feat: allow to dehydrate and restore promises (#7481)
Dominik Dorfmeister committed
March 15, 2024
D
fix(core): optimistic results reflect correct state (#7114)
Dominik Dorfmeister committed
March 12, 2024
D
fix(core): do not count disabled observers as stale (#7059)
Dominik Dorfmeister committed
D
fix(core): make sure all options of a query are reactive (#7081)
Dominik Dorfmeister committed
March 3, 2024
March 2, 2024
D
fix(core): do not rely on dataUpdatedAt truthiness (#7008)
Dominik Dorfmeister committed
D
refactor: switch typeof undefined checks with strict comparison of the value undefined (#7006)
Dominik Dorfmeister committed
February 19, 2024
D
fix(query-core): notify queryCache after updateQuery() (#6936)
Dominik Dorfmeister committed
February 17, 2024
D
refactor(types): make queryKey required on ObserverOptions (#6879)
Dominik Dorfmeister committed
L
chore: Enable `@typescript-eslint/stylistic` config (#6914)
Lachlan Collins committed
January 28, 2024
J
ci(eslint): add @cspell/eslint-plugin to prevent misspelling (error) (#6718)
Jonghyeon Ko committed
January 7, 2024
J
refactor(query-core): use constructor shorthand to remove duplicated code (#6660)
Jonghyeon Ko committed
November 11, 2023
A
fix(query-core): Show correct placeholderData when request in cache (#6357)
Aryan Deora committed
November 8, 2023
D
fix(core): make sure queries that re-subscribe will have the correct result (#6334)
Dominik Dorfmeister committed
October 12, 2023
D
refactor: only pass query to refetchInterval function (#6128)
Dominik Dorfmeister committed
August 5, 2023
D
Merge remote-tracking branch 'origin/main' into beta
Dominik Dorfmeister committed
Ł
fix(core): Infinite render loops in react-query v4.29.22 and up (#5839)
Łukasz Komoszyński committed
July 24, 2023
D
feat: beta release (#5771)
Dominik Dorfmeister committed
July 21, 2023
P
feat: add new function type to notifyOnChangeProps (#5734)
Paulo Marcos committed
July 16, 2023
L
refactor: Sort imports with eslint (#5634)
Lachlan Collins committed
July 14, 2023
E
fix(core): Assign observer's current Result when optimistic read occurs (#5573)
EL AYADI Mohamed committed
May 14, 2023
M
fix(perf): optimized perf of listeners removal (#5402)
Mateusz Burzyński committed
November 1, 2022
D
fix(core): initialData should take precedence over keepPreviousData (#4422)
Dominik Dorfmeister committed
D
feat: add deprecation warnings
Dominik Dorfmeister committed
October 29, 2022
D
fix(queryObserver): always structurally share placeholderData (#4402)
Dominik Dorfmeister committed
October 22, 2022
J
feat(query-core): Expose retry error as `failureReason` (#4315)
Jonas Kugelmann committed
September 30, 2022
D
feat(queryObserver): add isInitialLoading derived flag (#4244)
Dominik Dorfmeister committed
September 23, 2022
J
chore: force type import (#4202)
Jungzl committed
August 11, 2022
D
feat: notify about observer options change (#3989)
Damian Osipiuk committed
July 18, 2022
D
v4 release (#3842)
Dominik Dorfmeister committed