Skip to content

Releases: darkroomengineering/lenis

v1.3.8

19 Jul 12:29
Compare
Choose a tag to compare
  • lenis/snap: default options

v1.3.7

17 Jul 08:42
Compare
Choose a tag to compare
  • lenis/snap: deprecate velocityThreshold in favor of debounce

v1.3.6

16 Jul 15:24
Compare
Choose a tag to compare
  • lenis/snap: distanceThreshold option

v1.3.5

15 Jul 15:20
Compare
Choose a tag to compare
  • fix programmatic .stop() and .start() when autoToggle:true
  • prevent cancelable events only

v1.3.4

29 May 14:32
Compare
Choose a tag to compare
  • improve syncTouch on iOS

v1.3.3

14 May 19:17
Compare
Choose a tag to compare
  • switch to time based animation if one of duration or easing options is provided
  • emit event on stop or start

v1.3.2

14 May 08:08
Compare
Choose a tag to compare
  • export LenisContext from lenis/react

v1.3.1

22 Apr 12:58
Compare
Choose a tag to compare
  • anchors detects #top and #

v1.3.0

21 Apr 13:24
Compare
Choose a tag to compare
  • lenis/famer: https://lenis.framer.website/
  • autoToggle: Automatically start or stop the lenis instance based on the wrapper's overflow property, ⚠️ this requires Lenis recommended CSS. Safari > 17.3, Chrome > 116 and Firefox > 128 (https://caniuse.com/?search=transition-behavior).
  • allowNestedScroll: Allow nested scrolls. ⚠️ To be used with caution since this can lead to performance issues, prefer using prevent or data-lenis-prevent instead.
  • inifite scrollTo to loop correctly

v1.2.3

07 Mar 14:01
Compare
Choose a tag to compare
  • fix anchors scrollTo string target