Skip to content

Releases: darkroomengineering/lenis

v1.0.10

20 Apr 20:23
Compare
Choose a tag to compare

v1.0.9

18 Apr 23:00
Compare
Choose a tag to compare
  • introduce syncTouch to mimic native touch scroll as much as possible while running scroll in the main thread (still not stable yet)

v1.0.7

17 Apr 09:54
Compare
Choose a tag to compare
  • improve smoothTouch

v1.0.6

30 Mar 09:41
Compare
Choose a tag to compare
  • fix limit computation

v1.0.5

28 Mar 12:09
Compare
Choose a tag to compare
  • fix isScrolling when reaching the limit
  • use scrollHeight for more accurate scroll limit
  • normalizedWheel is now false by default since this is not accurate on every OS ( MacOS feels weird )
  • introduce wheelEventsTarget if you need to scroll from another element

v1.0.4

21 Mar 15:45
Compare
Choose a tag to compare

fixes #149
dependency updates

v1.0.1

14 Mar 17:00
Compare
Choose a tag to compare
  • Removing nanoevents

should fix #129

v1.0.0

12 Mar 20:32
Compare
Choose a tag to compare

βœ…

v1.0.0-dev.8

20 Feb 17:42
Compare
Choose a tag to compare
v1.0.0-dev.8 Pre-release
Pre-release
  • fix delta when gestureOrientation: 'both'

v1.0.0-dev.7

06 Feb 11:17
Compare
Choose a tag to compare
v1.0.0-dev.7 Pre-release
Pre-release
  • Prevent scrollTo when is stopped
  • Reset instance on stop and scrollTo({ immediate: true })
  • Fix float target