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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.2
Choose a base ref
...
head repository: reduxjs/redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    051aca0 View commit details
    Browse the repository at this point in the history
  2. Mark createStore as deprecated and add legacy_createStore

    - Updated `createStore`'s doc description to mark it as `@deprecated`,
      so that it shows up with a visual strikethrough in editors.
    - Added new descriptive text to `createStore` to encourage users to
      migrate to RTK, and pointing to the "RTK is Redux Today" docs page
    - Rewrote TS typedefs for `createStore` to define it as a function with
      overloads, rather than a varible, to get correct docs tooltips when
      hovering over variable usages
    - Added `legacy_createStore` API as an alias without the deprecation
    markerikson committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    fdf5956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f3aeb5 View commit details
    Browse the repository at this point in the history
  4. Release 4.2.0

    markerikson committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    93d1886 View commit details
    Browse the repository at this point in the history
Loading