react-router-scroll v0.4.0 Release Notes

Release Date: 2016-11-04 // over 7 years ago
  • 🚀 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)