Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.26.1
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.27.0
Choose a head ref
  • 14 commits
  • 31 files changed
  • 12 contributors

Commits on Mar 6, 2023

  1. release: v4.26.1

    tannerlinsley committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d86e343 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): improve object property checks (#5079)

    * fix(eslint-plugin): improve object property checks
    
    * prettier
    Newbie012 authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    df512e5 View commit details
    Browse the repository at this point in the history
  3. release: v4.26.2

    tannerlinsley committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    aa2f944 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    b974268 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    b8b0562 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. chore: test:lib task-caching w/ Nx (#5116)

    * adding quick caching test
    
    * reverting workflow change
    
    * updating pr yml to test nx speed
    
    * fixing yml on property
    
    * fixing yml on property
    
    * fixing target name
    
    * upping to running4 in parallel
    
    * upping to running 5 in parallel
    
    * upping to running 6 in parallel
    
    * upping to running 7 in parallel
    
    * upping to running 8 in parallel
    
    * upping to running 9 in parallel
    
    * upping to running 10 in parallel
    
    * opting for --parallel=5
    
    * cleaning up nx.json
    
    * revert touching of ci.yml file
    
    * reverting on property of pr.yml file
    
    * updating root pacakge.json test:lib command
    
    * fixing frozen lockfile error in ci
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    ZackDeRose and TkDodo authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    19a8e98 View commit details
    Browse the repository at this point in the history
  2. chore: fix missing dependencies (#5127)

    * chore: include scripts directory in linting
    
    and fix issues
    
    * chore: add missing dependencies chalk and semver
    TkDodo authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6fc51dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb4170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed7d9f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    33338ad View commit details
    Browse the repository at this point in the history
  2. feat(react-query-devtools): enable setting loading/error via devtools (

    …#4352)
    
    * feat(devtools): enable setting loading/error via devtools
    
    * Some cleanup
    
    * refactor: use flex-gap to align buttons
    
    * refactor: fix linter and dropdown reset
    
    * refactor: operate directly on activeQuery
    
    * Change buttons to toggle states
    
    * Sneak some queryState into meta
    
    * Added test for error and loading
    
    * Fix lint
    
    * Fix prettier formatting
    
    * chore: releases should run on alpha/beta as well
    
    * chore: extract package validation to an extra script (#5039)
    
    * chore: extract package validation to an extra script
    
    and run it during CI
    
    * chore: add missing `build:types` script to solid-query
    
    * docs: update link for v2 docs (#5044)
    
    * docs: update link for v2 docs
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    
    * release: v4.24.12
    
    * fix(react-query-devtools): do not stretch query status label (#5063)
    
    Do not stretch query status label (fresh, fetching, paused, stale, inactive) shown on Query Details view.
    
    * release: v4.24.13
    
    * fix(react-query-devtools): add 'use client' directive to disable SSR (#5041)
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    
    * release: v4.24.14
    
    * feat(core): re-export matchQuery from utils (#5070)
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    
    * release: v4.25.0
    
    * feat(query-core): Add global onSettled callbacks for QueryCache and MutationCache (#5075)
    
    * feat(query-core): Add global onSettled callbacks for QueryCache and MutationCache
    
    * test: tests for query onSettled callback
    
    * test: tests for mutation onSettled callback
    
    * docs: onSettled callbacks
    
    * release: v4.26.0
    
    * fix(core): make sure mutations get updated options (#5085)
    
    this fixes an issue around stale closures where callbacks are not updated, thus are called with wrong values in the closure
    
    * release: v4.26.1
    
    * fix(eslint-plugin): improve object property checks (#5079)
    
    * fix(eslint-plugin): improve object property checks
    
    * prettier
    
    * release: v4.26.2
    
    * docs: add adapter dropdown to issue template (#5108)
    
    * docs(queries): rename `success` (#5110)
    
    * chore: `test:lib` task-caching w/ Nx (#5116)
    
    * adding quick caching test
    
    * reverting workflow change
    
    * updating pr yml to test nx speed
    
    * fixing yml on property
    
    * fixing yml on property
    
    * fixing target name
    
    * upping to running4 in parallel
    
    * upping to running 5 in parallel
    
    * upping to running 6 in parallel
    
    * upping to running 7 in parallel
    
    * upping to running 8 in parallel
    
    * upping to running 9 in parallel
    
    * upping to running 10 in parallel
    
    * opting for --parallel=5
    
    * cleaning up nx.json
    
    * revert touching of ci.yml file
    
    * reverting on property of pr.yml file
    
    * updating root pacakge.json test:lib command
    
    * fixing frozen lockfile error in ci
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    
    * chore: fix missing dependencies (#5127)
    
    * chore: include scripts directory in linting
    
    and fix issues
    
    * chore: add missing dependencies chalk and semver
    
    * chore: turning off Nx daemon in CI (#5128)
    
    * chore: downgrade chalk to v4 because v5 is ESM only (#5130)
    
    see: https://stackoverflow.com/questions/70309135/chalk-error-err-require-esm-require-of-es-module
    
    * fix(eslint-plugin): ignore internal properties (#5119)
    
    * chore: resolve merge conflicts
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    Co-authored-by: Abhijeet Singh <[email protected]>
    Co-authored-by: Tanner Linsley <[email protected]>
    Co-authored-by: janinegygax <[email protected]>
    Co-authored-by: Youssouf Oumar <[email protected]>
    Co-authored-by: remolueoend <[email protected]>
    Co-authored-by: Eliya Cohen <[email protected]>
    Co-authored-by: Damian Osipiuk <[email protected]>
    Co-authored-by: Leon Fong <[email protected]>
    Co-authored-by: Zachary DeRose <[email protected]>
    Co-authored-by: Zachary DeRose <[email protected]>
    12 people authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b7089d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. chore: Local Task Caching for all Revelant tasks (#5134)

    * caching added for eslint for packages
    
    * project definition added for scripts project and test:eslint target
    
    * adding task caching for test:types
    
    * adding appropriate dependsOn and outputs to test:types
    
    * updating test:react:17
    
    * running many on test:ci for nx scripts
    
    * adding output to test:types
    
    * adding root project and format task
    
    * adding caching for build and test:build
    
    * fixing frozen lockfile error in ci
    
    * fixing pnpm build to include the build of the eslin-plugin
    
    * adding build for svelte-query as well
    
    * parallelizing bundlewatch and validate pacakges script
    
    * cleaning up a bit more
    
    * moving build config to the root project
    ZackDeRose authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8e13afa View commit details
    Browse the repository at this point in the history
  2. chore: fix publish script

    TkDodo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    62a7c38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25259d View commit details
    Browse the repository at this point in the history
Loading