Skip to content

Releases: taion/react-router-scroll

v0.4.4

Choose a tag to compare

@taion taion released this 08 Nov 07:28
c09b158
  • Feature: Add createScrollBehavior callback for creating a custom scroll behavior object (#86)

v0.4.3

Choose a tag to compare

@taion taion released this 08 Nov 07:26
fb8d995
  • Chore: Mark compatibility with React v16.x (#84)

v0.4.2

Choose a tag to compare

@taion taion released this 10 Apr 19:01
v0.4.2
78ba900
  • Feature: Support scrolling to elements via updated scroll-behavior dependency (#75)
  • Chore: Update for React v15.5 deprecations (#74)

v0.4.1

Choose a tag to compare

@taion taion released this 05 Nov 04:45
v0.4.1
a11e97b
  • Chore: Bump scroll-behavior dependency to avoid issues with transpiled imports in webpack 2 (#49)

v0.4.0

Choose a tag to compare

@taion taion released this 04 Nov 23:41
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)

v0.3.3

Choose a tag to compare

@taion taion released this 29 Oct 19:37
v0.3.3
3480521
  • 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

Choose a tag to compare

@taion taion released this 22 Aug 15:03
v0.3.2
9613127
  • Bugfix: Apply missing dev-expression transform (#35)

v0.3.1

Choose a tag to compare

@taion taion released this 10 Aug 15:36
v0.3.1
5013f98
  • Bugfix: Add missing warning dependency (#33)

v0.3.0

Choose a tag to compare

@taion taion released this 06 Aug 01:47
v0.3.0
ab57885
  • 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

Choose a tag to compare

@taion taion released this 13 Jul 18:20
v0.2.1
1448ce1
  • Chore: Build with es2015-loose instead of es2015 (#23)