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: reduxjs/redux-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: reduxjs/redux-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 9 commits
  • 27 files changed
  • 4 contributors

Commits on Mar 3, 2025

  1. Fix assorted infinite query types (#4869)

    * Fix infinite query matcher types
    
    * Fix infinite query providesTags types
    
    * Fix infinite query subscription/state hooks
    
    * Fix internal providedBy type issue
    markerikson authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    66ff32a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    be33129 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4877 from aryaemami59/chore/fix-env-handling

    chore: improve handling of environment variables in tests
    EskiMojo14 authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    2751bec View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Add providesTags handling for upsertQueryEntries (#4872)

    * Add providesTags handling for upsertQueryEntries
    
    * Fix flakiness in infinite query polling test
    markerikson authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    72ac07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59f90c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642d795 View commit details
    Browse the repository at this point in the history
  4. Fix infinite query type portability issues (#4881)

    * Fix infinite query type portability issues
    
    * Add infinite queries to type portability examples
    markerikson authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    4e35821 View commit details
    Browse the repository at this point in the history
  5. support passing an external abortsignal to createAsyncThunk (#4860)

    * support passing an external abortsignal to createAsyncThunk
    
    * make our own promiseWithResolvers
    
    * jsdoc
    
    * add once option
    
    * added docs
    
    * added no-transpile
    EskiMojo14 authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    690869c View commit details
    Browse the repository at this point in the history
  6. Release 2.6.1

    markerikson committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    ac26766 View commit details
    Browse the repository at this point in the history
Loading