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/react-redux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.1
Choose a base ref
...
head repository: reduxjs/react-redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 22, 2023

  1. Remove GA

    markerikson committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9fdc18d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2210db9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. add "publish" workflow

    phryneas committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a669a94 View commit details
    Browse the repository at this point in the history
  2. RSC-specific workarounds (#2050)

    * map context instances using `createContext` as key
    * use `{}` as ReactReduxContext in environments where no context exists (removes `Proxy` use)
    * switch React imports to namespace imports to prevent hook import detection
    * use `globalThis` only when availbalbe
    phryneas authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2ac527b View commit details
    Browse the repository at this point in the history
  3. Release 8.1.2

    phryneas committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4a7e129 View commit details
    Browse the repository at this point in the history
Loading