Skip to content

Releases: some-react-components/react-scrollchor

7.0.2

Choose a tag to compare

@bySabi bySabi released this 16 Apr 17:23

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

Choose a tag to compare

@bySabi bySabi released this 23 Jun 09:29
61cb05e

Minor security update with the following changes:

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

7.0.0

Choose a tag to compare

@bySabi bySabi released this 21 May 08:17
80540c7

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

Choose a tag to compare

@bySabi bySabi released this 06 Jul 21:00

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

Choose a tag to compare

@bySabi bySabi released this 04 Jun 18:05
  • Replace internal function updateHistory implementation for prevent scroll jumps on browser history update

5.0.2

Choose a tag to compare

@bySabi bySabi released this 25 Apr 06:53
  • 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

Choose a tag to compare

@bySabi bySabi released this 06 Apr 08:44
  • Fix a state bug introduced on release 5.0.0
  • animateScroll is now asynchronous, thanks to @xehpuk PR

5.0.0

Choose a tag to compare

@bySabi bySabi released this 31 Mar 12:53
  • Add support for React 16.3.x new API
  • Prevent warning on React 16.3.x deprecated componentWillReceiveProps

4.2.1

Choose a tag to compare

@bySabi bySabi released this 09 Jan 18:57
  • Prevent error when clicking a link to an anchor that does not exist. Thanks to @SBRK contribution

4.2.0

Choose a tag to compare

@bySabi bySabi released this 03 Jan 10:13
  • Implemented animation using requestAnimationFrame. Thanks to @kambing86 PR