All Versions
10
Latest Version
Avg Release Cycle
54 days
Latest Release
2361 days ago

Changelog History

  • v0.4.4 Changes

    November 08, 2017
    • ๐Ÿ”‹ Feature: Add createScrollBehavior callback for creating a custom scroll behavior object (#86)
  • v0.4.3 Changes

    November 08, 2017
    • Chore: Mark compatibility with React v16.x (#84)
  • v0.4.2 Changes

    April 10, 2017
    • ๐Ÿ”‹ Feature: Support scrolling to elements via updated scroll-behavior dependency (#75)
    • Chore: Update for React v15.5 deprecations (#74)
  • v0.4.1 Changes

    November 05, 2016
    • Chore: Bump scroll-behavior dependency to avoid issues with transpiled imports in webpack 2 (#49)
  • v0.4.0 Changes

    November 04, 2016

    ๐Ÿš€ 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)
  • v0.3.3 Changes

    October 29, 2016
    • Chore: Mark compatibility with React Router v3.x (#46) โ€“ note that scroll-behavior v0.8.2 is not compatible with history v3.x
  • v0.3.2 Changes

    August 22, 2016
    • ๐Ÿ›  Bugfix: Apply missing dev-expression transform (#35)
  • v0.3.1 Changes

    August 10, 2016
    • ๐Ÿ›  Bugfix: Add missing warning dependency (#33)
  • v0.3.0 Changes

    August 06, 2016
    • ๐Ÿ’ฅ Breaking: Change useScroll to be a named top-level export rather than the default top-level export (#29)
    • ๐Ÿ”‹ Feature: Add <ScrollContainer> for managing scroll behavior of elements other than window (#27, #29)
  • v0.2.1 Changes

    July 13, 2016
    • Chore: Build with es2015-loose instead of es2015 (#23)