Skip to content

Releases: salvoravida/redux-first-history

v4.2.6

16 Jan 15:36
Compare
Choose a tag to compare

fixed #25

v4.2.5

23 Nov 14:06
Compare
Choose a tag to compare

support batch options:
a batch function for batching states updates with history updates. Prevent some "edge case" top-down updates on react : usage import { unstable_batchedUpdates } from 'react-dom'; batch = unstable_batchedUpdates

v4.2.0

13 Nov 01:49
Compare
Choose a tag to compare
  • add option "savePreviousLocations", see readme.
  • add ESM build with rollup
  • fix @reach/router types

v4.1.1 - fix history.block

18 Oct 15:22
Compare
Choose a tag to compare

v4.1.1 - fix history.block

v4.1.0

09 Oct 23:38
Compare
Choose a tag to compare

v4.0.5

27 Aug 08:51
Compare
Choose a tag to compare

update babel - fix eslint

v4.0.4

08 Jun 09:22
Compare
Choose a tag to compare

upgrade to babel7

v4.0.3

23 May 09:22
Compare
Choose a tag to compare

fix TS index.d.ts

v.4.0.1

22 May 00:07
Compare
Choose a tag to compare

+GA release ! (it should be stable ->#10)
+typescript index.d.ts added (thanks to #3 and #4)
+support redux-immutable (thanks to #7)

v.4.0.0-alpha.6

01 Oct 06:03
504cc09
Compare
Choose a tag to compare
v.4.0.0-alpha.6 Pre-release
Pre-release
Update README.md