7.0.0
This is a major update to React Scrollchor
with the following changes:
- Written in Typescript that will make the integration easier and safer in your development cycle
- The implementation of the easing functions has been improved. Now you can choose between:
easeOutQuad
,swing
,linear
included in this module or replace it with your own function - Internally implemented using React Hooks, the new minimum dependency is React
16.8.0
- Default export being removed in favor of a named
Scrollchor
export - The documentation,
README
, on the module site has been improved. Now it is much clearer.
... more details in CHANGELOG.md
All of this would not have been possible without the hard work of @SeinopSys who, basically, has done it all. THANKS David !!