Releases: taion/react-router-scroll
Releases · taion/react-router-scroll
v0.4.4
- Feature: Add
createScrollBehavior
callback for creating a custom scroll behavior object (#86)
v0.4.3
- Chore: Mark compatibility with React v16.x (#84)
v0.4.2
- Feature: Support scrolling to elements via updated scroll-behavior dependency (#75)
- Chore: Update for React v15.5 deprecations (#74)
v0.4.1
- Chore: Bump scroll-behavior dependency to avoid issues with transpiled imports in webpack 2 (#49)
v0.4.0
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
- 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
- Bugfix: Apply missing
dev-expression
transform (#35)
v0.3.1
- Bugfix: Add missing
warning
dependency (#33)
v0.3.0
- 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
- Chore: Build with
es2015-loose
instead of es2015
(#23)