All Versions
10
Latest Version
Avg Release Cycle
54 days
Latest Release
2505 days ago
Changelog History
Changelog History
-
v0.4.4 Changes
November 08, 2017- ๐ Feature: Add
createScrollBehavior
callback for creating a custom scroll behavior object (#86)
- ๐ Feature: Add
-
v0.4.3 Changes
November 08, 2017- Chore: Mark compatibility with React v16.x (#84)
-
v0.4.2 Changes
April 10, 2017 -
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 ofhistory
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 ofhistory
if you are using React Router v3. -
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)
- ๐ Bugfix: Apply missing
-
v0.3.1 Changes
August 10, 2016- ๐ Bugfix: Add missing
warning
dependency (#33)
- ๐ Bugfix: Add missing
-
v0.3.0 Changes
August 06, 2016 -
v0.2.1 Changes
July 13, 2016- Chore: Build with
es2015-loose
instead ofes2015
(#23)
- Chore: Build with