Skip to content

Releases: arroyonetworks/ngx-hoverscroll

v2.1.0: Public API Methods

12 May 15:46
v2.1.0
eebaae5
Compare
Choose a tag to compare

Release Description

Adds Several New Public API Methods that can be used to programmatically control the hoverScroll directive.

Details

Added the following new Directive inputs:

  • wheelMultiplier

Added the following new Directive public methods:

  • isScrollable
  • moveTo(Y-Coordiante)
  • moveToTop
  • moveToBottom
  • moveToLast
  • reset

See README for additional details.

Important Bug Fixes

Below are the highlights of important bug fixes that were addressed in this release.

  • fix: Wheel Scrolling Works Again

v2.0.2

08 May 18:51
v2.0.2
a0ca413
Compare
Choose a tag to compare

Patch Release Description

Broaden Angular Support to Support 6-9.

v1.0.3: Patch Release

07 Mar 16:43
Compare
Choose a tag to compare

Release Description

The project has been renamed to ngx-hoverscroll

Fixed one or more outstanding issues.

Important Bug Fixes

Below are the highlights of important bug fixes that were addressed in this release.

  • fix: Reset to Top on Resize when Un-scrollable (#1)

v1.0.1: Patch Release

14 Feb 20:05
1.0.1
Compare
Choose a tag to compare

Release Description

Fixed one or more outstanding issues.

Important Bug Fixes

Below are the highlights of important bug fixes that were addressed in this release.

  • fix: Set Proper Default of 0 for scrollBuffer

v1.0.0: Introducing ng-HoverScroll

13 Feb 22:55
1.0.0
Compare
Choose a tag to compare

Release Description

Angular Directive for Hover Scrolling: Scroll Content by Hovering Over It

New Features

Below are the highlights of the new features added in this release.

  • Initial Release. See README.

Important Bug Fixes

Below are the highlights of important bug fixes that were addressed in this release.

  • None