Releases: salvoravida/redux-first-history
Releases · salvoravida/redux-first-history
v4.2.6
v4.2.5
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
- add option "savePreviousLocations", see readme.
- add ESM build with rollup
- fix @reach/router types
v4.1.1 - fix history.block
v4.1.1 - fix history.block
v4.1.0
- add createWouterHook for wouter router https://github.com/molefrog/wouter
v4.0.5
update babel - fix eslint
v4.0.4
upgrade to babel7
v4.0.3
fix TS index.d.ts
v.4.0.1
v.4.0.0-alpha.6
Update README.md