Skip to content

Releases: esamattis/redux-hooks

v0.6.2

18 Mar 15:01
Compare
Choose a tag to compare
  • Add Action type to createHooks de7a878
    • Types the dispatch function returned from useDispatch

v0.6.1...v0.6.2

v0.6.1

17 Mar 22:22
Compare
Choose a tag to compare
  • Fix useSelect return type 8c000fe

v0.6.0...v0.6.1

v0.6.0

17 Mar 21:15
Compare
Choose a tag to compare

Breaking changes

  • Use Object.is() check in useMapState() instead of shallow equal check da9f433

You can use useSelect() when you need the shallow equality check

Other changes

  • Add createHooks helper c7f5e01
  • Warn about new identities on useMapState in development and recommend useSelect() usage bea633e
  • Default useSelect produce to an identity function c33a1ae
  • Optimize array shallow equality check db01254

v0.5.5...v0.6.0

v0.5.5

15 Mar 15:57
Compare
Choose a tag to compare
  • Handle another useEffect dispatch edge case 031f208

v0.5.4...v0.5.5

v0.5.4

15 Mar 12:29
Compare
Choose a tag to compare
  • Handle dispatches in useEffect 2810755

v0.5.3...v0.5.4

v0.5.3

25 Feb 08:17
Compare
Choose a tag to compare
  • add mapState function to reference c1c33a6

v0.5.2...v0.5.3

v0.5.2

14 Feb 17:04
Compare
Choose a tag to compare

v0.5.1...v0.5.2

v0.5.1

14 Feb 16:56
Compare
Choose a tag to compare
  • Loosen store type requirements 8a668c1

v0.5.0...v0.5.1

v0.5.0

08 Feb 09:07
Compare
Choose a tag to compare
  • add usePassiveMapState
  • do not pass deps as args to mapState
    • too painful to support for TS

v0.4.0...v0.5.0

v0.4.0

07 Feb 22:41
Compare
Choose a tag to compare

Add useSelect() hook.