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.7.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.8.0
Choose a head ref
  • 9 commits
  • 123 files changed
  • 4 contributors

Commits on Apr 20, 2025

  1. Use Canary for local search instead of Algolia (#4950)

    * Add Canary search deps
    
    * Try using Pagefind instead of Algolia
    markerikson authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    3cbb247 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. chore: update React-Native example app (#4888)

    * Update JDK version to 21 for React Native and Expo in CI
    
    * chore: update React-Native example app
    aryaemami59 authored May 4, 2025
    Configuration menu
    Copy the full SHA
    49c22bf View commit details
    Browse the repository at this point in the history
  2. chore: update Expo example app (#4889)

    * Update JDK version to 21 for React Native and Expo in CI
    
    * chore: update Expo example app
    aryaemami59 authored May 4, 2025
    Configuration menu
    Copy the full SHA
    91c3baa View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. fix: add missing verb

    n-ii-ma authored May 5, 2025
    Configuration menu
    Copy the full SHA
    fdc1c8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4965 from n-ii-ma/master

    fix: add missing verb
    EskiMojo14 authored May 5, 2025
    Configuration menu
    Copy the full SHA
    5c1e01d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. fix: React-Native package exports (#4887)

    * Rename `tsup.config.ts` to `tsup.config.mts`
    
    * Fix `tsup` config
    
    * Fix `exports` field in `package.json`
    
    * Fix nested `package.json` files
    
    * Fix `fixUniqueSymbolExports.mts`
    
    * Explicitly disable `--experimental-require-module`
    
    - This is done to avoid the `module-sync` condition.
    
    * Bump `tsup`
    
    * Revert nested package `main` changes and fix "dist test" config
    
    * Maybe really fix dist tests
    
    * Point nested package RN fields to legacy-esm
    
    ---------
    
    Co-authored-by: Mark Erikson <mark@isquaredsoftware.com>
    aryaemami59 and markerikson authored May 6, 2025
    Configuration menu
    Copy the full SHA
    20f4579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68bf4b6 View commit details
    Browse the repository at this point in the history
  3. Assorted pre-2.8 docs tweaks (#4968)

    * Fix ancient obsolete docs links
    
    * Better describe tag functions
    
    * Fix page param arg names by inlining declarations
    
    * Add note on selectFromResult
    
    * Flesh out Code Splitting usage guide page
    markerikson authored May 6, 2025
    Configuration menu
    Copy the full SHA
    29bea2a View commit details
    Browse the repository at this point in the history
  4. Release 2.8.0

    markerikson committed May 6, 2025
    Configuration menu
    Copy the full SHA
    82a0ae4 View commit details
    Browse the repository at this point in the history
Loading