Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Releases: ashthornton/asscroll

2.0.7

10 May 19:54
Compare
Choose a tag to compare
  • Fix: correctly disable scroll input when touchScrollType is 'scrollTop'

2.0.6

23 Mar 15:34
Compare
Choose a tag to compare
  • Fixed the browserslist config so it targets browsers correctly in the builds.
  • Fixed the scrollbar flashing when attempting to scroll whilst at the top or bottom of the page

From 2.0.5:

  • Temporary(?) fix for Apple mouse/trackpad causing extra native scroll events whilst "wheeling" which would cause ASScroll to revert to the previously reported native scroll position. Only affects macOS Monterey Chrome v99+

2.0.4

01 Dec 22:09
Compare
Choose a tag to compare
  • Added isScrollJacking flag
  • Fall back to window.scrollTo() within ASScroll's .scrollTo() method when native scroll is being used

2.0.2

06 Aug 07:42
Compare
Choose a tag to compare
v2.0.2

2.0.2

Major 2.0 Release

06 May 11:07
Compare
Choose a tag to compare

1.7.9

03 May 08:45
Compare
Choose a tag to compare
  • Clamp scrollbar position. Bug was introduced in 5fcc42b

Includes fixes from previous releases:

  • Clamp scroll position before emitting scroll event, fixing #44
  • Fix native scroll triggering scroll callback on manual resize via .onResize()

1.7.6

23 Feb 21:47
Compare
Choose a tag to compare
  • Delegate the scroll block event so it doesn't need to scan elements

1.7.5

22 Feb 23:09
Compare
Choose a tag to compare
  • Add ability to add a class to an element to prevent ASScroll from scrolling the page i.e. overflow elements

1.7.4

21 Jan 18:14
Compare
Choose a tag to compare
  • adds the option to allow horizontal scrolling on touch devices

v1.7.1

18 Oct 11:40
Compare
Choose a tag to compare
  • Fix scroll jump when pressing a button that triggers scroll on keyboard whilst scroll position is lerping
  • Fix frame rate delta modifying going above 1, causing scroll jumps