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: swillis12/react-redux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swillis12/react-redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7-hooks-alpha
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 22, 2019

  1. add react hooks for accessing redux store state and dispatching redux…

    … actions (reduxjs#1248)
    
    * add react hooks for accessing redux store state and dispatching redux actions
    
    * remove `useReduxContext` from public API
    
    * add `useRedux` hook
    
    * Preserve stack trace of errors inside store subscription callback
    
    Ported changes from react-redux-hooks-poc
    
    Note: the "transient errors" test seems flawed atm.
    
    * Alter test descriptions to use string names
    
    WebStorm won't recognize tests as runnable if `someFunc.name` is
    used as the `describe()` argument.
    MrWolfZ authored and markerikson committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    a69b4f4 View commit details
    Browse the repository at this point in the history
  2. 7.1.0-alpha.0

    markerikson committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    8b991ed View commit details
    Browse the repository at this point in the history
  3. add deps to useSelector to allow controlling stability of selector (

    reduxjs#1251)
    
    * fix stale selector issue
    
    * add `deps` to `useSelector` to allow controlling stability of selector
    MrWolfZ authored and markerikson committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    6948056 View commit details
    Browse the repository at this point in the history
  4. 7.1.0-alpha.1

    markerikson committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    87841fa View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. use proper example code tag in hooks JSDoc comments (reduxjs#1257)

    * use proper example code tag in hooks JSDoc comments
    
    * fix mistake in `useActions` hook example code
    
    * remove TypeScript annotations from example code and adjust `useReduxContext` hook to also use @example JSDoc tag
    MrWolfZ authored and markerikson committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    92baa04 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Use react-hooks-testing-library to test hooks (reduxjs#1259)

    * Use react-hooks-testing-library to test hooks
    
    * Disable react/display-name rule with nested .eslintrc file
    mpeyper authored and timdorr committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    756ae49 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    622545d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Configuration menu
    Copy the full SHA
    7414831 View commit details
    Browse the repository at this point in the history
  2. Remove useRedux hook

    markerikson committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    8c0750c View commit details
    Browse the repository at this point in the history
  3. 7.1.0-alpha.3

    markerikson committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    921130a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Remove useActions

    markerikson committed May 1, 2019
    Configuration menu
    Copy the full SHA
    54fd9dd View commit details
    Browse the repository at this point in the history
  2. 7.1.0-alpha.4

    markerikson committed May 1, 2019
    Configuration menu
    Copy the full SHA
    06a674e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Remove deps of useSelector (reduxjs#1272)

    josepot authored and timdorr committed May 13, 2019
    Configuration menu
    Copy the full SHA
    a787aee View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Replace shallowEqual with reference equality in useSelector (reduxjs#…

    …1288)
    
    * Replace shallowEqual with reference equality in useSelector
    
    * useSelector: Allow optional compararison function
    Export shallowEqual function
    perrin4869 authored and markerikson committed May 19, 2019
    Configuration menu
    Copy the full SHA
    8a673c9 View commit details
    Browse the repository at this point in the history
  2. Avoid unnecessary selector evaluations (reduxjs#1273)

    * Avoid unnecessary selector evaluations
    
    * Clean up state assignment logic
    
    * Add missing shallowEqual export
    josepot authored and markerikson committed May 19, 2019
    Configuration menu
    Copy the full SHA
    007b5c7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. 7.1.0-alpha.5

    markerikson committed May 20, 2019
    Configuration menu
    Copy the full SHA
    0e41eae View commit details
    Browse the repository at this point in the history
Loading