Skip to content

v0.4.0

Compare
Choose a tag to compare
@taion taion released this 04 Nov 23:41
· 22 commits to master since this release
v0.4.0
a2cd8ee

This release upgrades to scroll-behavior v0.9.0, which no longer directly integrates with history. Correspondingly, history is now a peer dependency, as this library can now use the version of history bundled with the appropriate version of React Router (either v2 or v3). As such, this library will no longer pull in modules from an extra copy of history if you are using React Router v3.

  • Breaking: Make history a peer dependency (#47)
  • Chore: Upgrade scroll-behavior dependency (#47)