close
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.29.25
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.30.0
Choose a head ref
  • 7 commits
  • 22 files changed
  • 7 contributors

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    e91f751 View commit details
    Browse the repository at this point in the history
  2. docs(query-keys): clarify query key refetching (#5653)

    * docs(query-keys): clarify query key refetching 
    
    Update the query-key documentation to note that changing data included in a query key will automatically refetch the query data.
    
    It took me a long time to find this information, and I expected to find it here. I consulted with another engineer on our team, and they agreed that they would expect to see it stated more clearly here. So we felt this addition would be helpful.
    
    * Update docs/react/guides/query-keys.md
    
    * Update docs/react/guides/query-keys.md
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    meatnordrink and TkDodo authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    18ba7c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. docs: fix visible comment in query-keys.md (#5736)

    * Docs: fix visible comment in query-keys.md
    
    * Docs: (minor) Remove unnecessary parentheses from query-keys.md
    meatnordrink authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8c967c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. docs: update readme about suspense (#5742)

    * docs: update readme about suspense
    
    * docs: code reviewed
    manudeli authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    10e03a5 View commit details
    Browse the repository at this point in the history
  2. feat: add new function type to notifyOnChangeProps (#5734)

    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    paulobmarcos and TkDodo authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    74f2e28 View commit details
    Browse the repository at this point in the history
  3. release: v4.30.0

    tannerlinsley committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f64199d View commit details
    Browse the repository at this point in the history
Loading