Skip to content

Releases: TanStack/query

v5.80.2

03 Jun 12:10
Compare
Choose a tag to compare

Version 5.80.2 - 6/3/25, 12:08 PM

Changes

Fix

Packages

v5.80.1

03 Jun 11:24
Compare
Choose a tag to compare

Version 5.80.1 - 6/3/25, 11:23 AM

Changes

Perf

  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#9201) (57c6ce1) by novice0840

Packages

v5.80.0

03 Jun 09:37
Compare
Choose a tag to compare

Version 5.80.0 - 6/3/25, 9:36 AM

Changes

Feat

  • query-devtools: add indicator for staleTime: "static" (#9215) (3e7d715) by MINSEONG KIM

Refactor

  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#9221) (4bf169e) by novice0840

Chore

  • consolidate noop function usage across framework packages (#9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#9231) (a2a23a8) by clonemycode
  • improve type safety in getQueryData by using generics (#9218) (3a89ec9) by Braden Wong

Packages

v5.79.2

02 Jun 16:30
Compare
Choose a tag to compare

Version 5.79.2 - 6/2/25, 4:29 PM

Changes

Refactor

  • react-query: change the order of const variables (#9211) (0e083c6) by novice0840
  • query-core: extract context creation to functions and move type assertions (#9210) (0cbfc5e) by Braden Wong

Packages

v5.79.1

02 Jun 16:19
Compare
Choose a tag to compare

Version 5.79.1 - 6/2/25, 4:17 PM

Changes

Refactor

  • types: narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#9202) (982f6ca) by Braden Wong

Docs

  • Mention query keys needs to be serializable using JSON.stringify (#9204) (ff2b51a) by Zentrik

Packages

v4.39.1

31 May 13:10
Compare
Choose a tag to compare

Version 4.39.1 - 5/31/25, 1:09 PM (Manual Release)

Changes

Fix

  • v4: ensure packages are built during CI (#9227) (4f93b86) by Lachlan Collins

Ci

  • v4: fix Nx commands (52f93a5) by Lachlan Collins

Packages

v4.39.0

31 May 01:08
Compare
Choose a tag to compare

Version 4.39.0 - 5/31/25, 1:07 AM

Changes

Feat

Chore

  • Fix incorrect npm tag for previous version release (v4) (#6659) (ce313af) by Lachlan Collins

Ci

  • v4: use @tanstack/publish-config (#9225) (12abdda) by Lachlan Collins

Docs

  • Enrich the onMutate description for context (#8710) (4e6432a) by @Thiamath
  • copying installation commands made easy (#8101) (92e5672) by Pranay Bajracharya
  • Add version to v4 eslint docs (#7926) (542528a) by Sernin van de Krol
  • suspensive-react-query: add content about queryOptions (#7678) (b7e50ad) by GwanSik Kim
  • fix broken internal links in the query docs (v4) (#7398) (3f22c3d) by fuko
  • angular adapter is compatible with angular v16 (#7381) (84f3ef1) by Arnoud
  • Update useMutation.md (#7349) (b757ea4) by @ashishsurya
  • fix syntax highlighting (7c0187e) by Dominik Dorfmeister
  • Update docs/config.json (v4) (#7102) (1e2ee37) by Lachlan Collins
  • Install the right version of the react devtools (#6941) (4f8221b) by Fullchee Zhang
  • link angular adapter (#6796) (11b336e) by Arnoud
  • Move eslint docs to core (v4) (81ef31f) by Lachlan Collins
  • Fix relative links (dd20738) by Lachlan Collins
  • Implement broken link fixes from main (bc67f24) by Lachlan Collins
  • Re-organise for new docs layout (v4) (#6764) (6cc4a67) by Lachlan Collins
  • Use the new config format (v4) (#6742) (e62e60f) by fuko
  • update react-native.md (#6744) (84bfc66) by @iamclaytonray

Other

Packages

v5.79.0

29 May 09:43
Compare
Choose a tag to compare

Version 5.79.0 - 5/29/25, 9:42 AM

Changes

Feat

  • core: staleTime: "static" (#9139) (b475d21) by Dominik Dorfmeister

Chore

  • update to eslint-plugin-react-hooks v6 (#9071) (34eedd6) by Dominik Dorfmeister
  • angular-query: update to angular 20 stable (#9209) (9e30aaf) by Arnoud

Packages

v5.78.0

26 May 13:28
Compare
Choose a tag to compare

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat

  • eslint-plugin: refactor and add mutation-property-order rule (#9191) (a1210cb) by jochong

Packages

v5.77.2

26 May 12:09
Compare
Choose a tag to compare

Version 5.77.2 - 5/26/25, 12:08 PM

Changes

Refactor

Packages