Skip to content

Release 5.10.0

Latest

Choose a tag to compare

@antonbobrov antonbobrov released this 13 Jun 18:17
· 6 commits to master since this release

5.10.0 (2026-06-13)

Pointers

  • add move, pan, scale, rotate logic (e123c9d)
  • allow dynamic values for buttons, minPointers & maxPointers (367089c)

Snap

  • add isWheeling (8c6f67b)
  • avoid influence, use impulse (3256c4b)
  • better zero-slide behavior (da588c6)
  • change default duration to 600 (5a11c4a)
  • deprecate centered & add align (698b72b)
  • disable sticking when targetIndex is the same as activeIndex in toSlide; allow controllable carousels (e942665)
  • fix track loopCount when loop is disabled (856c722)
  • rename align to origin (7b87407)
  • use exponential inertia (2cb5087)

Swipe

  • add recalculateBoundsOnInertia (409f068)
  • add scale, setScale & releaseBounce (41479f8)
  • add exponential inertia, bounds, overflow, snap, snapRadius, inertiaDecay, inertiaBounceEase, inertiaThreshold, inertiaDistanceModifier, maxVelocity, bounceDuration, movement and prevMovement (deprecate timeline inertia props) (3b2a8bf)