Skip to content

Releases: taion/react-router-scroll

v0.4.4

08 Nov 07:28
c09b158
Compare
Choose a tag to compare
  • Feature: Add createScrollBehavior callback for creating a custom scroll behavior object (#86)

v0.4.3

08 Nov 07:26
fb8d995
Compare
Choose a tag to compare
  • Chore: Mark compatibility with React v16.x (#84)

v0.4.2

10 Apr 19:01
v0.4.2
78ba900
Compare
Choose a tag to compare
  • Feature: Support scrolling to elements via updated scroll-behavior dependency (#75)
  • Chore: Update for React v15.5 deprecations (#74)

v0.4.1

05 Nov 04:45
v0.4.1
a11e97b
Compare
Choose a tag to compare
  • Chore: Bump scroll-behavior dependency to avoid issues with transpiled imports in webpack 2 (#49)

v0.4.0

04 Nov 23:41
v0.4.0
a2cd8ee
Compare
Choose a tag to compare

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

29 Oct 19:37
v0.3.3
3480521
Compare
Choose a tag to compare
  • 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

22 Aug 15:03
v0.3.2
9613127
Compare
Choose a tag to compare
  • Bugfix: Apply missing dev-expression transform (#35)

v0.3.1

10 Aug 15:36
v0.3.1
5013f98
Compare
Choose a tag to compare
  • Bugfix: Add missing warning dependency (#33)

v0.3.0

06 Aug 01:47
v0.3.0
ab57885
Compare
Choose a tag to compare
  • 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

13 Jul 18:20
v0.2.1
1448ce1
Compare
Choose a tag to compare
  • Chore: Build with es2015-loose instead of es2015 (#23)