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: v5.48.0
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.49.0
Choose a head ref
  • 15 commits
  • 222 files changed
  • 10 contributors

Commits on Jun 26, 2024

  1. docs(vue): up-to-date devtools information (#7578)

    * docs(vue):  up-to-date devtools information
    
    need to help users clarify their current status
    
    * Update devtools.md
    
    * Update devtools.md
    
    * Update devtools.md
    
    * docs: restructure devtools page
    
    ---------
    
    Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
    reslear and DamianOsipiuk authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    832d07a View commit details
    Browse the repository at this point in the history
  2. docs: typo (#7628)

    bnzone authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    52cc7b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1f6592 View commit details
    Browse the repository at this point in the history
  4. release: v5.48.1

    tannerlinsley committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bec24e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11e979e View commit details
    Browse the repository at this point in the history
  6. release: v5.48.2

    tannerlinsley committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e100e5d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. docs: Remove the variable assignment from example code (#7623)

    * Remove the variable assignment from example code
    
    * remove variable assignment in prefetch query docs
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    kenrick and TkDodo authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8b89941 View commit details
    Browse the repository at this point in the history
  2. docs(examples): code refactoring and type improvement (#7634)

    * refactor: minor code refactoring and type improvement for react-native example
    
    * chore: slice the movie with original value
    aziyatali authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8d75aaa View commit details
    Browse the repository at this point in the history
  3. chore: Migrate to ESLint flat config (#7636)

    * chore: Migrate to ESLint flat config
    
    * Migrate more packages
    
    * angular and solid
    
    * svelte packages
    
    * Hopefully more fixes
    
    * react packages
    
    * vue packages
    
    * Fix typescript errors
    
    * Update Nx config
    lachlancollins authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e6a0fdd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore: Update ESLint config (#7637)

    * chore: Update ESLint config
    
    * Fix errors
    
    * Fix knip
    lachlancollins authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    febbde6 View commit details
    Browse the repository at this point in the history
  2. docs: remove suspense reference to useQuery (#7640)

    useQuery has no suspense option
    alexander-svendsen authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    87c8e01 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    003e1a8 View commit details
    Browse the repository at this point in the history
  2. feat(hydration): dehydrate.serialize and hydrate.deserialize (#7615)

    * add transformData to restore resolved prefetches
    
    * add failing test
    
    * fix test
    
    * remove transformPromise
    
    * fix
    
    * rev
    
    * rm log
    
    * fix test
    
    * add another test
    
    * serialize/deserialize
    
    * chore: docs + minor refactor
    
    * indentation
    
    * chore: prettier
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    juliusmarminge and TkDodo authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    8cbe7d5 View commit details
    Browse the repository at this point in the history
  3. ci: Use Node 20 for CodeSandbox examples (#7646)

    * ci: Try to use Node 20 for CSB
    
    * Simplify install/build scripts
    
    * Fix installCommand
    
    * Remove installCommand
    
    * Undo
    
    * Remove install:csb
    lachlancollins authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    033e739 View commit details
    Browse the repository at this point in the history
  4. release: v5.49.0

    tannerlinsley committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    b5272df View commit details
    Browse the repository at this point in the history
Loading