Skip to content

Releases: some-react-components/react-scrollchor

7.0.2

16 Apr 17:23
Compare
Choose a tag to compare

Minor security update with the following changes:

  • Updated package-lock.json to avoid vulnerable dependencies reported by npm audit

Thanks to @SeinopSys, @bySabi

7.0.1

23 Jun 09:29
61cb05e
Compare
Choose a tag to compare

Minor security update with the following changes:

  • Updated package-lock.json to avoid vulnerable dependencies reported by npm audit

7.0.0

21 May 08:17
80540c7
Compare
Choose a tag to compare

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 !!

6.0.0

06 Jul 21:00
Compare
Choose a tag to compare

Scrollchor React component now belong to Some React Component Organization Team. This move will ensure its future development and manteniance.

  • Added configurable scrollable container feature, target prop. Thanks to @xephuk dedicated effort.
  • @xehpuk join React-Schollchor Team
  • minor Doc corrections

5.1.0

04 Jun 18:05
Compare
Choose a tag to compare
  • Replace internal function updateHistory implementation for prevent scroll jumps on browser history update

5.0.2

25 Apr 06:53
Compare
Choose a tag to compare
  • Now each Scrollchor instance has its own animateScroll function that track animation state and eliminates the possibility of multiple animations interfering with each other, thanks to @xehpuk PR

5.0.1

06 Apr 08:44
Compare
Choose a tag to compare
  • Fix a state bug introduced on release 5.0.0
  • animateScroll is now asynchronous, thanks to @xehpuk PR

5.0.0

31 Mar 12:53
Compare
Choose a tag to compare
  • Add support for React 16.3.x new API
  • Prevent warning on React 16.3.x deprecated componentWillReceiveProps

4.2.1

09 Jan 18:57
Compare
Choose a tag to compare
  • Prevent error when clicking a link to an anchor that does not exist. Thanks to @SBRK contribution

4.2.0

03 Jan 10:13
Compare
Choose a tag to compare
  • Implemented animation using requestAnimationFrame. Thanks to @kambing86 PR